summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* Convert .tgs with go libraries (and cgo) (telegram) (#1569)Benau2021-08-24303-0/+121385
| | | | | | | | | | | | | | | | This commit adds support for go/cgo tgs conversion when building with the -tags `cgo` The default binaries are still "pure" go and uses the old way of converting. * Move lottie_convert.py conversion code to its own file * Add optional libtgsconverter * Update vendor * Apply suggestions from code review * Update bridge/helper/libtgsconverter.go Co-authored-by: Wim <wim@42.be>
* Update vendor (#1560)Wim2021-07-3193-157/+1652
|
* Update matterbridge/go-xmpp vendor (#1559)Wim2021-07-312-3/+9
|
* Add support for separate display name (nctalk) (#1506)Gary Kim2021-06-192-6/+23
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Update dependencies (#1521)Wim2021-06-16241-14216/+12473
|
* Update Rhymen/go-whatsapp module to latest master (2b8a3e9b8aa2) (#1518)Nathanaƫl2021-06-163-3/+4
|
* Release v1.22.2 (#1504)v1.22.2Wim2021-06-011-8/+1
|
* Add support for message deletion (nctalk) (#1492)Gary Kim2021-06-015-44/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-30441-6093/+32823
|
* Update vendor (#1461)Wim2021-05-0542-1629/+406
| | | | | * Update vendored libs * Fix slack api changes
* Update vendor (#1446)Wim2021-04-0337-5366/+8061
| | | | | * Update vendor * Use upstream emoji lib again
* Update vendor (#1414)Wim2021-03-20185-1484/+6691
|
* Update vendor (#1384)Wim2021-02-0135-239/+1524
|
* Add vk bridge (#1372)Ivanik2021-01-29106-0/+26551
| | | | | | | | | | | | | | | | | | | | | * 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-2/+0
|
* Update vendor for next release (#1343)Wim2020-12-31218-2186/+11324
|
* Update go-nc-talk (nctalk) (#1333)Gary Kim2020-12-107-40/+75
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Update vendor (#1330)Wim2020-12-0626-318/+558
|
* Update rocketchat vendor (#1327)Wim2020-12-063-10/+8
| | | Contains fixes for #992 and adds more random ID
* Update discordgo fork (#1303)Wim2020-11-2210-23/+236
|
* Update vendor (#1297)Wim2020-11-22164-13430/+24818
|
* Update vendor (#1265)Wim2020-10-19240-1416/+22051
|
* Add support for downloading files (nctalk) (#1249)Gary Kim2020-10-1911-233/+5
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Update vendor (#1257)Wim2020-10-1136-3632/+5790
|
* Append a suffix if user is a guest user (nctalk) (#1250)Gary Kim2020-10-013-1/+30
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Add Mumble support (#1245)Sebastian P2020-10-0152-0/+8847
|
* Update vendor (#1228)Wim2020-09-041434-3444/+21636
|
* Update nc-talk dependency (#1226)Gary Kim2020-09-043-1/+12
|
* Update nc-talk to version 0.1.2 (#1220)Tilo Spannagel2020-08-304-8/+71
| | | Signed-off-by: Tilo Spannagel <development@tilosp.de>
* Switch to upstream gomatrix (#1219)Tilo Spannagel2020-08-3019-120/+237
| | | Signed-off-by: Tilo Spannagel <development@tilosp.de>
* Add TLSConfig to nctalk (#1195)Gary Kim2020-08-3048-362/+12357
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Replace gorilla with melody for websocket API (#1205)NikkyAI2020-08-2612-0/+931
|
* Update whatsapp vendor and fix a panic (#1209)Wim2020-08-2410-23/+224
| | | | | * Fix another whatsapp panic * Update whatsapp vendor
* Sync with upstream gozulipbot fixes (#1202)Wim2020-08-215-22/+67
|
* Use mattermost v5 module (#1192)Wim2020-08-10599-25679/+84740
|
* Fix Nextcloud Talk connection failure (#1179)Gary Kim2020-07-265-25/+115
| | | | | Fix #1177 Signed-off-by: Gary Kim <gary@garykim.dev>
* Update dependencies for 1.18.0 release (#1175)Wim2020-07-18172-2126/+2127
|
* Add Nextcloud Talk support (#1167)Gary Kim2020-07-1828-0/+1325
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Increase debug logging with function,file and linenumber (#1147)Wim2020-05-242-4/+52
| | | | | | | 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-24435-92663/+34784
|
* Add StripMarkdown option (irc). (#1145)Wim2020-05-235-0/+143
| | | Enable `StripMarkdown` to strip markdown for irc.
* Update Rhymen/go-whatsapp. Fixes #1107 (#1109)Wim2020-04-213-6/+9
|
* Update matterbridge/go-xmpp. Fixes #1097 (#1099)Wim2020-04-192-70/+75
|
* Update matterbridge/go-xmpp to add PEP-0030 support (#1095)Wim2020-04-184-12/+158
|
* Update matterbridge/Rocket.Chat.Go.SDK (#1087)Wim2020-04-163-1/+27
|
* Update Rhymen/go-whatsapp vendor and whatsapp version (#1078)Wim2020-04-098-538/+1154
|
* Update matterbridge/go-xmpp to add xmpp avatar support (#1070)Wim2020-03-293-6/+175
|
* Sync matterbridge/go-xmpp with upstreamWim2020-03-294-80/+328
|
* Update vendor slack-go/slack (#1068)Wim2020-03-2821-186/+996
|
* Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067)Wim2020-03-286-203/+1
|