summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update issue templateWim2017-07-081-0/+2
|
* Release v0.16.0-rc2v0.16.0-rc2Wim2017-07-073-2/+23
|
* Try to detect the charset and convert it to utf-8. (irc). Closes #209 #210Wim2017-07-071-0/+27
|
* Add go-charset and chardet to vendorWim2017-07-0747-0/+3974
|
* Add UseInsecureURL option (telegram)Wim2017-07-043-4/+11
|
* Fix channel id off by 0x18000000000000 (steam)Wim2017-07-031-1/+3
|
* Optimize StatusLoop. Execute function when specified in OnWsConnectWim2017-07-011-5/+21
|
* Optimize GetStatus. (from @recht matterircd fork)Wim2017-07-011-1/+1
|
* Optimize UpdateUsers usage. (from @recht matterircd fork)Wim2017-07-011-6/+13
|
* Fix possible panics. (from @recht matterircd fork)Wim2017-07-011-9/+24
|
* Don't logout if logging in through token. (from @recht matterircd fork)Wim2017-07-011-0/+4
|
* Reestablish the socket when websocket is disconnected. (from @recht ↵Wim2017-07-011-6/+20
| | | | matterircd fork)
* Add link to wikiWim2017-06-301-1/+4
|
* Release v0.16.0-rc1Wim2017-06-303-4/+28
|
* Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1Wim2017-06-296-77/+122
|
* Fix samechannel gateway issue. Closes #207Wim2017-06-271-0/+12
|
* 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-263-1/+32
| | | | | | | | | 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-243-1/+14
|
* Fix exampleWim2017-06-221-1/+1
|
* Add initial steam supportWim2017-06-224-0/+216
|
* Add vendor (steam)Wim2017-06-22117-0/+115543
|
* Bump versionWim2017-06-221-1/+1
|
* Release v0.15.0v0.15.0Wim2017-06-193-2/+19
|
* Update gitter vendor. (fixes crash)Wim2017-06-192-2/+5
|
* Use the last (and biggest) photo to relay (telegram). Closes #184Wim2017-06-181-4/+2
|
* Add UserID to each message. Closes #200Wim2017-06-1813-12/+20
|
* 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-183-0/+79
|
* 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
|
* Add note about private channels (rocketchat). See #180Wim2017-06-151-1/+1
|
* Fix incorrect behaviour of EditDisable (mattermost). Fixes #197Wim2017-06-151-0/+3
|
* Bump versionWim2017-06-151-1/+1
|
* Avoid nil in usermembermap (discord). See #198Wim2017-06-151-1/+2
|
* Release v0.14.0v0.14.0Wim2017-06-153-3/+21
|
* Remove debugWim2017-06-151-2/+0
|
* Add 3.10.0 support (mattermost)Wim2017-06-151-5/+11
|
* Remove need for channel when using api. Closes #195Wim2017-06-151-0/+13
|
* Fix utf-8 issues #193Wim2017-06-151-1/+10
|
* remove second flag.Parse() (#196)Syam.G.Krishnan2017-06-141-1/+0
| | | | flag.Parse() is already being called on line 28 https://github.com/42wim/matterbridge/blob/master/matterbridge.go#L28 and there is no need for calling it again
* Use cache for teamidWim2017-06-121-2/+14
|
* Add note about file permissionsWim2017-06-082-10/+4
|
* Update documentation (api)Wim2017-06-081-1/+3
|
* Allow reuse of api in different gateways. See #189Wim2017-06-072-5/+20
|
* Add token authentication (api)Wim2017-06-063-1/+14
|
* Update vendorWim2017-06-0649-1420/+533
|
* Change to lowercase JSON keys (api)Wim2017-06-051-9/+9
|