summaryrefslogtreecommitdiffstats
path: root/vendor
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update vendor d5/tengo (#1066)Wim2020-03-285-8/+121
|
* Update vendor yaegashi/msgraph.go to v0.1.2 (2)Qais Patankar2020-03-224255-196894/+191113
|
* Update vendor yaegashi/msgraph.go to v0.1.2 (1)Qais Patankar2020-03-221-3/+8
|
* Update vendor shazow/ssh-chat (#1029)Wim2020-03-085-4/+31
|
* Remove replace directives and use own fork to make go get work again (#1028)Wim2020-03-083301-277/+277
| | | | See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options.
* Add initial Microsoft Teams supportWim2020-03-013357-0/+229309
| | | | Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
* Update vendor keybase/go-keybase-chat-bot (#1019)Wim2020-03-013-17/+62
|
* Use upstream slack-go/slack again (#1018)Wim2020-03-0185-100/+496
|
* Add support for avatars from matrix. #984 (#1007)Wim2020-02-102-1/+16
|
* Rebase gomatrix vendor with upstream (#1006)Wim2020-02-095-10/+79
|
* Update kekeybase/go-keybase-chat-bot vendorWim2020-02-08156-551/+39507
|
* Disable smartypants in markdown parser. Fixes #989, #983 (#993)Wim2020-02-023-3/+3
|
* Update to tengo v2 (#976)Wim2020-01-09188-11822/+11396
|
* Update dependencies (#975)Wim2020-01-09358-42649/+72861
|
* Clean up go.mod and vendorWim2020-01-0921-11581/+1965
|
* Update slack vendor to fix regression (#959)Wim2019-12-082-2/+2
|
* Update slack vendor to master (#958)Wim2019-12-0718-56/+259
|
* Switch to new emoji library kyokomi/emoji (#948)Wim2019-11-1713-20594/+4376
|
* Update shazow/ssh-chat dependency (#947)Wim2019-11-1715-10/+1511
|
* Update markdown parsing library to github.com/gomarkdown/markdown (#944)Benjamin2019-11-17117-47846/+8271
|
* Use own slack fork to fix #937 (#943)Wim2019-11-145-4/+32
|
* Update vendor (#932)Wim2019-10-2730-1519/+4065
| | | | | | * Update vendor * Fix godiscord api change
* Update vendor matterbridge/gomatrix fork (#928)Wim2019-10-267-86/+209
|
* Update golang-commonmark/linkify vendor and use upstream again. Fixes #924 ↵Wim2019-10-263-4/+4
| | | | (#926)
* Try to fix blackfriday go modules messWim2019-09-221-1/+1
|
* Update dependencies (#886)Wim2019-09-07141-16394/+24104
|
* Update lrstanley/girc vendor (#884)Wim2019-09-0711-98/+417
|
* Replace bwmarrin/discordgo with matterbridge/discordgo (#878)Wim2019-08-263-5/+70
| | | Needed for #872
* Update Rhymen/go-whatsapp vendor (#876)Wim2019-08-2611-37/+506
|
* Add initial Keybase Chat support (#877)cori hudson2019-08-26144-428/+5063
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-16292-6794/+71288
|
* Update github.com/Rhymen/go-whatsapp vendor. Fixes #843Wim2019-06-149-52/+202
|
* Fix go mod issue by removing whatsapp-extWim2019-06-0211-1451/+0
|
* Use upstream whatsapp again (#809)Wim2019-05-3084-1241/+2120
|
* Update tengo vendor and load the stdlib. Fixes #789 (#792)Wim2019-04-0660-1289/+7003
|
* Update vendor d5/tengoWim2019-03-0536-4354/+620
|
* Use whatsapp forks (#750)Wim2019-03-0291-768/+1836
|
* Add MediaConvertWebPToPNG option (telegram). (#741)Wim2019-02-2720-0/+4257
| | | | | | | | * Add MediaConvertWebPToPNG option (telegram). When enabled matterbridge will convert .webp files to .png files before uploading them to the mediaserver of the other bridges. Fixes #398
* Fix regression in HTML handling (telegram). Closes #734Wim2019-02-2418-2533/+2311
| | | | | * Revert back to blackfriday v1 * Add testing