summaryrefslogtreecommitdiffstats
path: root/vendor/manifest
Commit message (Collapse)AuthorAgeFilesLines
* Add vendor files for spf13/viperWim2018-03-041-0/+274
|
* Use our own version of go-xmpp with debug output to logrusWim2018-02-271-8/+8
|
* Update vendor labstack/echoWim2018-02-211-1/+1
|
* Move Sirupsen => sirupsenWim2018-02-201-8/+24
|
* Update vendor bwmarrin/discordgoWim2018-02-141-1/+1
|
* Update vendor (github.com/mattermost)Wim2018-02-091-41/+68
|
* Update vendor (slack)Wim2018-01-081-9/+9
|
* Vendor github.com/matterbridge/gomatrixWim2017-12-251-0/+8
|
* Update vendor labstack/echoWim2017-12-071-1/+1
|
* Add sshchat dependencies in vendorWim2017-12-031-1/+54
|
* Update vendor lrstanley/girc and readmeWim2017-12-021-1/+1
|
* Update vendor lrstanley/gircWim2017-11-301-1/+1
|
* Update vendor github.com/matrix-org/gomatrixWim2017-11-211-1/+1
|
* Update vendor/github.com/mattn/go-xmppWim2017-11-081-1/+1
|
* Vendor github.com/lrstanley/gircWim2017-11-081-0/+8
|
* Use matterbridge vendored slackWim2017-11-021-8/+8
|
* Update vendorWim2017-09-251-1/+1
|
* Update vendor (nlopes/slack)Wim2017-09-111-1/+1
|
* Update vendor (bwmarrin/discordgo) apiv6Wim2017-09-111-1/+1
|
* Update vendor (go-telegram-bot-api/telegram-bot-api)Wim2017-09-111-1/+1
|
* Use github.com/42wim/go-gitter for nowWim2017-08-281-8/+8
|
* Update mattermost vendor (3.7 => 4.1)Wim2017-08-161-16/+25
|
* Update vendor (go-irc)Wim2017-07-281-8/+8
|
* Add vendor (github.com/hashicorp/golang-lru)Wim2017-07-251-0/+8
|
* Update vendorWim2017-07-251-0/+27
|
* Update vendor (bwmarrin/discordgo)Wim2017-07-161-1/+1
|
* Update vendor (nlopes/slack)Wim2017-07-161-1/+1
|
* Replace :emoji: with unicode chars. #215Wim2017-07-091-0/+8
| | | | Add vendor github.com/peterhellberg/emojilib
* Add go-charset and chardet to vendorWim2017-07-071-0/+16
|
* Add vendor (steam)Wim2017-06-221-0/+44
|
* Update gitter vendor. (fixes crash)Wim2017-06-191-1/+1
|
* Update vendorWim2017-06-061-7/+7
|
* Update vendor (mattermost)Wim2017-03-251-5/+68
|
* Update vendorWim2017-03-251-13/+38
|
* Update vendored toml. Adds support for inline tablesWim2017-03-251-1/+1
|
* Add gops agentv0.10.2-devWim2017-03-231-0/+54
|
* Add matrix supportWim2017-02-201-0/+8
|
* Update vendorWim2017-02-181-0/+184
|
* Update vendorWim2017-01-281-28/+10
|
* Update vendor (slack)Wim2017-01-281-1/+1
|
* Update vendor (telegram)Wim2017-01-271-1/+1
|
* Update vendor (irc)Wim2017-01-241-1/+1
|
* Sync with mattermost 3.6.0Wim2017-01-171-4/+4
|
* Update xmpp vendorWim2016-11-261-1/+1
|
* Add initial telegram supportWim2016-11-151-0/+16
|
* Sync with mattermost 3.5.0Wim2016-11-121-4/+4
|
* Update vendor (slack)Wim2016-11-061-2/+2
|
* Fix tight loop (gitter). Closes #68.Wim2016-11-021-8/+8
|
* Add Discord supportWim2016-09-191-0/+35
|
* Refactor for more flexibilityWim2016-09-181-8/+8
| | | | | | | * Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways