summaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
* Relay notices (matrix). Closes #243Wim2017-08-271-1/+1
|
* Handle leave/join events (slack). Closes #246Wim2017-08-271-0/+4
|
* Add support for personal access tokens (mattermost)Wim2017-08-231-5/+34
| | | | * https://docs.mattermost.com/developer/personal-access-tokens.html
* Swap token/id. Also check for default webhookURL in isWebhookID (discord)Wim2017-08-121-3/+9
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-1213-49/+91
|
* Add UseUserName option (discord) (#234)anon7242017-08-012-1/+7
|
* Do not modify username in action (discord)Wim2017-07-311-7/+3
|
* Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199Wim2017-07-309-15/+95
|
* Update vendor (go-irc)Wim2017-07-281-1/+1
|
* Ignore edited messages with reactions (mattermost)Wim2017-07-251-0/+4
|
* Refactor. Add testsWim2017-07-252-4/+0
|
* Disable message from other bots when using webhooks (slack)Wim2017-07-221-1/+5
|
* Handle reconnections better (xmpp). Closes #222Wim2017-07-201-2/+29
|
* Fix webhookurl/webhookbindaddress panic (mattermost). Closes #221Wim2017-07-171-0/+3
|
* Tag messages we send ourself using CallbackID hack (slack). Closes #219Wim2017-07-171-8/+8
|
* Suppress parent message when child message is received (slack) (#218)Jerry Heiselman2017-07-171-1/+1
| | | | | | | | | | | | * Suppress parent message when child message is received When a thread is started in Slack and a user makes a comment on the thread, matterbridge sends the original parent message again on each child comment. This change suppresses that. * Update slack.go Moved determination of ThreadTimestamp to handleSlackClient so the MMMessage struct doesn't need to be modified * Ran 'go fmt'
* Add support for fallback/text in attachments (slack)Wim2017-07-161-0/+9
|
* Make sure bot doesn't loop now we relay bot messages (slack)Wim2017-07-161-1/+8
|
* Fix discordgo api changesWim2017-07-161-1/+1
|
* Fix lookup bot username (slack). #213Wim2017-07-161-8/+12
|
* Use GetFileLinks. Also show links to non-public files (mattermost)Wim2017-07-151-1/+1
|
* Refactor connecting logic slack/mattermost. Fixes #216Wim2017-07-152-35/+100
|
* Fix megacheck / go vet issuesWim2017-07-148-14/+10
|
* Lookup bot username (slack). #213Wim2017-07-101-0/+9
|
* Replace HTML entities (slack). #215Wim2017-07-091-0/+2
|
* Fix embeds (discord). Closes #202Wim2017-07-091-9/+17
|
* Try to detect the charset and convert it to utf-8. (irc). Closes #209 #210Wim2017-07-071-0/+27
|
* Add UseInsecureURL option (telegram)Wim2017-07-042-4/+5
|
* Fix channel id off by 0x18000000000000 (steam)Wim2017-07-031-1/+3
|
* Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1Wim2017-06-295-27/+83
|
* Add more debugging (discord)Wim2017-06-261-5/+6
|
* Remove label from URLs (slack). Closes #205Wim2017-06-261-0/+9
| | | | | If slack detects a text contains an url it changes it to <http://url|url>. Strip the |url so that http://url remains.
* Add webhook posting mode for discord. (#204)Sacha Aury - Wolfman2017-06-262-1/+28
| | | | | | | | | Using it implies to configure a Webhook on discord and set the parameter : - WebhookURL (New parameter, discord-specific) Discord API does not allow to change the name of the user posting, but webhooks does. This makes the relay much more elegant, even if we might lose some more advanced features. Signed-off-by: saury07 <sacha.aury@gmail.com>
* Add ShowEmbeds option (discord). #202Wim2017-06-242-1/+10
|
* Add initial steam supportWim2017-06-223-0/+164
|
* Use the last (and biggest) photo to relay (telegram). Closes #184Wim2017-06-181-4/+2
|
* Add UserID to each message. Closes #200Wim2017-06-1811-9/+18
|
* Sent only the biggest picture to bridges (telegram)Wim2017-06-181-2/+4
|
* Add option IgnoreMessages to ignore messages based on regexp. (all). Closes #70Wim2017-06-181-0/+1
|
* Make reconnection more robust (irc). #153Wim2017-06-181-8/+25
|
* Add initial sticker/video/photo/document support (telegram). #184Wim2017-06-171-0/+22
|
* Do not relay join/part of ourselves (irc). Closes #190Wim2017-06-171-2/+5
|
* Fix incorrect behaviour of EditDisable (mattermost). Fixes #197Wim2017-06-151-0/+3
|
* Avoid nil in usermembermap (discord). See #198Wim2017-06-151-1/+2
|
* Allow reuse of api in different gateways. See #189Wim2017-06-071-0/+4
|
* Add token authentication (api)Wim2017-06-062-1/+7
|
* Change to lowercase JSON keys (api)Wim2017-06-051-9/+9
|
* Add gateway name to messagesWim2017-06-051-0/+1
|
* Post valid JSON (api). See #185Wim2017-06-051-3/+1
|
* Add hashtag to channel (discord)Wim2017-06-031-2/+2
|