summaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reset variables each loop (telegram). Closes #181Wim2017-05-301-3/+3
* Limit message length (irc). Closes #179Wim2017-05-292-0/+7
* Fix sending to different channels on same account (slack). Closes #177Wim2017-05-241-3/+0
* Replace long ids in channel metions (discord). Fixes #174Wim2017-05-231-0/+20
* Fix possible crash on nil (discord)Wim2017-05-221-5/+7
* Fix JoinChannel argument to use IRC channel key (#172)siinus2017-05-211-1/+1
* Add UseFirstName option (telegram). Closes #144Wim2017-05-152-1/+7
* Add NoHomeServerSuffix. Option to disable homeserver on username (matrix). Cl...Wim2017-05-122-2/+10
* Add Compatibility for Cisco Jabber (xmpp) (#166)Frank2017-05-111-1/+1
* Relay messages starting with ! (irc). Closes #164Wim2017-05-081-1/+0
* Revert "Add support for edited messages (gitter)"Wim2017-04-191-35/+12
* Ignore error on private channel join (slack) Fixes #150Wim2017-04-171-1/+3
* Add support for edited messages (slack)Wim2017-04-161-0/+5
* Add support for edited messages (gitter)Wim2017-04-151-12/+35
* Add support for edited messages (mattermost)Wim2017-04-151-1/+5
* Add support for edited messages (telegram)Wim2017-04-151-2/+4
* Add support for edited messages (discord)Wim2017-04-151-0/+13
* Add support for sending edited messagesWim2017-04-151-0/+2
* Strip custom emoji metadata (discord). Closes #148Wim2017-04-151-0/+8
* Rejoin channel when kicked (irc). Closes #146Wim2017-04-082-3/+10
* Modify iconurl correctly (mattermost). Closes #145Wim2017-04-081-0/+1
* Reconnect on session removal (mattermost)Wim2017-04-071-0/+1
* Add support for showing/hiding join/leave messages from mattermost. Closes #147Wim2017-04-071-0/+8
* Support edited messages (telegram). See #141v0.11.0-beta1Wim2017-04-011-15/+17
* Remove debug info (irc)Wim2017-04-011-1/+0
* Remove space after nick (mattermost). Closes #142Wim2017-04-011-6/+1
* Reuse connection when using same bridge with another gateway. See #87Wim2017-04-013-12/+17
* RefactorWim2017-03-282-22/+24
* Allow bot tokens for now without warning (slack). Closes #140Wim2017-03-271-0/+4
* Fix roomid bug (gitter)Wim2017-03-181-1/+2
* Replace role ids in mentions to role names (discord). Closes #133Wim2017-03-181-0/+15
* Join rooms not already joined by the bot (gitter). See #135Wim2017-03-181-4/+7
* Fail when bridge is unable to join a channel (general)Wim2017-03-161-3/+12
* Check if room exists when joining channel (gitter). Closes #135Wim2017-03-161-1/+2
* Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. (te...Wim2017-02-243-63/+75