summaryrefslogtreecommitdiffstats
path: root/vendor/github.com
Commit message (Collapse)AuthorAgeFilesLines
* Update vendor d5/tengoWim2019-03-0535-4352/+618
|
* Use whatsapp forks (#750)Wim2019-03-0243-159/+1736
|
* Fix regression in HTML handling (telegram). Closes #734Wim2019-02-2417-2530/+2310
| | | | | * Revert back to blackfriday v1 * Add testing
* Make all loggers derive from non-default instance (#728)Wim2019-02-2310-0/+2539
|
* Add scripting (tengo) support for every incoming message (#731)Wim2019-02-23137-0/+14114
| | | | | | | | | | | | | | | | | | | | | | TengoModifyMessage allows you to specify the location of a tengo (https://github.com/d5/tengo/) script. This script will receive every incoming message and can be used to modify the Username and the Text of that message. The script will have the following global variables: to modify: msgUsername and msgText to read: msgChannel and msgAccount The script is reloaded on every message, so you can modify the script on the fly. Example script can be found in https://github.com/42wim/matterbridge/tree/master/gateway/bench.tengo and https://github.com/42wim/matterbridge/tree/master/contrib/example.tengo The example below will check if the text contains blah and if so, it'll replace the text and the username of that message. text := import("text") if text.re_match("blah",msgText) { msgText="replaced by this" msgUsername="fakeuser" } More information about tengo on: https://github.com/d5/tengo/blob/master/docs/tutorial.md and https://github.com/d5/tengo/blob/master/docs/stdlib.md
* Update vendorWim2019-02-231-13/+0
|
* Add initial WhatsApp support (#711)Krzysiek Madejski2019-02-2161-3424/+22023
|
* Upgrade to latest girc version (irc) (#718)Wim2019-02-169-181/+164
|
* Refactor and update RocketChat bridge (#707)Wim2019-02-1537-0/+4457
|\ | | | | | | | | | | | | * 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-1537-0/+4457
| | | | | | | | | | | | | | | | * 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 vendor, move to labstack/echo/v4 Fixes #698Wim2019-01-31104-935/+1450
|
* Update vendorWim2019-01-0315-63/+297
| | | | | | * go-telegram-bot-api/telegram-bot-api * lrstanley/girc * matterbridge/gomatrix
* Update nlopes/slack to 4.1-dev (#595)Patrick Connolly2018-12-0133-496/+646
|
* Update direct dependencies where possibleDuco van Amstel2018-11-25253-10509/+17667
|
* Upgrade logrus / testify to stable versionsDuco van Amstel2018-11-1854-4110/+1842
|
* Switch back go upstream bwmarrin/discordgoWim2018-11-1342-534/+1879
| | | | Commit https://github.com/bwmarrin/discordgo/commit/ffa9956c9b41e8e2a10c26a254389854e016b006 got merged in.
* Update Blackfriday dependency (closes #522) (#532)Duco van Amstel2018-10-2215-2274/+2511
| | | - Fixup Telegram bridge implementation to support updated dependency.
* Update of nlopes/slack dependency (#511)Duco van Amstel2018-10-0720-84/+981
|
* Update vendor lrstanley/gircWim2018-09-143-6/+24
|
* Update nlopes/slack vendorWim2018-08-1045-696/+2627
|
* Use mod vendor for vendored directory (backwards compatible)Wim2018-08-06837-273974/+11159
|
* Use own forks for logrus-prefixed-formatter and discordgoWim2018-08-0627-0/+9215
|
* Update vendor matterbridge/go-xmppWim2018-05-291-1/+19
|
* Add vendor github.com/rs/xidWim2018-05-277-0/+456
|
* Add vendor github.com/dfordsoft/golib/icWim2018-05-113-0/+124
|
* Update vendor lrstanley/gircWim2018-05-093-0/+793
|
* Update vendor lrstanley/gircWim2018-05-099-845/+202
|
* Update vendor go-telegram-bot-api/telegram-bot-apiWim2018-05-094-49/+267
|
* Update vendor matterbridge/go-xmppWim2018-05-091-1/+29
|
* Add vendor matterbridge/gozulipbotWim2018-05-074-0/+754
|
* Add vendor files for spf13/viperWim2018-03-04251-0/+93134
|
* Use our own version of go-xmpp with debug output to logrusWim2018-02-276-19/+50
|
* Update vendor labstack/echoWim2018-02-2121-214/+364
|
* Use prefixed-formatter for better loggingWim2018-02-211-3/+19
|
* Move Sirupsen => sirupsenWim2018-02-2034-317/+1262
|
* Fix role replaceWim2018-02-141-1/+1
|
* Update vendor bwmarrin/discordgoWim2018-02-1412-185/+313
|
* Update vendor (github.com/mattermost)Wim2018-02-09266-5524/+36079
|
* Update vendor (slack)Wim2018-01-0857-157/+759
|
* Vendor github.com/matterbridge/gomatrixWim2017-12-2510-0/+1712
|
* Update vendor labstack/echoWim2017-12-0716-142/+334
|
* Add sshchat dependencies in vendorWim2017-12-0314-0/+762
|
* Update vendor lrstanley/girc and readmeWim2017-12-029-153/+208
|
* Allow ^ in nick (irc). Closes #305Wim2017-11-301-1/+1
|
* Update vendor lrstanley/gircWim2017-11-305-176/+142
|
* Update vendor github.com/matrix-org/gomatrixWim2017-11-217-16/+212
|
* Update vendor/github.com/mattn/go-xmppWim2017-11-082-4/+7
|
* Vendor github.com/lrstanley/gircWim2017-11-0815-0/+6015
|