Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Telegram topics (telegram) (#1942) | Thom Dickson | 2023-03-14 | 11 | -0/+9035 |
| | | | | | | | | | | Topics are surfaced by appending /<topic-id> to the channel setting for the gateway. An example for the topic with ID of 16 would be: ``` [[gateway.inout]] account="telegram.mytelegram" channel="-100xxxxxxxxxx/16" ``` | ||||
* | Update dependencies (#2007) | Wim | 2023-03-09 | 2 | -22/+58 |
| | | | * Update dependencies | ||||
* | Update dependencies (#1822) | Wim | 2022-05-02 | 1 | -0/+4 |
| | |||||
* | Update matterbridge/gomatrix. Fixes #1772 (#1803) | Wim | 2022-04-12 | 1 | -1/+1 |
| | |||||
* | Remove go replace by fork (matrix) (#1771) | Wim | 2022-03-20 | 17 | -0/+2191 |
| | |||||
* | Switch to discordgo upstream again (#1759) | Wim | 2022-03-12 | 23 | -9847/+0 |
| | | | | | * Switch to upstream discordgo again * Fix discord api changes | ||||
* | Fix vendored xmpp (#1661) | Wim | 2021-12-12 | 2 | -15/+31 |
| | |||||
* | Update dependencies/vendor (#1659) | Wim | 2021-12-12 | 1 | -2/+12 |
| | |||||
* | Do not check cache on deleted messages (mattermost). Fixes #1555 (#1624) | Wim | 2021-10-25 | 1 | -1/+1 |
| | |||||
* | Fix gozulipbot vendor | Wim | 2021-10-23 | 1 | -0/+5 |
| | |||||
* | Update gozulipbot dependency (#1618) | Wim | 2021-10-23 | 2 | -8/+30 |
| | |||||
* | Update matterclient dep. Fixes #1617 | Wim | 2021-10-21 | 1 | -3/+2 |
| | |||||
* | Update dependencies (#1610) | Wim | 2021-10-17 | 5 | -1439/+5 |
| | | | | | * Update dependencies * Update module to go 1.17 | ||||
* | Update vendor | Wim | 2021-10-16 | 6 | -0/+2944 |
| | |||||
* | Update matterbridge/go-xmpp vendor (#1559) | Wim | 2021-07-31 | 1 | -2/+8 |
| | |||||
* | Update vendor (#1446) | Wim | 2021-04-03 | 8 | -4357/+50 |
| | | | | | * Update vendor * Use upstream emoji lib again | ||||
* | Update vendor (#1384) | Wim | 2021-02-01 | 11 | -127/+181 |
| | |||||
* | Update vendor (#1330) | Wim | 2020-12-06 | 6 | -14/+124 |
| | |||||
* | Update rocketchat vendor (#1327) | Wim | 2020-12-06 | 2 | -9/+7 |
| | | | Contains fixes for #992 and adds more random ID | ||||
* | Update discordgo fork (#1303) | Wim | 2020-11-22 | 9 | -22/+235 |
| | |||||
* | Update vendor (#1228) | Wim | 2020-09-04 | 7 | -138/+361 |
| | |||||
* | Switch to upstream gomatrix (#1219) | Tilo Spannagel | 2020-08-30 | 14 | -1996/+0 |
| | | | Signed-off-by: Tilo Spannagel <development@tilosp.de> | ||||
* | Sync with upstream gozulipbot fixes (#1202) | Wim | 2020-08-21 | 4 | -21/+66 |
| | |||||
* | Update dependencies for 1.18.0 release (#1175) | Wim | 2020-07-18 | 17 | -105/+336 |
| | |||||
* | Increase debug logging with function,file and linenumber (#1147) | Wim | 2020-05-24 | 1 | -3/+51 |
| | | | | | | | Show the function name,file and linenumber like this [0000] INFO main: [setupLogger:matterbridge.go:100] Enabling debug logging. [0000] INFO main: [main:matterbridge.go:46] Running version 1.17.5-dev Only enable this for debug as this adds some overhead. | ||||
* | Update matterbridge/go-xmpp. Fixes #1097 (#1099) | Wim | 2020-04-19 | 1 | -69/+74 |
| | |||||
* | Update matterbridge/go-xmpp to add PEP-0030 support (#1095) | Wim | 2020-04-18 | 3 | -11/+157 |
| | |||||
* | Update matterbridge/Rocket.Chat.Go.SDK (#1087) | Wim | 2020-04-16 | 2 | -0/+26 |
| | |||||
* | Update matterbridge/go-xmpp to add xmpp avatar support (#1070) | Wim | 2020-03-29 | 2 | -5/+174 |
| | |||||
* | Sync matterbridge/go-xmpp with upstream | Wim | 2020-03-29 | 3 | -79/+327 |
| | |||||
* | Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067) | Wim | 2020-03-28 | 5 | -542/+0 |
| | |||||
* | Update vendor yaegashi/msgraph.go to v0.1.2 (2) | Qais Patankar | 2020-03-22 | 3272 | -207465/+0 |
| | |||||
* | Remove replace directives and use own fork to make go get work again (#1028) | Wim | 2020-03-08 | 3300 | -0/+217151 |
| | | | | See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options. | ||||
* | Add support for avatars from matrix. #984 (#1007) | Wim | 2020-02-10 | 1 | -0/+15 |
| | |||||
* | Rebase gomatrix vendor with upstream (#1006) | Wim | 2020-02-09 | 4 | -9/+78 |
| | |||||
* | Switch to new emoji library kyokomi/emoji (#948) | Wim | 2019-11-17 | 7 | -0/+4374 |
| | |||||
* | Update vendor matterbridge/gomatrix fork (#928) | Wim | 2019-10-26 | 6 | -85/+208 |
| | |||||
* | Use upstream whatsapp again (#809) | Wim | 2019-05-30 | 32 | -8859/+0 |
| | |||||
* | Use whatsapp forks (#750) | Wim | 2019-03-02 | 32 | -0/+8859 |
| | |||||
* | Refactor and update RocketChat bridge (#707) | Wim | 2019-02-15 | 21 | -0/+1745 |
|\ | | | | | | | | | | | | | * Add support for editing/deleting messages * Add support for uploading files * Add support for avatars * Use the Rocket.Chat.Go.SDK * Use the rest and streaming api | ||||
| * | Refactor and update RocketChat bridge | Wim | 2019-02-15 | 21 | -0/+1745 |
| | | | | | | | | | | | | | | | | * Add support for editing/deleting messages * Add support for uploading files * Add support for avatars * Use the Rocket.Chat.Go.SDK * Use the rest and streaming api | ||||
* | | Do not panic on non-json response from server (zulip) | Wim | 2019-02-13 | 1 | -0/+5 |
| | | |||||
* | | Fix error handling on bad event queue id (zulip). Closes #694 | Wim | 2019-02-11 | 1 | -10/+42 |
|/ | |||||
* | Update vendor | Wim | 2019-01-03 | 2 | -4/+16 |
| | | | | | | * go-telegram-bot-api/telegram-bot-api * lrstanley/girc * matterbridge/gomatrix | ||||
* | Switch back go upstream bwmarrin/discordgo | Wim | 2018-11-13 | 20 | -8228/+0 |
| | | | | Commit https://github.com/bwmarrin/discordgo/commit/ffa9956c9b41e8e2a10c26a254389854e016b006 got merged in. | ||||
* | Use mod vendor for vendored directory (backwards compatible) | Wim | 2018-08-06 | 22 | -745/+416 |
| | |||||
* | Use own forks for logrus-prefixed-formatter and discordgo | Wim | 2018-08-06 | 27 | -0/+9215 |
| | |||||
* | Update vendor matterbridge/go-xmpp | Wim | 2018-05-29 | 1 | -1/+19 |
| | |||||
* | Update vendor matterbridge/go-xmpp | Wim | 2018-05-09 | 1 | -1/+29 |
| | |||||
* | Add vendor matterbridge/gozulipbot | Wim | 2018-05-07 | 4 | -0/+754 |
| |