summaryrefslogtreecommitdiffstats
path: root/bridge/gitter/gitter.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor gitterWim2018-02-271-25/+38
|
* 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/+4
| | | | See #359
* Add space between colon and URL for uploaded media (#360)ValdikSS2018-02-011-1/+1
|
* Add comment to file upload from telegram. Show comments on all bridges. ↵Wim2018-02-011-0/+3
| | | | Closes #358
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-13/+7
|
* Use mediaserver urls for irc,gitter and xmppWim2017-11-241-0/+17
|
* Use room.URI instead of room.Name. (gitter) (#293)Patrick Connolly2017-11-081-1/+1
|
* Add support for deleting messages across bridges.Wim2017-09-111-0/+11
| | | | | | | | | | | | 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)
* Add message debugging (gitter)Wim2017-09-071-0/+1
|
* Do not add messages without ID to cacheWim2017-08-291-1/+1
|
* Add support for editing messages. Remove ZWSP as loopcheck (gitter)Wim2017-08-281-6/+18
|
* Modify Send() to return also a message idWim2017-08-271-3/+3
|
* 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-1/+6
|
* Add UserID to each message. Closes #200Wim2017-06-181-1/+1
|
* Revert "Add support for edited messages (gitter)"Wim2017-04-191-35/+12
| | | | | This reverts commit 17b8b86d68badfe27c29c7448548f9eb97dd26e9. Reverted because of lingering file descriptors (memory leak)
* Add support for edited messages (gitter)Wim2017-04-151-12/+35
|
* Fix roomid bug (gitter)Wim2017-03-181-1/+2
|
* Join rooms not already joined by the bot (gitter). See #135Wim2017-03-181-4/+7
|
* Check if room exists when joining channel (gitter). Closes #135Wim2017-03-161-1/+2
|
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-0/+5
| | | | Now try to reconnect every 60 seconds until forever.
* Update vendorWim2017-01-281-1/+1
|
* Fix loop because of closed channel. Fixes #89Wim2016-11-231-2/+1
|
* RefactorWim2016-11-131-30/+11
|
* Add support for using avatars from discord,slack and gitter in slackWim2016-11-061-1/+16
|
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-051-1/+2
|
* Refactor modifyMessageWim2016-11-041-2/+2
|
* Update to latest go-gitter API changesWim2016-11-021-4/+8
|
* Fix tight loop (gitter). Closes #68.Wim2016-11-021-1/+1
|
* Cleanup gitter bridge debug/info messagesWim2016-09-201-33/+3
|
* Refactor for more flexibilityWim2016-09-181-30/+65
| | | | | | | * Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways
* Add Gitter supportWim2016-09-041-0/+110