summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update matterbridge.toml.sample about NoHomeServerSuffixWim2017-05-151-0/+5
|
* Bump versionWim2017-05-121-1/+1
|
* Add NoHomeServerSuffix. Option to disable homeserver on username (matrix). ↵Wim2017-05-122-2/+10
| | | | Closes #160.
* Add Compatibility for Cisco Jabber (xmpp) (#166)Frank2017-05-111-1/+1
|
* Update changelogWim2017-05-091-2/+8
|
* Release v0.12.0v0.12.0Wim2017-05-092-3/+3
|
* Add 3.9.0 support (mattermost)Wim2017-05-091-1/+2
|
* Add support for HTTP{S}_PROXY env variables (#162)ryarnyah2017-05-081-1/+1
|
* Relay messages starting with ! (irc). Closes #164Wim2017-05-081-1/+0
|
* Fix crash on reconnects when server is down. Closes #163Wim2017-05-081-6/+17
|