Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update issue template | Wim | 2017-07-08 | 1 | -0/+2 |
| | |||||
* | Release v0.16.0-rc2v0.16.0-rc2 | Wim | 2017-07-07 | 3 | -2/+23 |
| | |||||
* | Try to detect the charset and convert it to utf-8. (irc). Closes #209 #210 | Wim | 2017-07-07 | 1 | -0/+27 |
| | |||||
* | Add go-charset and chardet to vendor | Wim | 2017-07-07 | 47 | -0/+3974 |
| | |||||
* | Add UseInsecureURL option (telegram) | Wim | 2017-07-04 | 3 | -4/+11 |
| | |||||
* | Fix channel id off by 0x18000000000000 (steam) | Wim | 2017-07-03 | 1 | -1/+3 |
| | |||||
* | Optimize StatusLoop. Execute function when specified in OnWsConnect | Wim | 2017-07-01 | 1 | -5/+21 |
| | |||||
* | Optimize GetStatus. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | Optimize UpdateUsers usage. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -6/+13 |
| | |||||
* | Fix possible panics. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -9/+24 |
| | |||||
* | Don't logout if logging in through token. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -0/+4 |
| | |||||
* | Reestablish the socket when websocket is disconnected. (from @recht ↵ | Wim | 2017-07-01 | 1 | -6/+20 |
| | | | | matterircd fork) | ||||
* | Add link to wiki | Wim | 2017-06-30 | 1 | -1/+4 |
| | |||||
* | Release v0.16.0-rc1 | Wim | 2017-06-30 | 3 | -4/+28 |
| | |||||
* | Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1 | Wim | 2017-06-29 | 6 | -77/+122 |
| | |||||
* | Fix samechannel gateway issue. Closes #207 | Wim | 2017-06-27 | 1 | -0/+12 |
| | |||||
* | Add more debugging (discord) | Wim | 2017-06-26 | 1 | -5/+6 |
| | |||||
* | Remove label from URLs (slack). Closes #205 | Wim | 2017-06-26 | 1 | -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 - Wolfman | 2017-06-26 | 3 | -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). #202 | Wim | 2017-06-24 | 3 | -1/+14 |
| | |||||
* | Fix example | Wim | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Add initial steam support | Wim | 2017-06-22 | 4 | -0/+216 |
| | |||||
* | Add vendor (steam) | Wim | 2017-06-22 | 117 | -0/+115543 |
| | |||||
* | Bump version | Wim | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Release v0.15.0v0.15.0 | Wim | 2017-06-19 | 3 | -2/+19 |
| | |||||
* | Update gitter vendor. (fixes crash) | Wim | 2017-06-19 | 2 | -2/+5 |
| | |||||
* | Use the last (and biggest) photo to relay (telegram). Closes #184 | Wim | 2017-06-18 | 1 | -4/+2 |
| | |||||
* | Add UserID to each message. Closes #200 | Wim | 2017-06-18 | 13 | -12/+20 |
| | |||||
* | Sent only the biggest picture to bridges (telegram) | Wim | 2017-06-18 | 1 | -2/+4 |
| | |||||
* | Add option IgnoreMessages to ignore messages based on regexp. (all). Closes #70 | Wim | 2017-06-18 | 3 | -0/+79 |
| | |||||
* | Make reconnection more robust (irc). #153 | Wim | 2017-06-18 | 1 | -8/+25 |
| | |||||
* | Add initial sticker/video/photo/document support (telegram). #184 | Wim | 2017-06-17 | 1 | -0/+22 |
| | |||||
* | Do not relay join/part of ourselves (irc). Closes #190 | Wim | 2017-06-17 | 1 | -2/+5 |
| | |||||
* | Add note about private channels (rocketchat). See #180 | Wim | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Fix incorrect behaviour of EditDisable (mattermost). Fixes #197 | Wim | 2017-06-15 | 1 | -0/+3 |
| | |||||
* | Bump version | Wim | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | Avoid nil in usermembermap (discord). See #198 | Wim | 2017-06-15 | 1 | -1/+2 |
| | |||||
* | Release v0.14.0v0.14.0 | Wim | 2017-06-15 | 3 | -3/+21 |
| | |||||
* | Remove debug | Wim | 2017-06-15 | 1 | -2/+0 |
| | |||||
* | Add 3.10.0 support (mattermost) | Wim | 2017-06-15 | 1 | -5/+11 |
| | |||||
* | Remove need for channel when using api. Closes #195 | Wim | 2017-06-15 | 1 | -0/+13 |
| | |||||
* | Fix utf-8 issues #193 | Wim | 2017-06-15 | 1 | -1/+10 |
| | |||||
* | remove second flag.Parse() (#196) | Syam.G.Krishnan | 2017-06-14 | 1 | -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 teamid | Wim | 2017-06-12 | 1 | -2/+14 |
| | |||||
* | Add note about file permissions | Wim | 2017-06-08 | 2 | -10/+4 |
| | |||||
* | Update documentation (api) | Wim | 2017-06-08 | 1 | -1/+3 |
| | |||||
* | Allow reuse of api in different gateways. See #189 | Wim | 2017-06-07 | 2 | -5/+20 |
| | |||||
* | Add token authentication (api) | Wim | 2017-06-06 | 3 | -1/+14 |
| | |||||
* | Update vendor | Wim | 2017-06-06 | 49 | -1420/+533 |
| | |||||
* | Change to lowercase JSON keys (api) | Wim | 2017-06-05 | 1 | -9/+9 |
| |