summaryrefslogtreecommitdiffstats
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
...
* Update vendor (#1560)Wim2021-07-311-7/+7
|
* Update matterbridge/go-xmpp vendor (#1559)Wim2021-07-311-1/+1
|
* Add support for separate display name (nctalk) (#1506)Gary Kim2021-06-191-1/+1
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Update dependencies (#1521)Wim2021-06-161-8/+6
|
* Update Rhymen/go-whatsapp module to latest master (2b8a3e9b8aa2) (#1518)Nathanaƫl2021-06-161-1/+1
|
* Release v1.22.2 (#1504)v1.22.2Wim2021-06-011-4/+1
|
* Add support for message deletion (nctalk) (#1492)Gary Kim2021-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nctalk: add message deletion support Signed-off-by: Gary Kim <gary@garykim.dev> * nctalk: seperate out deletion and sending logic Signed-off-by: Gary Kim <gary@garykim.dev> * nctalk: update library to v0.2.0 Signed-off-by: Gary Kim <gary@garykim.dev> * Rename functions to be clearer Signed-off-by: Gary Kim <gary@garykim.dev> * Update to go-nc-talk v0.2.1 Signed-off-by: Gary Kim <gary@garykim.dev> * Update to go-nc-talk v0.2.2 Signed-off-by: Gary Kim <gary@garykim.dev> * Make deletions easier to debug Signed-off-by: Gary Kim <gary@garykim.dev>
* Update vendor (#1498)Wim2021-05-301-7/+11
|
* Update vendor (#1461)Wim2021-05-051-6/+6
| | | | | * Update vendored libs * Fix slack api changes
* Update vendor (#1446)Wim2021-04-031-8/+9
| | | | | * Update vendor * Use upstream emoji lib again
* Update vendor (#1414)Wim2021-03-201-13/+11
|
* Update vendor (#1384)Wim2021-02-011-5/+5
|
* Add vk bridge (#1372)Ivanik2021-01-291-0/+1
| | | | | | | | | | | | | | | | | | | | | * Add vk bridge * Vk bridge attachments * Vk bridge forwarded messages * Vk bridge sample config and code cleanup * Vk bridge add vendor * Vk bridge message edit * Vk bridge: fix fetching names of other bots * Vk bridge: code cleanup * Vk bridge: fix shadows declaration * Vk bridge: remove UseFileURL
* Release v1.21.0 (#1348)v1.21.0Wim2020-12-311-1/+0
|
* Update vendor for next release (#1343)Wim2020-12-311-7/+12
|
* Update go-nc-talk (nctalk) (#1333)Gary Kim2020-12-101-1/+1
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Update vendor (#1330)Wim2020-12-061-8/+7
|
* Update rocketchat vendor (#1327)Wim2020-12-061-1/+1
| | | Contains fixes for #992 and adds more random ID
* Update discordgo fork (#1303)Wim2020-11-221-1/+1
|
* Update vendor (#1297)Wim2020-11-221-9/+9
|
* Update vendor (#1265)Wim2020-10-191-4/+4
|
* Add support for downloading files (nctalk) (#1249)Gary Kim2020-10-191-1/+1
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Update vendor (#1257)Wim2020-10-111-4/+4
|
* Append a suffix if user is a guest user (nctalk) (#1250)Gary Kim2020-10-011-1/+1
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Add Mumble support (#1245)Sebastian P2020-10-011-0/+2
|
* Update vendor (#1228)Wim2020-09-041-10/+10
|
* Update nc-talk dependency (#1226)Gary Kim2020-09-041-1/+1
|
* Update nc-talk to version 0.1.2 (#1220)Tilo Spannagel2020-08-301-1/+1
| | | Signed-off-by: Tilo Spannagel <development@tilosp.de>
* Switch to upstream gomatrix (#1219)Tilo Spannagel2020-08-301-1/+1
| | | Signed-off-by: Tilo Spannagel <development@tilosp.de>
* Add TLSConfig to nctalk (#1195)Gary Kim2020-08-301-2/+2
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Replace gorilla with melody for websocket API (#1205)NikkyAI2020-08-261-0/+1
|
* Update whatsapp vendor and fix a panic (#1209)Wim2020-08-241-1/+1
| | | | | * Fix another whatsapp panic * Update whatsapp vendor
* Sync with upstream gozulipbot fixes (#1202)Wim2020-08-211-1/+1
|
* Use mattermost v5 module (#1192)Wim2020-08-101-9/+1
|
* Fix Nextcloud Talk connection failure (#1179)Gary Kim2020-07-261-1/+1
| | | | | Fix #1177 Signed-off-by: Gary Kim <gary@garykim.dev>
* Update dependencies for 1.18.0 release (#1175)Wim2020-07-181-11/+8
|
* Add Nextcloud Talk support (#1167)Gary Kim2020-07-181-0/+1
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Ignore non-user messages (msteams). Fixes #1141 (#1149)Wim2020-05-241-0/+1
| | | | | Ignore these messages for now, also add a extra debug option for msteams so we can dump the whole message.
* Increase debug logging with function,file and linenumber (#1147)Wim2020-05-241-1/+1
| | | | | | | 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 dependencies / vendor (#1146)Wim2020-05-241-16/+14
|
* Add StripMarkdown option (irc). (#1145)Wim2020-05-231-0/+2
| | | Enable `StripMarkdown` to strip markdown for irc.
* Update Rhymen/go-whatsapp. Fixes #1107 (#1109)Wim2020-04-211-1/+1
|
* Update matterbridge/go-xmpp. Fixes #1097 (#1099)Wim2020-04-191-1/+1
|
* Update matterbridge/go-xmpp to add PEP-0030 support (#1095)Wim2020-04-181-1/+1
|
* Update matterbridge/Rocket.Chat.Go.SDK (#1087)Wim2020-04-161-1/+1
|
* Update Rhymen/go-whatsapp vendor and whatsapp version (#1078)Wim2020-04-091-1/+1
|
* Update matterbridge/go-xmpp to add xmpp avatar support (#1070)Wim2020-03-291-1/+1
|
* Sync matterbridge/go-xmpp with upstreamWim2020-03-291-1/+1
|
* Update vendor slack-go/slack (#1068)Wim2020-03-281-1/+1
|
* Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067)Wim2020-03-281-1/+0
|