summaryrefslogtreecommitdiffstats
path: root/gateway/gateway.go
Commit message (Expand)AuthorAgeFilesLines
* Improve debug messagesWim2018-02-281-1/+2
* Do some small cleanupsWim2018-02-271-19/+25
* Add environment override backWim2018-02-271-0/+2
* Refactor using factoryWim2018-02-271-1/+47
* Allow empty messages with file urls (irc)Wim2018-02-251-1/+2
* Use prefixed-formatter for better loggingWim2018-02-211-13/+19
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
* 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-241-0/+31
* 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-291-1/+3
* Remove debug messageWim2017-08-281-3/+0
* Add support for editing messages across bridges. Currently mattermost/discord.Wim2017-08-281-6/+25
* Modify Send() to return also a message idWim2017-08-271-1/+7
* Handle same account in multiple gateways betterWim2017-07-301-2/+3
* Refactor. Add testsWim2017-07-251-112/+24
* 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-011-19/+71
* RefactorWim2017-03-281-67/+44