summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update vendor lrstanley/girc and readmeWim2017-12-0211-155/+210
* Allow ^ in nick (irc). Closes #305Wim2017-11-301-1/+1
* Update vendor lrstanley/gircWim2017-11-306-177/+143
* Update changelogWim2017-11-241-0/+14
* Update documentation about ReplaceMessages and ReplaceNicksWim2017-11-241-1/+187
* Add documentation about MediaServerUpload and MediaServerDownloadWim2017-11-241-0/+16
* Add MessageSplit option to split messages on MessageLength (irc). Closes #281Wim2017-11-244-2/+25
* Use mediaserver urls for irc,gitter and xmppWim2017-11-243-4/+32
* Add initial support for an external mediaserver. #278Wim2017-11-244-11/+61
* Add support for uploaded images/video/files (matrix)Wim2017-11-222-3/+32
* Add support for uploading images/video (matrix). Closes #302Wim2017-11-211-0/+40
* Update vendor github.com/matrix-org/gomatrixWim2017-11-218-17/+213
* Add support for ReplaceNicks using regexp to replace nicks. Closes #269Wim2017-11-202-6/+21
* Add webp extension to stickers if necessary (telegram)Wim2017-11-201-0/+3
* Break when re-login fails (mattermost)Wim2017-11-161-1/+6
* Add support for ReplaceMessages using regexp to replace messages. #269Wim2017-11-152-46/+60
* Bump versionWim2017-11-131-1/+1
* Release v1.4.1v1.4.1Wim2017-11-133-2/+8
* 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
* Do not ignore empty messages with files for bridges that support itWim2017-11-121-3/+6
* 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
* Release v1.4.0v1.4.0Wim2017-11-083-3/+25
* Update vendor/github.com/mattn/go-xmppWim2017-11-083-5/+8
* 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
* Vendor github.com/lrstanley/gircWim2017-11-0816-0/+6023
* 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 sla...Wim2017-11-031-0/+19
* Add systemd service file (#291)heinrich59912017-11-031-0/+11
* Allow slack messages with variables (eg. @here) to be formatted correctly. (s...Patrick Connolly2017-11-031-0/+14
* Make megacheck happy againWim2017-11-031-6/+4
* Add support to upload files to discord, from bridges with private urls like s...Wim2017-11-031-0/+18
* 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
* Use matterbridge vendored slackWim2017-11-0257-522/+28
* Add support for DEBUG=1 envvar to enable debug. Closes #283Wim2017-10-281-1/+2
* Try again to strip colors correct. #286Wim2017-10-281-3/+1