summaryrefslogtreecommitdiffstats
path: root/bridge/matrix/matrix.go
Commit message (Collapse)AuthorAgeFilesLines
* Add support for avatars from matrix. #984 (#1007)Wim2020-02-101-3/+20
|
* Add support for uploading application/x and audio/x (matrix). Fixes #925 (#929)Wim2019-10-271-1/+14
|
* Detect html nicks in RemoteNickFormat (matrix). Fixes #696 (#719)Wim2019-02-171-1/+8
|
* Send notices on join/parts (matrix). Fixes #712 (#716)Wim2019-02-161-0/+9
|
* Send username when uploading video/images (matrix). Fixes #715 (#717)Wim2019-02-161-0/+6
|
* Fix displaying usernames for plain text clients. (matrix) (#685)David Hill2019-01-091-1/+1
|
* Add support for markdown to HTML conversion (matrix). Closes #663 (#670)Wim2019-01-061-2/+3
| | | | | This uses our own gomatrix lib with the SendHTML function which adds HTML to formatted_body in matrix. golang-commonmark is used to convert markdown into valid HTML.
* Refactor handleUploadFile (matrix) (#629)Wim2018-12-031-37/+46
|
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-5/+5
|
* Make gocritic linter happyWim2018-11-081-2/+2
|
* Make unparam linter happyWim2018-11-081-2/+1
|
* Clean up various stuff (#508)David Hill2018-11-071-3/+7
| | | * various cleanups
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-4/+5
| | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns
* Use viper (github.com/spf13/viper) for configurationWim2018-03-041-9/+9
|
* Improve debug messagesWim2018-02-281-3/+3
|
* Refactor using factoryWim2018-02-271-29/+22
|
* Refactor matrixWim2018-02-271-96/+164
|
* 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/+7
| | | | See #359
* Fix buildWim2018-02-011-1/+1
|
* Add comment to file upload from telegram. Show comments on all bridges. ↵Wim2018-02-011-0/+6
| | | | Closes #358
* Add an extension to images without one (matrix). #331Wim2018-01-201-0/+14
|
* Fix possible panics (matrix). Closes #333Wim2018-01-091-0/+6
|
* Add support for deleting messages from/to matrix (matrix). Closes #320Wim2017-12-251-57/+73
|
* Allow specifying maximum download size of media using MediaDownloadSize ↵Wim2017-12-191-1/+1
| | | | (slack,telegram,matrix)
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-8/+3
|
* Fix panic (matrix). Closes #316Wim2017-12-111-0/+1
|
* 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 deleting messages across bridges.Wim2017-09-111-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 idWim2017-08-271-3/+3
|
* Relay notices (matrix). Closes #243Wim2017-08-271-1/+1
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-3/+3
|
* Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199Wim2017-07-301-2/+11
|
* Add UserID to each message. Closes #200Wim2017-06-181-1/+1
|
* Add NoHomeServerSuffix. Option to disable homeserver on username (matrix). ↵Wim2017-05-121-2/+9
| | | | Closes #160.
* Use roomalias instead of internal ID (matrix)Wim2017-02-241-7/+32
|
* Add matrix supportWim2017-02-201-0/+92