summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add gateway name to messagesWim2017-06-052-0/+2
|
* Post valid JSON (api). See #185Wim2017-06-051-3/+1
|
* Fix panic (mattermost). Closes #186Wim2017-06-051-1/+9
|
* Bump versionWim2017-06-031-1/+1
|
* Add hashtag to channel (discord)Wim2017-06-031-2/+2
|
* Add note about lowercase channel (irc)Wim2017-06-011-1/+1
|
* Release v0.13.0v0.13.0Wim2017-05-313-2/+15
|
* Reset variables each loop (telegram). Closes #181Wim2017-05-301-3/+3
|
* Add NOPINGNICK option. Closes #175Wim2017-05-302-0/+2
|
* Bump versionWim2017-05-291-1/+1
|
* Limit message length (irc). Closes #179Wim2017-05-293-1/+13
|
* Fix sending to different channels on same account (slack). Closes #177Wim2017-05-242-4/+2
|
* Release v0.12.1v0.12.1Wim2017-05-233-2/+13
|
* Replace long ids in channel metions (discord). Fixes #174Wim2017-05-231-0/+20
|
* Fix possible crash on nil (discord)Wim2017-05-221-5/+7
|
* Update documentation about encrypted rooms in matrixWim2017-05-211-1/+2
|
* Fix JoinChannel argument to use IRC channel key (#172)siinus2017-05-211-1/+1
|
* Add UseFirstName option (telegram). Closes #144Wim2017-05-153-1/+13
|