Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not fail on no avatar data (xmpp) #1529 (#1627) | Polynomdivision | 2021-10-30 | 1 | -1/+7 |
| | | | | | | | * Detect errors when working with AvatarData * Remove not neccessary line Co-authored-by: Wim <wim@42.be> | ||||
* | Use a new msgID when replacing messages (xmpp). Fixes #1584 (#1623) | Wim | 2021-10-24 | 1 | -1/+0 |
| | |||||
* | Add support for anonymous connection (xmpp) (#1548) | tytan652 | 2021-07-31 | 1 | -3/+13 |
| | |||||
* | Fix XMPP parseNick function (#1547) | tytan652 | 2021-07-20 | 1 | -1/+1 |
| | |||||
* | Fix webhooks for channels with special characters (xmpp) (#1405) | Alexander | 2021-02-17 | 1 | -1/+2 |
| | |||||
* | Fix panic when the webhook fails (xmpp) (#1401) | Alexander | 2021-02-15 | 1 | -1/+6 |
| | |||||
* | Allow the XMPP bridge to use slack compatible webhooks (xmpp) (#1364) | Alexander | 2021-01-21 | 1 | -6/+51 |
| | | | | | | | | | * Add mod_slack_webhook support to the XMPP bridge * Replace b.webhookURL with b.GetString * Do not return a message ID on webhook POST * Add the XMPP webhook to the sample configuration | ||||
* | Add NoTLS option to allow plaintext XMPP connections (#1288) | George | 2020-11-13 | 1 | -2/+2 |
| | | | Co-authored-by: George <zhoreeq@users.noreply.github.com> | ||||
* | Prevent re-requesting avatar data (xmpp) (#1117) | Alexander | 2020-05-24 | 1 | -6/+14 |
| | | | | | Prevent asking the server again and again for a user's avatar if the server does not respond to our initial request. | ||||
* | Implement xep-0245 (xmpp). Closes #1137 (#1144) | Wim | 2020-05-23 | 1 | -0/+7 |
| | |||||
* | Implement User Avatar spoofing of XMPP users (#1090) | Alexander | 2020-04-16 | 1 | -2/+18 |
| | | | * Implement User Avatar spoofing of XMPP users | ||||
* | Use DebugWriter after upstream changes (xmpp) | Wim | 2020-03-29 | 1 | -1/+3 |
| | |||||
* | Bail if incorrect Jid (xmpp). Fixes #869 (#883) | Wim | 2019-09-07 | 1 | -0/+3 |
| | |||||
* | Keep connection state. Fixes #856 | Wim | 2019-06-30 | 1 | -0/+23 |
| | | | | | | | | Actually check if we're connected when trying to Send() a message. Messages now will get dropped when not connected. TODO: Ideally this should be in a ring buffer to retransmit when the connection comes back up. | ||||
* | Verify TLS against JID domain, not the host. (xmpp) (#834) | Nick | 2019-06-14 | 1 | -1/+1 |
| | | | | | Partially fixes #820. A full fix requires patching https://github.com/matterbridge/go-xmpp to use DNS SRV records. | ||||
* | Fix logic (xmpp) | Wim | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Allow messages with timestamp (xmpp). Fixes #835 (#847) | Wim | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Revert xmpp to orig behaviour. Closes #844 | Wim | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | Clean-up XMPP handling code (#831) | Duco van Amstel | 2019-05-30 | 1 | -77/+129 |
| | |||||
* | Do not send topic changes on connect (xmpp). Fixes #732 (#733) | Wim | 2019-02-23 | 1 | -1/+20 |
| | | | | | This checks if we get a topic change < 5 seconds after connection. If that's the case, ignore it. Also this PR makes the topic change an actual EventTopicChange. | ||||
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 1 | -3/+3 |
| | |||||
* | Clean up various stuff (#508) | David Hill | 2018-11-07 | 1 | -3/+2 |
| | | | * various cleanups | ||||
* | Add channel password support for XMPP (#451) | Bruno Bierbaumer | 2018-06-18 | 1 | -1/+6 |
| | |||||
* | Reconnect on quit. (irc) See #431 (#445) | Liam Stanley | 2018-06-09 | 1 | -3/+4 |
| | | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns | ||||
* | Add message correction support for XMPP (#437) | ValdikSS | 2018-05-29 | 1 | -3/+17 |
| | | | | | | | | | | It works worse than it could be, since message correction in XMPP works differently compared to other messengers. XMPP replaces old message with old ID with new message with new ID. Matterbridge remembers only old ID, that's why you can edit a message from XMPP to the gateway only once. Edited messages from other networks to XMPP are handled correctly though. | ||||
* | Send attached files to XMPP in different message with OOB data and without ↵ | ValdikSS | 2018-05-09 | 1 | -0/+5 |
| | | | | | | | body (#421) Conversations can't show inline pictures if there's anything besides URL in the message body. Workaround this issue by sending one usual message and one message with OOB data and without message body. The second message should not be shown in the clients without OOB support, so the user won't see the empty message. | ||||
* | Handle file comment better | Wim | 2018-05-06 | 1 | -1/+4 |
| | |||||
* | Fix incorrect skipmessage (xmpp) | Wim | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 1 | -19/+19 |
| | |||||
* | Improve debug messages | Wim | 2018-02-28 | 1 | -3/+3 |
| | |||||
* | Make megacheck happy | Wim | 2018-02-27 | 1 | -4/+1 |
| | |||||
* | Use our own version of go-xmpp with debug output to logrus | Wim | 2018-02-27 | 1 | -1/+2 |
| | |||||
* | Refactor using factory | Wim | 2018-02-27 | 1 | -18/+11 |
| | |||||
* | Refactor xmpp | Wim | 2018-02-27 | 1 | -36/+86 |
| | |||||
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Send chat notification if media is too big to be re-uploaded to MediaServer. ↵ | Wim | 2018-02-03 | 1 | -0/+4 |
| | | | | See #359 | ||||
* | Add space between colon and URL for uploaded media (#360) | ValdikSS | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | Add comment to file upload from telegram. Show comments on all bridges. ↵ | Wim | 2018-02-01 | 1 | -1/+4 |
| | | | | Closes #358 | ||||
* | Print only debug messages when specified (xmpp). Closes #345 | Wim | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Ignore <subject> messages (xmpp). #272 | Wim | 2018-01-14 | 1 | -1/+1 |
| | |||||
* | Refactor and add MediaDownloadSize to General | Wim | 2017-12-19 | 1 | -8/+3 |
| | |||||
* | Use mediaserver urls for irc,gitter and xmpp | Wim | 2017-11-24 | 1 | -0/+13 |
| | |||||
* | Add support for deleting messages across bridges. | Wim | 2017-09-11 | 1 | -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 id | Wim | 2017-08-27 | 1 | -2/+2 |
| | |||||
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 1 | -2/+2 |
| | |||||
* | Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199 | Wim | 2017-07-30 | 1 | -1/+14 |
| | |||||
* | Handle reconnections better (xmpp). Closes #222 | Wim | 2017-07-20 | 1 | -2/+29 |
| | |||||
* | Add UserID to each message. Closes #200 | Wim | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | Add Compatibility for Cisco Jabber (xmpp) (#166) | Frank | 2017-05-11 | 1 | -1/+1 |
| |