summaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Expand)AuthorAgeFilesLines
* Remove gitter bridge (#2035)Wim2023-04-051-182/+0
* Add nil check for group update (telegram) (#2036)Joseph Mansy2023-04-051-7/+7
* Support telegram chat Join/Leave updates (#2019)Joseph Mansy2023-04-031-0/+46
* Don't treat nil as an unknown type of error (zulip) (#2024)Faye Duxovni2023-04-031-22/+23
* Fix broken reply (telegram) (#2026)Thom Dickson2023-04-031-3/+3
* Return a message ID when sending with a webhook (discord) (#1976)Joseph Mansy2023-03-141-5/+11
* Support topic changes and Join/Leave messages (whatsapp) (#2017)Joseph Mansy2023-03-142-0/+96
* Add support for Telegram topics (telegram) (#1942)Thom Dickson2023-03-142-17/+69
* Add extra error checking for fileinfo (api) (#2015)Wim2023-03-111-3/+25
* Allow to send files in Extra via /api/message (api) (#1993)Asiel Díaz Benítez2023-03-111-0/+11
* Fix possible panic in mattermost. (mattermost) Fixes #1947 (#2014)Wim2023-03-111-1/+1
* Set correct loglevel (whatsapp). Fixes #1980 (#2013)Wim2023-03-111-1/+1
* Check client disconnect to exit for loop (api). Fixes #1983 (#2012)Wim2023-03-111-7/+12
* Add handlers at the end. Fixes #1988 (discord) (#2011)Wim2023-03-111-11/+13
* Add support for Mumble servers with no message length limit (#2008)mvoolt2023-03-102-3/+14
* Fix Android media download problem (whatsapp) (#2010)ilmaisin2023-03-101-0/+4
* Support handling delete message from whatsapp. (#1986)Joseph Mansy2023-03-101-0/+19
* Fix rate-overlimit issue when there are more than 5 whatsapp channels in a si...Joseph Mansy2023-03-091-13/+14
* Use AuthorSignature as a fallback username (telegram) (#1979)Joseph Mansy2023-03-091-2/+11
* Handle Whatsapp threading/replies (whatsapp) (#1974)Joseph Mansy2023-03-093-24/+135
* Prefer mp4 extension for video attachments (whatsapp) (#1971)Joseph Mansy2023-03-091-1/+10
* Handle messages with link preview not being relayed (whatsapp) (#1970)Joseph Mansy2023-03-091-0/+4
* Make the cgo lottie a build tag (-tag cgolottie) (#1955)Wim2023-01-292-3/+3
* Update dependencies (#1951)Wim2023-01-284-20/+24
* Remove mattermost 5 support (#1936)Wim2023-01-283-391/+55
* Fix the "Someone" nickname problem (whatsapp) (#1931)ilmaisin2022-12-142-45/+50
* Handle incoming document captions from whatsapp (#1935)ilmaisin2022-12-141-1/+1
* Improve attachment handling (whatsapp) (#1928)ilmaisin2022-11-271-2/+81
* Implement sending of EventJoinLeave both to and from Mumble (#1915)Sebastian P2022-11-272-6/+62
* Allow substitution of bot's nick in RunCommands (irc) (#1890)Kufat2022-11-271-0/+1
* Fix empty messages on IRC (#1897)Jair Sanchez2022-11-261-0/+6
* Fix telegram attachment comment formatting and escaping (#1920)Alexander2022-11-261-0/+5
* Add Matrix username spoofing (#1875)Lucki2022-09-062-12/+36
* Update dependencies and fix whatsmeow API changes (#1887)Wim2022-09-052-4/+6
* Fix error messages in telegram and slack bridges (#1862)Alexander2022-09-052-2/+2
* Fix message html entities escaping when sending to Telegram (#1855)Alexander2022-07-072-3/+12
* Support mattermost v7 (#1852)Wim2022-06-251-1/+1
* Ignore events from other guilds, add nosendjoinpart support (discord) (#1846)Sam W2022-06-242-1/+39
* Improve Slack attachments formatting (slack) (#1807)Andy2022-05-092-11/+14
* Add KeepQuotedReply option for matrix to fix regression (#1823)Wim2022-05-063-8/+10
* Add space between filename and URL (mattermost). Fixes #1820Wim2022-05-011-1/+1
* Revert "Clear existing IRC event handlers before connecting new ones (#1795)"Wim2022-05-011-1/+0
* Fix telegram message deletion request (#1818)Alexander2022-05-011-1/+1
* Fix UploadMessagesPhoto for vk community chat (vk) (#1812)Daniil Suvorov2022-04-221-3/+4
* Do not apply any markup to URL entities (telegram) (#1808)ValdikSS2022-04-221-1/+6
* Do not modify .webm files (telegram). Fixes #17** (#1802)Wim2022-04-171-1/+1
* Clear existing IRC event handlers before connecting new ones (#1795)Bryan Davis2022-04-071-0/+1
* Add whatsapp deprecation warning (#1792)Wim2022-04-041-0/+5
* Change discord non-native threading behaviour (discord) (#1791)Wim2022-04-041-1/+2
* Multiple media in one message (telegram) (#1779)Alexander2022-03-302-32/+68