summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release v1.1.1v1.1.1Wim2017-09-043-2/+6
|
* Fix public links (mattermost)Wim2017-09-041-6/+6
|
* Release v1.1.0v1.1.0Wim2017-09-012-2/+2
|
* Convert utf-8 back to charset (irc). #247Wim2017-08-301-0/+14
|
* Fix private channel joining bug (mattermost). Closes #248Wim2017-08-302-4/+15
|
* Update changelogWim2017-08-291-2/+16
|
* Replace mentions from other bridges. (slack). Closes #233Wim2017-08-291-0/+3
|
* Use the detected charset (irc)Wim2017-08-291-1/+1
|
* Add a charset option (irc). Closes #247Wim2017-08-293-12/+35
|
* Update travis to go 1.9Wim2017-08-292-2/+2
|
* Do not add messages without ID to cacheWim2017-08-293-3/+5
|
* Remove debug messageWim2017-08-281-3/+0
|
* Add support for editing messages. Remove ZWSP as loopcheck (gitter)Wim2017-08-281-6/+18
|
* Use github.com/42wim/go-gitter for nowWim2017-08-287-13/+72
|
* Add support for editing messages (telegram)Wim2017-08-281-3/+22
|
* Add support for editing messages (slack)Wim2017-08-281-9/+16
|
* Add support for editing messages across bridges. Currently mattermost/discord.Wim2017-08-285-25/+62
| | | | | | | | | | | | | | | | | | | | | | Our Message type has an extra ID field which contains the message ID of the specific bridge. The Send() function has been modified to return a msg ID (after the message to that specific bridge has been created). There is a lru cache of 5000 entries (message IDs). All in memory, so editing messages will only work for messages the bot has seen. Currently we go out from the idea that every message ID is unique, so we don't keep the ID separate for each bridge. (we do for each gateway though) If there's a new message from a bridge, we put that message ID in the LRU cache as key and the []*BrMsgID as value (this slice contains the message ID's of each bridge that received the new message) If there's a new message and this message ID already exists in the cache, it must be an updated message. The value from the cache gets checked for each bridge and if there is a message ID for this bridge, the ID will be added to the Message{} sent to that bridge. If the bridge sees that the ID isn't empty, it'll know it has to update the message with that specific ID instead of creating a new message.
* Update PostMessage to also return and error. Add EditMessage functionWim2017-08-281-2/+15
|
* Modify Send() to return also a message idWim2017-08-2713-35/+41
|
* Relay notices (matrix). Closes #243Wim2017-08-271-1/+1
|
* Handle leave/join events (slack). Closes #246Wim2017-08-271-0/+4
|
* Add support for personal access tokens (mattermost)Wim2017-08-233-7/+41
| | | | * https://docs.mattermost.com/developer/personal-access-tokens.html
* Make megacheck happyWim2017-08-171-9/+0
|
* Use mattermost v4 api (drops support for mattermost < 3.8)Wim2017-08-162-153/+127
|
* Update mattermost vendor (3.7 => 4.1)Wim2017-08-16147-1094/+10081
|
* Bump versionWim2017-08-161-1/+1
|
* Release v1.0.1v1.0.1Wim2017-08-163-2/+9
|
* Add 4.1 support (mattermost)Wim2017-08-161-1/+2
|
* Add new file_ids parameter for Mattermost outgoing webhook (#240)Thracky2017-08-161-0/+1
| | | | | | * Added file_id parameter for outgoing webhook * Typo in the new fileids field name
* Swap token/id. Also check for default webhookURL in isWebhookID (discord)Wim2017-08-121-3/+9
|
* Bump versionWim2017-08-121-1/+1
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-1214-49/+100
|
* Release v1.0.0v1.0.0Wim2017-08-053-3/+7
|
* Add UseUserName option (discord) (#234)anon7242017-08-013-1/+11
|
* Do not modify username in action (discord)Wim2017-07-311-7/+3
|
* Release v1.0.0-rc1v1.0.0-rc1Wim2017-07-303-2/+12
|
* Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199Wim2017-07-309-15/+95
|
* Remove unused functionWim2017-07-301-10/+0
|
* Handle same account in multiple gateways betterWim2017-07-302-12/+12
|
* Update vendor (go-irc)Wim2017-07-289-62/+126
|
* Update readmeWim2017-07-261-0/+4
|
* Fix double posting of edited messages by using lru cache (mattermost)Wim2017-07-251-1/+19
|
* Add vendor (github.com/hashicorp/golang-lru)Wim2017-07-256-0/+1113
|
* Ignore edited messages with reactions (mattermost)Wim2017-07-251-0/+4
|
* Update tests with gofmtWim2017-07-252-13/+13
|
* Refactor. Add testsWim2017-07-258-132/+467
|
* Update vendorWim2017-07-2523-0/+5565
|
* Add screenshotsWim2017-07-241-0/+4
|
* Release v0.16.3v0.16.3Wim2017-07-243-2/+9
|
* Disable message from other bots when using webhooks (slack)Wim2017-07-221-1/+5
|