summaryrefslogtreecommitdiffstats
path: root/vendor/github.com
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update vendor slack-go/slack (#1068)Wim2020-03-2820-185/+995
|
* Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067)Wim2020-03-285-201/+0
|
* Update vendor d5/tengo (#1066)Wim2020-03-284-7/+120
|
* Update vendor yaegashi/msgraph.go to v0.1.2 (2)Qais Patankar2020-03-224253-196821/+191094
|
* Update vendor shazow/ssh-chat (#1029)Wim2020-03-084-3/+30
|
* Remove replace directives and use own fork to make go get work again (#1028)Wim2020-03-083300-271/+271
| | | | See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options.
* Add initial Microsoft Teams supportWim2020-03-013292-0/+209326
| | | | Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
* Update vendor keybase/go-keybase-chat-bot (#1019)Wim2020-03-012-16/+61
|
* Use upstream slack-go/slack again (#1018)Wim2020-03-0184-95/+491
|
* Add support for avatars from matrix. #984 (#1007)Wim2020-02-101-0/+15
|
* Rebase gomatrix vendor with upstream (#1006)Wim2020-02-094-9/+78
|
* Update kekeybase/go-keybase-chat-bot vendorWim2020-02-08155-550/+39502
|
* Disable smartypants in markdown parser. Fixes #989, #983 (#993)Wim2020-02-022-2/+2
|
* Update to tengo v2 (#976)Wim2020-01-09187-11809/+11390
|
* Update dependencies (#975)Wim2020-01-0965-890/+2452
|
* Clean up go.mod and vendorWim2020-01-091-1/+1
|
* Update slack vendor to fix regression (#959)Wim2019-12-081-1/+1
|
* Update slack vendor to master (#958)Wim2019-12-0717-55/+258
|
* Switch to new emoji library kyokomi/emoji (#948)Wim2019-11-1712-20592/+4374
|
* Update shazow/ssh-chat dependency (#947)Wim2019-11-1714-9/+1509
|
* Update markdown parsing library to github.com/gomarkdown/markdown (#944)Benjamin2019-11-1736-0/+8266
|
* Use own slack fork to fix #937 (#943)Wim2019-11-144-3/+31
|
* Update vendor (#932)Wim2019-10-2729-1516/+4062
| | | | | | * Update vendor * Fix godiscord api change
* Update vendor matterbridge/gomatrix fork (#928)Wim2019-10-266-85/+208
|
* Update dependencies (#886)Wim2019-09-07114-9613/+24061
|
* Update lrstanley/girc vendor (#884)Wim2019-09-0710-97/+416
|
* Replace bwmarrin/discordgo with matterbridge/discordgo (#878)Wim2019-08-262-4/+69
| | | Needed for #872
* Update Rhymen/go-whatsapp vendor (#876)Wim2019-08-2610-36/+505
|
* Add initial Keybase Chat support (#877)cori hudson2019-08-267-0/+1086
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial work on native keybase bridging * Hopefully make a functional keybase bridge * add keybase to bridgemap * send to right channel, try to figure out received msgs * add account and userid * i am a Dam Fool * Fix formatting for messages, handle /me * update vendors, ran golint and goimports * move handlers to handlers.go, clean up unused config options * add sample config, fix inconsistent remote nick handling * Update readme with keybase links * Resolve fixmie errors * Error -> Errorf * fix linting errors in go.mod and go.sum * explicitly join channels, ignore messages from non-specified channels * check that team names match before bridging message
* Update vendor (#852)Wim2019-06-1677-416/+2563
|
* Update github.com/Rhymen/go-whatsapp vendor. Fixes #843Wim2019-06-148-51/+201
|
* Use upstream whatsapp again (#809)Wim2019-05-3055-2495/+1326
|
* Update tengo vendor and load the stdlib. Fixes #789 (#792)Wim2019-04-0659-1288/+7000
|
* 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
|