summaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
* Add space between colon and URL for uploaded media (#360)ValdikSS2018-02-014-4/+4
|
* Fix buildWim2018-02-011-1/+1
|
* Add comment to file upload from telegram. Show comments on all bridges. ↵Wim2018-02-016-9/+27
| | | | Closes #358
* Add URL to message in webhook if available (mattermost). See #356Wim2018-01-311-1/+12
|
* Enable Long Polling for Telegram. Reduces bandwidth consumption. (#350)ValdikSS2018-01-291-1/+3
| | | Fixes #349.
* Print only debug messages when specified (xmpp). Closes #345Wim2018-01-262-1/+2
|
* Add an extension to images without one (matrix). #331Wim2018-01-201-0/+14
|
* Ignore <subject> messages (xmpp). #272Wim2018-01-141-1/+1
|
* Fix possible panics (matrix). Closes #333Wim2018-01-091-0/+6
|
* Use upstream again (slack)Wim2018-01-081-1/+1
|
* Convert received IRC channel names to lowercase. Fixes #329 (#330)Anssi Kolehmainen2018-01-061-1/+1
|
* Log ConnectionErrorEvent (slack)Wim2018-01-031-0/+2
|
* Increase debug logging (slack)Wim2018-01-021-1/+3
|
* Use a better check to join channel (slack)Wim2018-01-021-1/+1
|
* Fix regression in mattermost bridge (mattermost). Closes #327Wim2018-01-011-4/+1
|
* Fix regression. Closes #323Wim2017-12-261-0/+1
|
* Add support for deleting messages from/to matrix (matrix). Closes #320Wim2017-12-251-57/+73
|
* Add RejoinDelay option. Delay to rejoin after channel kick (irc). Closes #322Wim2017-12-232-0/+2
|
* Allow specifying maximum download size of media using MediaDownloadSize ↵Wim2017-12-194-3/+6
| | | | (slack,telegram,matrix)
* Refactor and add MediaDownloadSize to GeneralWim2017-12-1914-131/+80
|
* Fix panic (matrix). Closes #316Wim2017-12-111-0/+1
|
* Fix incorrect forward from text line (telegram)Wim2017-12-111-1/+0
|
* Remove unreachable code (api)Wim2017-12-101-1/+0
|
* Also use HTML in edited messages (telegram). Closes #315Wim2017-12-101-0/+3
|
* Add support for Audio/Voice files (telegram). Closes #314Wim2017-12-101-0/+23
|
* Add support for forwarded messages. Closes #313Wim2017-12-101-0/+18
|
* Add (simple, one listener) long-polling support (api). Closes #307Wim2017-12-071-0/+25
|
* Split on UTF-8 for MessageSplit (irc). Closes #308Wim2017-12-071-1/+2
|
* Fix irc ACTION regression (irc). Closes #306Wim2017-12-071-3/+2
|
* Add quick & dirty sshchat support (https://github.com/shazow/ssh-chat)Wim2017-12-033-0/+143
|
* Add MessageSplit option to split messages on MessageLength (irc). Closes #281Wim2017-11-243-2/+20
|
* Use mediaserver urls for irc,gitter and xmppWim2017-11-243-4/+32
|
* Add initial support for an external mediaserver. #278Wim2017-11-242-11/+29
| | | | | | | | Add 2 extra options `MediaServerUpload` and `MediaServerDownload`, where the URL for upload and download can be specified. See https://github.com/42wim/matterbridge/wiki/Mediaserver-setup-%5Badvanced%5D for an example with caddy
* Add support for uploaded images/video/files (matrix)Wim2017-11-221-2/+30
|
* Add support for uploading images/video (matrix). Closes #302Wim2017-11-211-0/+40
|
* Add support for ReplaceNicks using regexp to replace nicks. Closes #269Wim2017-11-201-6/+7
|
* Add webp extension to stickers if necessary (telegram)Wim2017-11-201-0/+3
|
* Add support for ReplaceMessages using regexp to replace messages. #269Wim2017-11-151-46/+47
|
* Fix message sending (slack)Wim2017-11-131-2/+2
|
* Add support for comments from slack file uploads (slack)Wim2017-11-135-22/+36
|
* Add extension to sticker/video/photo (telegram)Wim2017-11-121-3/+7
|
* Add the download actually to the message (telegram)Wim2017-11-121-1/+1
|
* Add more debug info (telegram)Wim2017-11-121-2/+1
|
* Add more debug info (telegram)Wim2017-11-121-0/+7
|
* Fix document bug (telegram)Wim2017-11-121-1/+1
|
* Fix telegram photo/document input handling (telegram)Wim2017-11-121-3/+2
|
* Fix strict user handling of girc (irc). Closes #298Wim2017-11-111-1/+11
|
* Fix panic on empty paramsWim2017-11-081-0/+4
|
* Add ServerName to TLSConfigWim2017-11-081-1/+1
|
* Replace sorcix/irc and go-ircevent with gircWim2017-11-081-104/+103
|