summaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preserve threading for messages with files (slack) (#1781)Alexander2022-03-301-4/+14
* Use slack real name as user name (slack) (#1775)Alexander2022-03-261-0/+3
* Preserve threading from telegram replies (telegram) (#1776)Alexander2022-03-252-4/+22
* Add UseFullName option (telegram) (#1777)Alexander2022-03-251-0/+12
* Fix linting (whatsapp)Wim2022-03-202-2/+3
* Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp)Wim2022-03-206-326/+1211
* Fix linting (whatsapp)Wim2022-03-202-3/+2
* Fix channel in video/audio/image/document handling (whatsapp)Wim2022-03-201-4/+4
* Check for Conversation on receiving messages (whatsapp)Wim2022-03-202-26/+29
* Use Conversation instead of ExtendedTextMessage (whatsapp)Wim2022-03-201-6/+10
* Refactor login logic (whatsapp)Wim2022-03-201-14/+30
* Add busy_timeout which fixes SQLITE_BUSY errors (whatsapp)Wim2022-03-201-1/+1
* Fetch avatars synchronous (whatsapp)Wim2022-03-202-14/+16
* Refactor JoinChannel (whatsapp)Wim2022-03-201-26/+19
* Rewrite whatsapp bridge to use whatsmeowWim2022-03-203-402/+285
* Remove go replace by fork (matrix) (#1771)Wim2022-03-202-2/+2
* Refactor utf-8 conversion (irc) (#1767)Wim2022-03-192-4/+35
* Implement a workaround to signal Opus support (mumble) (#1764)Sebastian P2022-03-192-0/+71
* Fix for complex-formatted Telegram text (#1765)ValdikSS2022-03-191-12/+16
* Fix panic in irc. Closes #1751 (#1760)Wim2022-03-121-2/+4
* Switch to discordgo upstream again (#1759)Wim2022-03-127-9/+9
* Fix Telegram channel title in forwards (#1753)ValdikSS2022-03-121-0/+5
* Fix Telegram Problem (unforwarded formatting and skipping of linebreaks) (#1749)Jan Martin Reckel2022-03-121-1/+18
* Make EditSuffix option actually work (whatsapp). Fixes #1510 (#1728)Wim2022-02-061-1/+5