summaryrefslogtreecommitdiffstats
path: root/gateway
Commit message (Expand)AuthorAgeFilesLines
* Use prefixed-formatter for better loggingWim2018-02-212-16/+22
* Move Sirupsen => sirupsenWim2018-02-202-2/+3
* Add label support in RemoteNickFormatWim2018-02-201-0/+1
* Download (and upload) avatar images from mattermost and telegram when mediase...Wim2018-02-201-5/+23
* Add SHA to FileInfoWim2018-02-151-0/+1
* Send chat notification if media is too big to be re-uploaded to MediaServer. ...Wim2018-02-031-2/+6
* Add ShowTopicChange option. Allow/disable topic change messages (currently on...Wim2018-02-021-0/+3
* Lowercase irc channels in config. Closes #348Wim2018-01-281-0/+4
* Allow xmpp to receive the extra messages when text is empty. #295Wim2018-01-271-1/+2
* Obey the Gateway value from the json (api). Closes #344Wim2018-01-211-1/+11
* Make edits/delete work for bridges that gets reused. Closes #342Wim2018-01-201-4/+7
* Change RemoteNickFormat replacement order. Closes #336Wim2018-01-141-1/+1
* Add initial support for an external mediaserver. #278Wim2017-11-242-0/+32
* Add support for uploaded images/video/files (matrix)Wim2017-11-221-1/+2
* Add support for ReplaceNicks using regexp to replace nicks. Closes #269Wim2017-11-201-0/+14
* Add support for ReplaceMessages using regexp to replace messages. #269Wim2017-11-151-0/+13
* Do not ignore empty messages with files for bridges that support itWim2017-11-121-3/+6
* Add StripNick option, only allow alphanumerical nicks. Closes #285Wim2017-10-271-0/+4
* Make [general] settings default, not total override (specifically RemoteNickF...Patrick Connolly2017-10-201-2/+2
* Download files from slack and reupload to mattermost (slack/mattermost). Clos...Wim2017-09-211-1/+1
* Relay attachments from mattermost to slack (slack). Closes #260Wim2017-09-181-0/+15
* Do not add messages without ID to cacheWim2017-08-292-2/+4
* Remove debug messageWim2017-08-281-3/+0
* Add support for editing messages across bridges. Currently mattermost/discord.Wim2017-08-282-7/+32
* Modify Send() to return also a message idWim2017-08-271-1/+7
* Remove unused functionWim2017-07-301-10/+0
* Handle same account in multiple gateways betterWim2017-07-302-12/+12
* Update tests with gofmtWim2017-07-252-13/+13
* Refactor. Add testsWim2017-07-254-112/+460
* Fix in/out logic. Closes #224Wim2017-07-221-24/+26
* Fix message modificationWim2017-07-211-5/+6
* Fix megacheck / go vet issuesWim2017-07-141-29/+23
* Replace :emoji: with unicode chars. #215Wim2017-07-091-0/+7
* Fix samechannel gateway issue. Closes #207Wim2017-06-271-0/+12
* Add UserID to each message. Closes #200Wim2017-06-181-3/+0
* Add option IgnoreMessages to ignore messages based on regexp. (all). Closes #70Wim2017-06-181-0/+18
* Remove need for channel when using api. Closes #195Wim2017-06-151-0/+13
* Fix utf-8 issues #193Wim2017-06-151-1/+10
* Allow reuse of api in different gateways. See #189Wim2017-06-071-5/+16
* Add gateway name to messagesWim2017-06-051-0/+1
* Add NOPINGNICK option. Closes #175Wim2017-05-301-0/+1
* Fix sending to different channels on same account (slack). Closes #177Wim2017-05-241-1/+2
* Rejoin channel when kicked (irc). Closes #146Wim2017-04-081-0/+9
* Modify iconurl correctly (mattermost). Closes #145Wim2017-04-081-0/+12
* Fix join/leave regression (irc)v0.11.0-beta2Wim2017-04-031-0/+4
* Reuse connection when using same bridge with another gateway. See #87Wim2017-04-012-55/+84
* RefactorWim2017-03-282-70/+49
* Fail when bridge is unable to join a channel (general)Wim2017-03-161-1/+4
* Do not forward empty message from any bridge (general). Closes #128Wim2017-03-021-0/+4
* Add REST API supportWim2017-02-181-0/+6