summaryrefslogtreecommitdiffstats
path: root/bridge/xmpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor using factoryWim2018-02-271-18/+11
|
* Refactor xmppWim2018-02-271-36/+86
|
* Use prefixed-formatter for better loggingWim2018-02-211-1/+1
|
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
|
* Send chat notification if media is too big to be re-uploaded to MediaServer. ↵Wim2018-02-031-0/+4
| | | | See #359
* Add space between colon and URL for uploaded media (#360)ValdikSS2018-02-011-1/+1
|
* Add comment to file upload from telegram. Show comments on all bridges. ↵Wim2018-02-011-1/+4
| | | | Closes #358
* Print only debug messages when specified (xmpp). Closes #345Wim2018-01-261-1/+1
|
* Ignore <subject> messages (xmpp). #272Wim2018-01-141-1/+1
|
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-8/+3
|
* Use mediaserver urls for irc,gitter and xmppWim2017-11-241-0/+13
|
* Add support for deleting messages across bridges.Wim2017-09-111-0/+4
| | | | | | | | | | | | Currently fully support mattermost,slack and discord. Message deleted on the bridge or received from other bridges will be deleted. Partially support for Gitter. Gitter bridge will delete messages received from other bridges. But if you delete a message on gitter, this deletion will not be sent to other bridges (this is a gitter API limitation, it doesn't propogate edits or deletes via the API)
* Modify Send() to return also a message idWim2017-08-271-2/+2
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-2/+2
|
* Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199Wim2017-07-301-1/+14
|
* Handle reconnections better (xmpp). Closes #222Wim2017-07-201-2/+29
|
* Add UserID to each message. Closes #200Wim2017-06-181-1/+1
|
* Add Compatibility for Cisco Jabber (xmpp) (#166)Frank2017-05-111-1/+1
|
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-6/+10
| | | | Now try to reconnect every 60 seconds until forever.
* Fix tls by setting ServerName (xmpp) (#114)Josip Janžić2017-01-181-0/+1
| | | Fixes error message shown by tls: "either ServerName or InsecureSkipVerify must be specified in the tls.Config"
* Handle SkipTLSVerify for XMPP client (#106). Closes #81Stefan Haller2017-01-141-0/+5
| | | | | | * Handle SkipTLSVerify for XMPP client * Mention SkipTLSVerify for XMPP in sample config
* Do not relay empty or delayed messages (xmpp)Wim2016-11-261-1/+2
|
* Enable keepalive (xmpp)Wim2016-11-261-2/+9
|
* RefactorWim2016-11-131-29/+10
|
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-051-1/+2
|
* Refactor modifyMessageWim2016-11-041-2/+2
|
* Cleanup xmpp bridge debug/info messagesWim2016-09-201-2/+3
|
* Refactor for more flexibilityWim2016-09-181-37/+41
| | | | | | | * Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways
* Move nickformatting into bridgeWim2016-08-201-6/+2
|
* Add Connect() to Bridger interfaceWim2016-08-201-7/+7
|
* Refactor bridge. Allows bridging between every protocolWim2016-08-141-0/+137