summaryrefslogtreecommitdiffstats
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies for 1.18.0 release (#1175)Wim2020-07-181-39/+35
|
* Add Nextcloud Talk support (#1167)Gary Kim2020-07-181-0/+4
| | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Increase debug logging with function,file and linenumber (#1147)Wim2020-05-241-2/+2
| | | | | | | 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-46/+198
|
* 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-2/+2
|
* Update matterbridge/go-xmpp. Fixes #1097 (#1099)Wim2020-04-191-2/+2
|
* Update matterbridge/go-xmpp to add PEP-0030 support (#1095)Wim2020-04-181-2/+2
|
* Update matterbridge/Rocket.Chat.Go.SDK (#1087)Wim2020-04-161-2/+2
|
* Update Rhymen/go-whatsapp vendor and whatsapp version (#1078)Wim2020-04-091-2/+2
|
* Update matterbridge/go-xmpp to add xmpp avatar support (#1070)Wim2020-03-291-2/+2
|
* Sync matterbridge/go-xmpp with upstreamWim2020-03-291-2/+2
|
* Update vendor slack-go/slack (#1068)Wim2020-03-281-2/+4
|
* Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067)Wim2020-03-281-4/+0
|
* Update vendor d5/tengo (#1066)Wim2020-03-281-2/+2
|
* Update vendor yaegashi/msgraph.go to v0.1.2 (1)Qais Patankar2020-03-221-0/+8
|
* Update vendor shazow/ssh-chat (#1029)Wim2020-03-081-2/+3
|
* Remove replace directives and use own fork to make go get work again (#1028)Wim2020-03-081-4/+4
| | | | See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options.
* Add initial Microsoft Teams supportWim2020-03-011-22/+14
| | | | Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
* Update vendor keybase/go-keybase-chat-bot (#1019)Wim2020-03-011-2/+2
|
* Use upstream slack-go/slack again (#1018)Wim2020-03-011-4/+4
|
* Add support for avatars from matrix. #984 (#1007)Wim2020-02-101-0/+2
|
* Rebase gomatrix vendor with upstream (#1006)Wim2020-02-091-2/+2
|
* Update kekeybase/go-keybase-chat-bot vendorWim2020-02-081-2/+2
|
* Disable smartypants in markdown parser. Fixes #989, #983 (#993)Wim2020-02-021-2/+2
|
* Update to tengo v2 (#976)Wim2020-01-091-2/+2
|
* Update dependencies (#975)Wim2020-01-091-26/+50
|
* Clean up go.mod and vendorWim2020-01-091-23/+0
|
* Add support for WhatsApp media (jpeg/png/gif) bridging (#974)Guillaume Lazzara2020-01-091-0/+16
| | | | | | | | * Whatsapp image bridging * Prevent double message in telegram when media with caption received Co-authored-by: imShara <shara@protonmail.com>
* Update slack vendor to fix regression (#959)Wim2019-12-081-0/+2
|
* Update slack vendor to master (#958)Wim2019-12-071-2/+2
|
* Switch to new emoji library kyokomi/emoji (#948)Wim2019-11-171-2/+2
|
* Update shazow/ssh-chat dependency (#947)Wim2019-11-171-5/+6
|
* Update markdown parsing library to github.com/gomarkdown/markdown (#944)Benjamin2019-11-171-16/+3
|
* Use own slack fork to fix #937 (#943)Wim2019-11-141-0/+2
|
* Update vendor (#932)Wim2019-10-271-6/+6
| | | | | | * Update vendor * Fix godiscord api change
* Update vendor matterbridge/gomatrix fork (#928)Wim2019-10-261-2/+2
|
* Update golang-commonmark/linkify vendor and use upstream again. Fixes #924 ↵Wim2019-10-261-4/+8
| | | | (#926)
* Try to fix blackfriday go modules messWim2019-09-221-6/+2
|
* Update dependencies (#886)Wim2019-09-071-32/+29
|
* Update lrstanley/girc vendor (#884)Wim2019-09-071-2/+2
|
* Replace bwmarrin/discordgo with matterbridge/discordgo (#878)Wim2019-08-261-2/+2
| | | Needed for #872
* Update Rhymen/go-whatsapp vendor (#876)Wim2019-08-261-2/+2
|
* Add initial Keybase Chat support (#877)cori hudson2019-08-261-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-161-42/+144
|
* Update github.com/Rhymen/go-whatsapp vendor. Fixes #843Wim2019-06-141-2/+9
|
* Fix go mod issue by removing whatsapp-extWim2019-06-021-19/+0
|
* Use upstream whatsapp again (#809)Wim2019-05-301-6/+16
|
* Update tengo vendor and load the stdlib. Fixes #789 (#792)Wim2019-04-061-2/+2
|
* Check module files in CI run (#761)Duco van Amstel2019-03-121-2/+0
|