Commit Graph

40 Commits (574f25337df2a3a7dbfa18093a4fcbe056b8824b)

Author SHA1 Message Date
Duco van Amstel ce21ba1545 Fix golint linter issues and enable it in CI (#593) 6 years ago
Liam Stanley 51327a4056 Reconnect on quit. (irc) See #431 (#445)
* potential fixes for #431
* go: fix formatting/gofmt/goreturns
6 years ago
Wim 72ce7f06e9 Handle file comment better 6 years ago
Wim f2f1d874e1 Use viper (github.com/spf13/viper) for configuration 6 years ago
Wim 594d2155e3 Improve debug messages 6 years ago
Wim 2bac867382 Refactor using factory 6 years ago
Wim cac5d56d60 Refactor gitter 6 years ago
Wim d1227b5fc9 Use prefixed-formatter for better logging 6 years ago
Wim 6ea368c383 Move Sirupsen => sirupsen 6 years ago
Wim 80822b7fff Send chat notification if media is too big to be re-uploaded to MediaServer. See #359 6 years ago
ValdikSS da908c438a Add space between colon and URL for uploaded media (#360) 6 years ago
Wim 7764493298 Add comment to file upload from telegram. Show comments on all bridges. Closes #358 6 years ago
Wim 265457b451 Refactor and add MediaDownloadSize to General 7 years ago
Wim 7ec95f786d Use mediaserver urls for irc,gitter and xmpp 7 years ago
Patrick Connolly 58392876df Use room.URI instead of room.Name. (gitter) (#293) 7 years ago
Wim ed01820722 Add support for deleting messages across bridges.
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)
7 years ago
Wim 01badde21d Add message debugging (gitter) 7 years ago
Wim 2f7df2df43 Do not add messages without ID to cache 7 years ago
Wim e45c551880 Add support for editing messages. Remove ZWSP as loopcheck (gitter) 7 years ago
Wim 5a8d7b5f6d Modify Send() to return also a message id 7 years ago
Wim 28710d0bc7 Allow a webhookurl per channel (discord). #239 7 years ago
Wim f8e6a69d6e Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199 7 years ago
Wim 2ddc4f7ae9 Add UserID to each message. Closes #200 7 years ago
Wim 4fcedabfd0 Revert "Add support for edited messages (gitter)"
This reverts commit 17b8b86d68.
Reverted because of lingering file descriptors (memory leak)
7 years ago
Wim 17b8b86d68 Add support for edited messages (gitter) 7 years ago
Wim c30ffeb81e Fix roomid bug (gitter) 7 years ago
Wim eddc691fc9 Join rooms not already joined by the bot (gitter). See #135 7 years ago
Wim 9407aa4600 Check if room exists when joining channel (gitter). Closes #135 7 years ago
Wim 163f55f9c2 Refactor to handle disconnects/reconnects better.
Now try to reconnect every 60 seconds until forever.
7 years ago
Wim 79e6c9fa6c Update vendor 7 years ago
Wim 20c04f7977 Fix loop because of closed channel. Fixes #89 8 years ago
Wim 99d130d1ed Refactor 8 years ago
Wim a3dd0f1345 Add support for using avatars from discord,slack and gitter in slack 8 years ago
Wim 2dbe0eb557 Add support for dynamic IconURL (slack). Closes #43 8 years ago
Wim c3a8b7a997 Refactor modifyMessage 8 years ago
Wim 581847f415 Update to latest go-gitter API changes 8 years ago
Wim 1b15897135 Fix tight loop (gitter). Closes #68. 8 years ago
Wim e8c7898583 Cleanup gitter bridge debug/info messages 8 years ago
Wim 7baf386ede Refactor for more flexibility
* 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
8 years ago
Wim 12389d602e Add Gitter support 8 years ago