summaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
* Fix loop because of closed channel. Fixes #89Wim2016-11-231-2/+1
|
* Add support for RemoteNickFormat in general configurationWim2016-11-201-0/+1
|
* Add gateway.inout config for bidirectional bridges. Closes #85Wim2016-11-201-0/+1
|
* Replace id-mentions to usernames (slack). Closes #86Wim2016-11-201-0/+23
|
* Remove callbacks after being called. Fixes #88 (irc)Wim2016-11-201-0/+2
|
* Add initial telegram supportWim2016-11-153-0/+79
|
* Fix ShowJoinPart from irc bridge. Closes #72Wim2016-11-142-0/+18
|
* Add bot tag to api if not specified (discord)Wim2016-11-141-0/+3
|
* Fix !users command for irc. Closes #78.Wim2016-11-141-2/+1
|
* Merge branch 'refactor'Wim2016-11-138-199/+94
|\
| * RefactorWim2016-11-138-199/+94
| |
* | Sync with mattermost 3.5.0Wim2016-11-121-1/+1
|/
* Add support for using avatars from discord,slack and gitter in slackWim2016-11-064-3/+36
|
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-057-17/+47
|
* Refactor modifyMessageWim2016-11-044-9/+16
|
* Update to latest go-gitter API changesWim2016-11-021-4/+8
|
* Fix tight loop (gitter). Closes #68.Wim2016-11-021-1/+1
|
* Add anti-flooding settings (irc). See #40Wim2016-11-012-3/+30
|
* Use names instead of id's for mentions (discord). Fixes #66Wim2016-10-301-1/+1
|
* Override config from environment. See #50Wim2016-10-302-0/+42
| | | | | | | | | | | | | | | | Expects uppercase environment variables of MATTERBRIDGE_PROTOCOL_ACCOUNT_KEY="value" e.g. you can override this config [mattermost] [mattermost.work] Team="yourteam" Login="yourlogin" Password="yourpass" by using MATTERBRIDGE_MATTERMOST_WORK_TEAM="newteam" MATTERBRIDGE_MATTERMOST_WORK_LOGIN="newlogin" MATTERBRIDGE_MATTERMOST_WORK_PASSWORD="newpassword"
* Drop first received message on connection to avoid duplicates (slack). Fixes #55Wim2016-10-291-13/+19
|
* Wait until the welcome message before connection is ok (irc). Fixes #62Wim2016-10-291-9/+19
|
* Forward channel notices too (irc)Wim2016-10-291-0/+2
|
* Fix teamid bug (mattermost)Wim2016-10-291-1/+1
|
* Ignore messages from ourself (irc bridge)Wim2016-10-291-0/+4
|
* Ignore private queries (irc bridge)Wim2016-10-291-1/+5
|
* Only respond to notices from nickserv (irc bridge)Wim2016-10-291-1/+1
|
* Add support for discord channel ID. See #57Wim2016-10-261-8/+22
|
* Ignore empty content from discord. Fixes #58Wim2016-10-261-0/+3
|
* Add support for discord attachments. Fixes #59Wim2016-10-261-0/+5
|
* Use RTM only on API (slack). Fix #56Wim2016-10-251-2/+2
|
* Launch every account only once. Fixes #48Wim2016-10-231-4/+1
|
* Drop messages not from our mattermost team. Fixes #49Wim2016-10-231-1/+4
|
* Rename discord guild to server.Wim2016-10-232-2/+1
|
* Add irc names callback only on command. Fixes #51Wim2016-10-231-1/+2
|
* Add error message about non-existing channels (slack)Wim2016-10-081-5/+10
|
* Add more irc debug on connect (when debugging enabled)Wim2016-10-011-0/+4
|
* Add samechannel gateway. See #35Wim2016-09-301-7/+15
|
* Fix slack channel joinWim2016-09-301-3/+2
|
* Fix mattermost bridge channel joinWim2016-09-301-1/+1
|
* Remove newline splitting from outgoing mattermost messages. Should be ↵Wim2016-09-291-6/+2
| | | | handled by receiving bridge.
* Split newlines for irc (#37)Wim2016-09-291-1/+3
|
* Fix IRC colors regexpWim2016-09-221-1/+1
|
* Strip IRC colors. Closes #33Wim2016-09-211-0/+4
|
* Add support for mattermost attachments. Shows public link on bridges. Closes #32Wim2016-09-201-0/+5
|
* Use specified config fileWim2016-09-201-1/+1
|
* Fix joining slack/mattermost channels using the webhookWim2016-09-202-4/+12
|
* Cleanup debug messagesWim2016-09-201-0/+1
|
* Cleanup discord bridge debug/info messagesWim2016-09-201-1/+3
|
* Cleanup slack bridge debug/info messagesWim2016-09-201-24/+15
|