| Commit message (Expand) | Author | Age | Files | Lines |
* | Support handling delete message from whatsapp. (#1986) | Joseph Mansy | 2023-03-10 | 1 | -0/+19 |
* | Fix rate-overlimit issue when there are more than 5 whatsapp channels in a si... | Joseph Mansy | 2023-03-09 | 1 | -13/+14 |
* | Use AuthorSignature as a fallback username (telegram) (#1979) | Joseph Mansy | 2023-03-09 | 1 | -2/+11 |
* | Handle Whatsapp threading/replies (whatsapp) (#1974) | Joseph Mansy | 2023-03-09 | 3 | -24/+135 |
* | Prefer mp4 extension for video attachments (whatsapp) (#1971) | Joseph Mansy | 2023-03-09 | 1 | -1/+10 |
* | Handle messages with link preview not being relayed (whatsapp) (#1970) | Joseph Mansy | 2023-03-09 | 1 | -0/+4 |
* | Make the cgo lottie a build tag (-tag cgolottie) (#1955) | Wim | 2023-01-29 | 2 | -3/+3 |
* | Update dependencies (#1951) | Wim | 2023-01-28 | 4 | -20/+24 |
* | Remove mattermost 5 support (#1936) | Wim | 2023-01-28 | 3 | -391/+55 |
* | Fix the "Someone" nickname problem (whatsapp) (#1931) | ilmaisin | 2022-12-14 | 2 | -45/+50 |
* | Handle incoming document captions from whatsapp (#1935) | ilmaisin | 2022-12-14 | 1 | -1/+1 |
* | Improve attachment handling (whatsapp) (#1928) | ilmaisin | 2022-11-27 | 1 | -2/+81 |
* | Implement sending of EventJoinLeave both to and from Mumble (#1915) | Sebastian P | 2022-11-27 | 2 | -6/+62 |
* | Allow substitution of bot's nick in RunCommands (irc) (#1890) | Kufat | 2022-11-27 | 1 | -0/+1 |
* | Fix empty messages on IRC (#1897) | Jair Sanchez | 2022-11-26 | 1 | -0/+6 |
* | Fix telegram attachment comment formatting and escaping (#1920) | Alexander | 2022-11-26 | 1 | -0/+5 |
* | Add Matrix username spoofing (#1875) | Lucki | 2022-09-06 | 2 | -12/+36 |
* | Update dependencies and fix whatsmeow API changes (#1887) | Wim | 2022-09-05 | 2 | -4/+6 |
* | Fix error messages in telegram and slack bridges (#1862) | Alexander | 2022-09-05 | 2 | -2/+2 |
* | Fix message html entities escaping when sending to Telegram (#1855) | Alexander | 2022-07-07 | 2 | -3/+12 |
* | Support mattermost v7 (#1852) | Wim | 2022-06-25 | 1 | -1/+1 |
* | Ignore events from other guilds, add nosendjoinpart support (discord) (#1846) | Sam W | 2022-06-24 | 2 | -1/+39 |
* | Improve Slack attachments formatting (slack) (#1807) | Andy | 2022-05-09 | 2 | -11/+14 |
* | Add KeepQuotedReply option for matrix to fix regression (#1823) | Wim | 2022-05-06 | 3 | -8/+10 |
* | Add space between filename and URL (mattermost). Fixes #1820 | Wim | 2022-05-01 | 1 | -1/+1 |
* | Revert "Clear existing IRC event handlers before connecting new ones (#1795)" | Wim | 2022-05-01 | 1 | -1/+0 |
* | Fix telegram message deletion request (#1818) | Alexander | 2022-05-01 | 1 | -1/+1 |
* | Fix UploadMessagesPhoto for vk community chat (vk) (#1812) | Daniil Suvorov | 2022-04-22 | 1 | -3/+4 |
* | Do not apply any markup to URL entities (telegram) (#1808) | ValdikSS | 2022-04-22 | 1 | -1/+6 |
* | Do not modify .webm files (telegram). Fixes #17** (#1802) | Wim | 2022-04-17 | 1 | -1/+1 |
* | Clear existing IRC event handlers before connecting new ones (#1795) | Bryan Davis | 2022-04-07 | 1 | -0/+1 |
* | Add whatsapp deprecation warning (#1792) | Wim | 2022-04-04 | 1 | -0/+5 |
* | Change discord non-native threading behaviour (discord) (#1791) | Wim | 2022-04-04 | 1 | -1/+2 |
* | Multiple media in one message (telegram) (#1779) | Alexander | 2022-03-30 | 2 | -32/+68 |
* | Preserve threading for messages with files (slack) (#1781) | Alexander | 2022-03-30 | 1 | -4/+14 |
* | Use slack real name as user name (slack) (#1775) | Alexander | 2022-03-26 | 1 | -0/+3 |
* | Preserve threading from telegram replies (telegram) (#1776) | Alexander | 2022-03-25 | 2 | -4/+22 |
* | Add UseFullName option (telegram) (#1777) | Alexander | 2022-03-25 | 1 | -0/+12 |
* | Fix linting (whatsapp) | Wim | 2022-03-20 | 2 | -2/+3 |
* | Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp) | Wim | 2022-03-20 | 6 | -326/+1211 |
* | Fix linting (whatsapp) | Wim | 2022-03-20 | 2 | -3/+2 |
* | Fix channel in video/audio/image/document handling (whatsapp) | Wim | 2022-03-20 | 1 | -4/+4 |
* | Check for Conversation on receiving messages (whatsapp) | Wim | 2022-03-20 | 2 | -26/+29 |
* | Use Conversation instead of ExtendedTextMessage (whatsapp) | Wim | 2022-03-20 | 1 | -6/+10 |
* | Refactor login logic (whatsapp) | Wim | 2022-03-20 | 1 | -14/+30 |
* | Add busy_timeout which fixes SQLITE_BUSY errors (whatsapp) | Wim | 2022-03-20 | 1 | -1/+1 |
* | Fetch avatars synchronous (whatsapp) | Wim | 2022-03-20 | 2 | -14/+16 |
* | Refactor JoinChannel (whatsapp) | Wim | 2022-03-20 | 1 | -26/+19 |
* | Rewrite whatsapp bridge to use whatsmeow | Wim | 2022-03-20 | 3 | -402/+285 |
* | Remove go replace by fork (matrix) (#1771) | Wim | 2022-03-20 | 2 | -2/+2 |