| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Refactor utf-8 conversion (irc) (#1767) | Wim | 2022-03-19 | 2 | -4/+35 |
* | Implement a workaround to signal Opus support (mumble) (#1764) | Sebastian P | 2022-03-19 | 2 | -0/+71 |
* | Fix for complex-formatted Telegram text (#1765) | ValdikSS | 2022-03-19 | 1 | -12/+16 |
* | Fix panic in irc. Closes #1751 (#1760) | Wim | 2022-03-12 | 1 | -2/+4 |
* | Switch to discordgo upstream again (#1759) | Wim | 2022-03-12 | 7 | -9/+9 |
* | Fix Telegram channel title in forwards (#1753) | ValdikSS | 2022-03-12 | 1 | -0/+5 |
* | Fix Telegram Problem (unforwarded formatting and skipping of linebreaks) (#1749) | Jan Martin Reckel | 2022-03-12 | 1 | -1/+18 |
* | Make EditSuffix option actually work (whatsapp). Fixes #1510 (#1728) | Wim | 2022-02-06 | 1 | -1/+5 |
* | Make HTMLDisable work correct (matrix) (#1716) | Wim | 2022-02-06 | 1 | -31/+60 |
* | Add support for using ID in channel config (mattermost) (#1715) | Wim | 2022-02-06 | 3 | -20/+78 |
* | Add UseUsername option (mattermost). Fixes #1665 (#1714) | Wim | 2022-02-06 | 2 | -5/+9 |
* | Add more debug options for discord (#1712) | Wim | 2022-02-06 | 2 | -2/+11 |
* | Add support for client certificate (irc) (#1710) | Wim | 2022-02-05 | 1 | -1/+31 |
* | Add support for deleting files from slack to discord. Fixes #1705 (#1709) | Wim | 2022-02-05 | 5 | -36/+108 |
* | Add support for sender_chat (telegram) (#1677) | Wim | 2022-02-04 | 1 | -0/+24 |
* | Add Telegram Bot Command /chatId (telegram) (#1703) | Ivan Zuev | 2022-02-03 | 1 | -2/+15 |
* | Increase batch size for conversation.list api method (slack) (#1700) | Ivan Zuev | 2022-01-29 | 1 | -0/+1 |
* | Add more ignore debug messages (mattermost) (#1678) | Wim | 2022-01-10 | 1 | -1/+3 |
* | Log eventtype in debug (mattermost) (#1676) | Wim | 2022-01-10 | 1 | -1/+1 |
* | Use current parentID if rootId is not set (mattermost) (#1675) | Wim | 2022-01-10 | 1 | -2/+6 |
* | Reply support for Matrix (#1664) | vpzomtrrfrt | 2022-01-09 | 1 | -0/+79 |
* | Remove GroupID (vk) (#1668) | Daniil Suvorov | 2022-01-09 | 1 | -3/+8 |
* | Add support for Harmony (#1656) | Janet Blackquill | 2021-12-18 | 1 | -0/+252 |
* | Add comments to messages (telegram) (#1652) | Soloam | 2021-12-12 | 1 | -4/+2 |
* | Update telegram-bot-api to v5 (#1660) | Wim | 2021-12-12 | 2 | -41/+43 |
* | Fix telegram/handlers.go linting (#1658) | Wim | 2021-12-10 | 1 | -5/+5 |
* | Add support for code blocks in telegram (#1650) | Dan Walmsley | 2021-12-07 | 1 | -0/+15 |
* | Allow binding to IP on IRC (#1640) | Santtu Lakkala | 2021-11-29 | 1 | -0/+1 |
* | Do not fail on no avatar data (xmpp) #1529 (#1627) | Polynomdivision | 2021-10-30 | 1 | -1/+7 |
* | Use a new msgID when replacing messages (xmpp). Fixes #1584 (#1623) | Wim | 2021-10-24 | 1 | -1/+0 |
* | Fix panic in msteams. Fixes #1588 (#1622) | Wim | 2021-10-24 | 1 | -4/+6 |
* | Keep the logger on a disabled bridge. Fixes #1616 (#1621) | Wim | 2021-10-24 | 1 | -0/+3 |