| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Do not join Slack channel without API access (slack) (#563) | Duco van Amstel | 2018-11-07 | 1 | -0/+5 |
* | Preserve threading between Slack instances (#529) | Patrick Connolly | 2018-11-07 | 2 | -0/+6 |
* | Prevent Slack API rate-limit overflow (#539) | Duco van Amstel | 2018-11-01 | 1 | -0/+35 |
* | Fix bridge no longer POSTing username and avatar (slack) (#536) | Patrick Connolly | 2018-10-24 | 1 | -2/+4 |
* | Clean up message send logic (slack). (#531) | Duco van Amstel | 2018-10-22 | 1 | -87/+94 |
* | Clean up user and channel information management (slack) (#521) | Duco van Amstel | 2018-10-16 | 3 | -72/+99 |
* | Clean up code and strengthening (slack) (#519) | Duco van Amstel | 2018-10-13 | 3 | -172/+243 |
* | Refactor slack bridge prelude (#517) | Duco van Amstel | 2018-10-12 | 3 | -447/+453 |
* | Get up to 1000 channels and private/mp/im channels (slack). Related to #489 | Wim | 2018-08-28 | 1 | -1/+1 |
* | Add caching to fix issue with slack API changes (slack). #481 | Wim | 2018-08-18 | 1 | -3/+36 |
* | Fix slack file/image downloads after api changes (slack) | Wim | 2018-08-10 | 1 | -15/+12 |
* | Use UserID to look for avatar instead of username (slack). Closes #472 | Wim | 2018-08-06 | 1 | -3/+3 |
* | Remove ununsed function (slack) | Wim | 2018-07-13 | 1 | -0/+2 |
* | Add support for slack channels by ID. Closes #436 | Wim | 2018-07-13 | 1 | -18/+46 |
* | Add Title from attachment slack message (#446) | Maxim | 2018-06-13 | 1 | -1/+4 |
* | Fix regexp in replaceMention (slack). (#435) | Patrick Connolly | 2018-05-29 | 1 | -1/+1 |
* | Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 | Wim | 2018-05-27 | 1 | -2/+4 |
* | Add error message about webhook (slack) | Wim | 2018-05-27 | 1 | -0/+4 |
* | Use uuid instead of userid. Fixes #429 | Wim | 2018-05-27 | 1 | -3/+5 |
* | Fix issue #432 - Avatar spoofing from Slack to Discord with uppercase in nick... | OyyoDams | 2018-05-26 | 1 | -1/+1 |
* | Properly set Slack user who initiated slash command (#394) | Jerry Heiselman | 2018-04-25 | 1 | -2/+2 |
* | Use username if bot name is Slack API Tester (slack) | Wim | 2018-04-20 | 1 | -0/+13 |
* | Make our callbackid more unique. Fixes issue with running multiple matterbrid... | Wim | 2018-04-13 | 1 | -2/+2 |
* | Strip markdown URLs with blank text (slack) (#392) | Jerry Heiselman | 2018-03-22 | 1 | -6/+11 |
* | Ignore restricted_acton on channel join (slack). Closes #387 | Wim | 2018-03-12 | 1 | -2/+6 |
* | Add support for NoSendJoinPart. Closes #382 | Wim | 2018-03-06 | 1 | -0/+4 |
* | Update regex for usergroup matching. Closes #379 | Wim | 2018-03-05 | 1 | -1/+1 |
* | Fix regression (slack). Closes #384 | Wim | 2018-03-05 | 1 | -2/+2 |
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 1 | -41/+48 |
* | Remove unused function | Wim | 2018-03-03 | 1 | -0/+2 |
* | Use replaceVariable for usergroups (slack) #379 | Wim | 2018-03-02 | 1 | -5/+6 |
* | Add usergroup support (slack). Closes #379 | Wim | 2018-02-28 | 1 | -6/+21 |
* | Improve debug messages | Wim | 2018-02-28 | 1 | -5/+4 |
* | Refactor using factory | Wim | 2018-02-27 | 1 | -36/+30 |
* | Refactor slack | Wim | 2018-02-27 | 1 | -241/+300 |
* | Add share support between slack instances. Closes #369 | Wim | 2018-02-23 | 1 | -3/+19 |
* | Fix Update userlist on join (slack). Closes #372 | Wim | 2018-02-22 | 1 | -1/+1 |
* | Update userlist on join (slack). Closes #372 | Wim | 2018-02-22 | 1 | -1/+5 |
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 1 | -1/+1 |
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
* | Add channel_purpose to ShowTopicChange. Ignore (un)pinned_item (slack). #353 | Wim | 2018-02-03 | 1 | -1/+4 |
* | Send chat notification if media is too big to be re-uploaded to MediaServer. ... | Wim | 2018-02-03 | 1 | -6/+31 |
* | Add support for file comments (slack). Closes #346 | Wim | 2018-02-02 | 1 | -1/+6 |
* | Add ShowTopicChange option. Allow/disable topic change messages (currently on... | Wim | 2018-02-02 | 1 | -0/+3 |
* | Use upstream again (slack) | Wim | 2018-01-08 | 1 | -1/+1 |
* | Log ConnectionErrorEvent (slack) | Wim | 2018-01-03 | 1 | -0/+2 |
* | Increase debug logging (slack) | Wim | 2018-01-02 | 1 | -1/+3 |
* | Use a better check to join channel (slack) | Wim | 2018-01-02 | 1 | -1/+1 |
* | Allow specifying maximum download size of media using MediaDownloadSize (slac... | Wim | 2017-12-19 | 1 | -1/+1 |
* | Refactor and add MediaDownloadSize to General | Wim | 2017-12-19 | 1 | -10/+4 |