summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Telegram topics (telegram) (#1942)Thom Dickson2023-03-1411-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)Wim2023-03-092-22/+58
| | | * Update dependencies
* Update dependencies (#1822)Wim2022-05-021-0/+4
|
* Update matterbridge/gomatrix. Fixes #1772 (#1803)Wim2022-04-121-1/+1
|
* Remove go replace by fork (matrix) (#1771)Wim2022-03-2017-0/+2191
|
* Switch to discordgo upstream again (#1759)Wim2022-03-1223-9847/+0
| | | | | * Switch to upstream discordgo again * Fix discord api changes
* Fix vendored xmpp (#1661)Wim2021-12-122-15/+31
|
* Update dependencies/vendor (#1659)Wim2021-12-121-2/+12
|
* Do not check cache on deleted messages (mattermost). Fixes #1555 (#1624)Wim2021-10-251-1/+1
|
* Fix gozulipbot vendorWim2021-10-231-0/+5
|
* Update gozulipbot dependency (#1618)Wim2021-10-232-8/+30
|
* Update matterclient dep. Fixes #1617Wim2021-10-211-3/+2
|
* Update dependencies (#1610)Wim2021-10-175-1439/+5
| | | | | * Update dependencies * Update module to go 1.17
* Update vendorWim2021-10-166-0/+2944
|
* Update matterbridge/go-xmpp vendor (#1559)Wim2021-07-311-2/+8
|
* Update vendor (#1446)Wim2021-04-038-4357/+50
| | | | | * Update vendor * Use upstream emoji lib again
* Update vendor (#1384)Wim2021-02-0111-127/+181
|
* Update vendor (#1330)Wim2020-12-066-14/+124
|
* Update rocketchat vendor (#1327)Wim2020-12-062-9/+7
| | | Contains fixes for #992 and adds more random ID
* Update discordgo fork (#1303)Wim2020-11-229-22/+235
|
* Update vendor (#1228)Wim2020-09-047-138/+361
|
* Switch to upstream gomatrix (#1219)Tilo Spannagel2020-08-3014-1996/+0
| | | Signed-off-by: Tilo Spannagel <development@tilosp.de>
* Sync with upstream gozulipbot fixes (#1202)Wim2020-08-214-21/+66
|
* Update dependencies for 1.18.0 release (#1175)Wim2020-07-1817-105/+336
|
* Increase debug logging with function,file and linenumber (#1147)Wim2020-05-241-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)Wim2020-04-191-69/+74
|
* Update matterbridge/go-xmpp to add PEP-0030 support (#1095)Wim2020-04-183-11/+157
|
* Update matterbridge/Rocket.Chat.Go.SDK (#1087)Wim2020-04-162-0/+26
|
* Update matterbridge/go-xmpp to add xmpp avatar support (#1070)Wim2020-03-292-5/+174
|
* Sync matterbridge/go-xmpp with upstreamWim2020-03-293-79/+327
|
* Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067)Wim2020-03-285-542/+0
|
* Update vendor yaegashi/msgraph.go to v0.1.2 (2)Qais Patankar2020-03-223272-207465/+0
|
* Remove replace directives and use own fork to make go get work again (#1028)Wim2020-03-083300-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)Wim2020-02-101-0/+15
|
* Rebase gomatrix vendor with upstream (#1006)Wim2020-02-094-9/+78
|
* Switch to new emoji library kyokomi/emoji (#948)Wim2019-11-177-0/+4374
|
* Update vendor matterbridge/gomatrix fork (#928)Wim2019-10-266-85/+208
|
* Use upstream whatsapp again (#809)Wim2019-05-3032-8859/+0
|
* Use whatsapp forks (#750)Wim2019-03-0232-0/+8859
|
* Refactor and update RocketChat bridge (#707)Wim2019-02-1521-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 bridgeWim2019-02-1521-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)Wim2019-02-131-0/+5
| |
* | Fix error handling on bad event queue id (zulip). Closes #694Wim2019-02-111-10/+42
|/
* Update vendorWim2019-01-032-4/+16
| | | | | | * go-telegram-bot-api/telegram-bot-api * lrstanley/girc * matterbridge/gomatrix
* Switch back go upstream bwmarrin/discordgoWim2018-11-1320-8228/+0
| | | | Commit https://github.com/bwmarrin/discordgo/commit/ffa9956c9b41e8e2a10c26a254389854e016b006 got merged in.
* Use mod vendor for vendored directory (backwards compatible)Wim2018-08-0622-745/+416
|
* Use own forks for logrus-prefixed-formatter and discordgoWim2018-08-0627-0/+9215
|
* Update vendor matterbridge/go-xmppWim2018-05-291-1/+19
|
* Update vendor matterbridge/go-xmppWim2018-05-091-1/+29
|
* Add vendor matterbridge/gozulipbotWim2018-05-074-0/+754
|