summaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add support for bridging to individual steam chats. (steam) (#294)rrigby2017-11-081-2/+7
|
* Use room.URI instead of room.Name. (gitter) (#293)Patrick Connolly2017-11-081-1/+1
|
* Fix missing arg for ErrorfWim2017-11-041-1/+1
|
* Add helperWim2017-11-041-0/+28
|
* Download files from telegram and reupload to supported bridges (telegram). #278Wim2017-11-041-8/+77
|
* Show error message when file upload fails (discord)Wim2017-11-041-3/+5
|
* Add support to upload files to slack, from bridges with private urls like ↵Wim2017-11-031-0/+19
| | | | slack/mattermost/telegram. (slack)
* Allow slack messages with variables (eg. @here) to be formatted correctly. ↵Patrick Connolly2017-11-031-0/+14
| | | | (slack) (#288)
* Make megacheck happy againWim2017-11-031-6/+4
|
* Add support to upload files to discord, from bridges with private urls like ↵Wim2017-11-031-0/+18
| | | | slack/mattermost/telegram. (discord)
* Resolve slack channel to human-readable name. (slack) (#282)Patrick Connolly2017-11-021-0/+9
|
* Use DisplayName instead of deprecated username (slack). Closes #276Wim2017-11-021-1/+7
|
* Try again to strip colors correct. #286Wim2017-10-281-3/+1
|
* Add StripNick option, only allow alphanumerical nicks. Closes #285Wim2017-10-271-0/+1
|