summaryrefslogtreecommitdiffstats
path: root/bridge/xmpp
Commit message (Expand)AuthorAgeFilesLines
* Fix webhooks for channels with special characters (xmpp) (#1405)Alexander2021-02-171-1/+2
* Fix panic when the webhook fails (xmpp) (#1401)Alexander2021-02-151-1/+6
* Allow the XMPP bridge to use slack compatible webhooks (xmpp) (#1364)Alexander2021-01-211-6/+51
* Add NoTLS option to allow plaintext XMPP connections (#1288)George2020-11-131-2/+2
* Prevent re-requesting avatar data (xmpp) (#1117)Alexander2020-05-241-6/+14
* Implement xep-0245 (xmpp). Closes #1137 (#1144)Wim2020-05-231-0/+7
* Implement User Avatar spoofing of XMPP users (#1090)Alexander2020-04-163-2/+82
* Use DebugWriter after upstream changes (xmpp)Wim2020-03-291-1/+3
* Bail if incorrect Jid (xmpp). Fixes #869 (#883)Wim2019-09-071-0/+3
* Keep connection state. Fixes #856Wim2019-06-301-0/+23
* Verify TLS against JID domain, not the host. (xmpp) (#834)Nick2019-06-141-1/+1
* Fix logic (xmpp)Wim2019-06-141-1/+1
* Allow messages with timestamp (xmpp). Fixes #835 (#847)Wim2019-06-141-1/+1
* Revert xmpp to orig behaviour. Closes #844Wim2019-06-131-1/+1
* Clean-up XMPP handling code (#831)Duco van Amstel2019-05-301-77/+129
* Do not send topic changes on connect (xmpp). Fixes #732 (#733)Wim2019-02-231-1/+20
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-3/+3
* Clean up various stuff (#508)David Hill2018-11-071-3/+2
* Add channel password support for XMPP (#451)Bruno Bierbaumer2018-06-181-1/+6
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-3/+4
* Add message correction support for XMPP (#437)ValdikSS2018-05-291-3/+17
* Send attached files to XMPP in different message with OOB data and without bo...ValdikSS2018-05-091-0/+5
* Handle file comment betterWim2018-05-061-1/+4
* Fix incorrect skipmessage (xmpp)Wim2018-03-051-1/+1
* Use viper (github.com/spf13/viper) for configurationWim2018-03-041-19/+19
* Improve debug messagesWim2018-02-281-3/+3
* Make megacheck happyWim2018-02-271-4/+1
* Use our own version of go-xmpp with debug output to logrusWim2018-02-271-1/+2
* 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
* 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. Close...Wim2018-02-011-1/+4
* 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
* 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
* Fix tls by setting ServerName (xmpp) (#114)Josip Janžić2017-01-181-0/+1
* Handle SkipTLSVerify for XMPP client (#106). Closes #81Stefan Haller2017-01-141-0/+5
* Do not relay empty or delayed messages (xmpp)Wim2016-11-261-1/+2