| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove newline character in bridge multiline messages (mumble) (#1572) | powerjungle | 2021-08-22 | 1 | -1/+4 |
* | Add support for anonymous connection (xmpp) (#1548) | tytan652 | 2021-07-31 | 1 | -3/+13 |
* | Add space before file upload comment (slack) (#1554) | Brian V | 2021-07-27 | 1 | -1/+1 |
* | Fix XMPP parseNick function (#1547) | tytan652 | 2021-07-20 | 1 | -1/+1 |
* | Add support for separate display name (nctalk) (#1506) | Gary Kim | 2021-06-19 | 1 | -4/+15 |
* | Add support for message deletion (nctalk) (#1492) | Gary Kim | 2021-06-01 | 1 | -44/+87 |
* | Fix content body issue for redactions (matrix) (#1496) | Gary Kim | 2021-05-29 | 1 | -7/+7 |
* | Add a MessageClipped option to set your own clipped message. Closes #1359 (#1... | Wim | 2021-05-27 | 7 | -94/+104 |
* | Support sending file URLs (nctalk) (#1489) | Gary Kim | 2021-05-27 | 1 | -0/+31 |
* | Make DocumentMessage handler use FileName attribute (whatsapp) (#1488) | Avinash Reddy | 2021-05-26 | 1 | -2/+2 |
* | Fix crash on encountering VideoMessage (whatsapp) (#1483) | Avinash Reddy | 2021-05-23 | 1 | -0/+4 |
* | Rename .jpe files to .jpg Fixes #1463 (whatsapp) (#1485) | Wim | 2021-05-23 | 1 | -0/+5 |
* | Handle document messages (whatsapp) (#1475) | Avinash Reddy | 2021-05-21 | 1 | -0/+57 |
* | Add MxId/Token login option for Matrix (#1438) | Jason Robinson | 2021-05-17 | 2 | -17/+29 |
* | discord: Add AllowMention to restrict allowed mentions (#1462) | Alexandre GV | 2021-05-13 | 4 | -33/+63 |
* | Update vendor (#1461) | Wim | 2021-05-05 | 2 | -2/+2 |
* | Adding caption to send telegram images. Fixes #1357 (#1358) | Paul | 2021-04-03 | 2 | -29/+45 |
* | Set ogg as default audiomessage when none found (whatsapp). Fixes #1427 (#1431) | Wim | 2021-03-20 | 1 | -0/+4 |
* | Declare GUILD_MEMBERS privileged intent (discord) (#1428) | James Lu | 2021-03-20 | 1 | -0/+5 |
* | Make lottie_convert work on platforms without /dev/stdout (#1424) | Ben Wiederhake | 2021-03-20 | 1 | -9/+26 |
* | Check rune length instead of bytes (telegram). Fixes #1409 (#1412) | Wim | 2021-02-25 | 1 | -8/+10 |
* | Fix webhooks for channels with special characters (xmpp) (#1405) | Alexander | 2021-02-17 | 1 | -1/+2 |
* | Handle Rocket.Chat attachments (#1395) | Tadeo Kondrak | 2021-02-15 | 2 | -0/+63 |
* | Use valid transmitter Log default (discord) (#1402) | Qais Patankar | 2021-02-15 | 1 | -1/+1 |
* | Fix panic when the webhook fails (xmpp) (#1401) | Alexander | 2021-02-15 | 1 | -1/+6 |
* | Pick up all the webhooks (discord) (#1383) | Wim | 2021-02-01 | 1 | -1/+0 |
* | Add vk bridge (#1372) | Ivanik | 2021-01-29 | 1 | -0/+327 |
* | Add an even more debug option (discord) (#1368) | Wim | 2021-01-23 | 1 | -0/+5 |
* | Allow the XMPP bridge to use slack compatible webhooks (xmpp) (#1364) | Alexander | 2021-01-21 | 1 | -6/+51 |
* | Add jpe as valid image filename extension (telegram) (#1360) | Paul | 2021-01-14 | 1 | -1/+1 |
* | Improve Markdown in transmitter docs (discord) (#1351) | Qais Patankar | 2021-01-03 | 1 | -6/+7 |
* | Rename .oga audio files to .ogg (telegram) (#1349) | Wim | 2021-01-02 | 1 | -0/+5 |
* | Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) | Qais Patankar | 2020-12-31 | 5 | -6/+19 |
* | Reject cross-channel message references (discord) (#1345) | Qais Patankar | 2020-12-31 | 1 | -3/+3 |
* | Add a prefix handler for unthreaded messages (discord) (#1346) | Qais Patankar | 2020-12-31 | 1 | -0/+6 |
* | Add threading support with token (discord) (#1342) | Wim | 2020-12-31 | 4 | -3/+30 |
* | Fix 'webook' typo in discord/webhook.go (#1344) | Qais Patankar | 2020-12-31 | 1 | -1/+1 |
* | Add support for stateless bridging via draft/relaymsg (irc) (#1339) | James Lu | 2020-12-30 | 1 | -16/+57 |
* | Update webhook documentation (discord) (#1335) | Qais Patankar | 2020-12-17 | 1 | -5/+0 |
* | Split Bdiscord.Send into handleEventWebhook and handleEventBotUser (discord) | Qais Patankar | 2020-12-13 | 2 | -43/+53 |
* | Move webhook specific logic to its own file (discord) | Qais Patankar | 2020-12-13 | 2 | -94/+102 |
* | Extract maybeGetLocalAvatar into its own function (discord) | Qais Patankar | 2020-12-13 | 1 | -15/+17 |
* | Remove WebhookURL support (discord) | Qais Patankar | 2020-12-13 | 2 | -9/+15 |
* | Add initial transmitter implementation (discord) | Qais Patankar | 2020-12-13 | 5 | -120/+371 |
* | Revert "Disable webhook editing (#1296)" (discord) | Qais Patankar | 2020-12-13 | 1 | -10/+6 |
* | Update go-nc-talk (nctalk) (#1333) | Gary Kim | 2020-12-10 | 1 | -0/+7 |
* | Parse fencedcode in ParseMarkdown. Fixes #1127 (#1329) | Wim | 2020-12-06 | 1 | -1/+1 |
* | Mark messages as read (matrix). Fixes #1317 (#1328) | Wim | 2020-12-06 | 1 | -0/+5 |
* | Implement ratelimiting (matrix). Fixes #1238 (#1326) | Wim | 2020-12-06 | 2 | -51/+169 |
* | Make handlers run async (irc) (#1325) | Wim | 2020-12-05 | 1 | -7/+7 |