Commit Graph

156 Commits (d261949db2de47578812f852d5c6d5c04d202323)

Author SHA1 Message Date
Wim 830361e48b Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat) 7 years ago
Wim 25ac4c708f Add more debugging (discord) 7 years ago
Wim c268e90f49 Remove label from URLs (slack). Closes #205
If slack detects a text contains an url it changes it to <http://url|url>.
Strip the |url so that http://url remains.
7 years ago
Sacha Aury - Wolfman c17512b7ab Add webhook posting mode for discord. (#204)
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>
7 years ago
Wim 1b837b3dc7 Add ShowEmbeds option (discord). #202 7 years ago
Wim 276ac840aa Add initial steam support 7 years ago
Wim 62e9de1a3b Use the last (and biggest) photo to relay (telegram). Closes #184 7 years ago
Wim 2ddc4f7ae9 Add UserID to each message. Closes #200 7 years ago
Wim 2dd402675d Sent only the biggest picture to bridges (telegram) 7 years ago
Wim 25b1af1e11 Add option IgnoreMessages to ignore messages based on regexp. (all). Closes #70 7 years ago
Wim 75fb2b8156 Make reconnection more robust (irc). #153 7 years ago
Wim 2a403f8b85 Add initial sticker/video/photo/document support (telegram). #184 7 years ago
Wim c3d45a9f06 Do not relay join/part of ourselves (irc). Closes #190 7 years ago
Wim 511f653e6e Fix incorrect behaviour of EditDisable (mattermost). Fixes #197 7 years ago
Wim 4b839b9958 Avoid nil in usermembermap (discord). See #198 7 years ago
Wim 359d0f2910 Allow reuse of api in different gateways. See #189 7 years ago
Wim ad3cb0386b Add token authentication (api) 7 years ago
Wim 2eecaccd1c Change to lowercase JSON keys (api) 7 years ago
Wim 5f30a98bc1 Add gateway name to messages 7 years ago
Wim b8a2fcbaff Post valid JSON (api). See #185 7 years ago
Wim c0c4890887 Add hashtag to channel (discord) 7 years ago
Wim 9bcd131e66 Reset variables each loop (telegram). Closes #181 7 years ago
Wim 9d9cb32f4e Limit message length (irc). Closes #179 7 years ago
Wim 87229bab13 Fix sending to different channels on same account (slack). Closes #177 7 years ago
Wim 3812693111 Replace long ids in channel metions (discord). Fixes #174 7 years ago
Wim dd3c572256 Fix possible crash on nil (discord) 7 years ago
siinus ef278301e3 Fix JoinChannel argument to use IRC channel key (#172) 7 years ago
Wim 2888fd64b0 Add UseFirstName option (telegram). Closes #144 7 years ago
Wim 4036d4459b Add NoHomeServerSuffix. Option to disable homeserver on username (matrix). Closes #160. 7 years ago
Frank ee643de5b6 Add Compatibility for Cisco Jabber (xmpp) (#166) 7 years ago
Wim d300bb1735 Relay messages starting with ! (irc). Closes #164 7 years ago
Wim 4fcedabfd0 Revert "Add support for edited messages (gitter)"
This reverts commit 17b8b86d68.
Reverted because of lingering file descriptors (memory leak)
8 years ago
Wim 246c8e4f74 Ignore error on private channel join (slack) Fixes #150 8 years ago
Wim 4d2207aba7 Add support for edited messages (slack) 8 years ago
Wim 17b8b86d68 Add support for edited messages (gitter) 8 years ago
Wim fdb57230a3 Add support for edited messages (mattermost) 8 years ago
Wim 7469732bbc Add support for edited messages (telegram) 8 years ago
Wim d1dd6c3440 Add support for edited messages (discord) 8 years ago
Wim 02612c0061 Add support for sending edited messages 8 years ago
Wim 035c2b906a Strip custom emoji metadata (discord). Closes #148 8 years ago
Wim b469c8ddbd Rejoin channel when kicked (irc). Closes #146 8 years ago
Wim eee0036c7f Modify iconurl correctly (mattermost). Closes #145 8 years ago
Wim 89c66b9430 Reconnect on session removal (mattermost) 8 years ago
Wim bd38319d83 Add support for showing/hiding join/leave messages from mattermost. Closes #147 8 years ago
Wim 57176dadd4 Support edited messages (telegram). See #141 8 years ago
Wim dd449a8705 Remove debug info (irc) 8 years ago
Wim 587ad9f41d Remove space after nick (mattermost). Closes #142 8 years ago
Wim a16ad8bf3b Reuse connection when using same bridge with another gateway. See #87 8 years ago
Wim 2e4d58cb92 Refactor 8 years ago
Wim f935c573e9 Allow bot tokens for now without warning (slack). Closes #140 8 years ago