Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add wait option for populateUsers/Channels (slack) Fixes #579 (#653) | Wim | 2018-12-15 | 1 | -1/+1 |
| | | | | | | When setting wait to true, we wait until the populating isn't in progress anymore. This is used on startup connections where we really need the initial information which could take a long time on big servers. | ||||
* | Make slack-legacy change less restrictive (#626) | Wim | 2018-12-04 | 1 | -8/+3 |
| | |||||
* | Make sure threaded files stay in thread (slack). Fixes #590 | Wim | 2018-11-29 | 1 | -4/+9 |
| | |||||
* | Do not post empty messages (slack). Fixes #574 | Wim | 2018-11-29 | 1 | -0/+4 |
| | |||||
* | Handle deleted/edited thread starting messages (slack). Fixes #600 (#605) | Wim | 2018-11-29 | 1 | -0/+1 |
| | |||||
* | Add protocol to msg.ID in cache (#596) | Wim | 2018-11-19 | 1 | -10/+4 |
| | |||||
* | Add links to slack bot and legacy config in error message (slack) | Wim | 2018-11-18 | 1 | -0/+3 |
| | |||||
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 1 | -4/+4 |
| | |||||
* | Fix file caching issue (slack). #572 (#575) | Patrick Connolly | 2018-11-14 | 1 | -6/+2 |
| | |||||
* | Add new Slack connection and forked legacy Slack bridge (#582) | Duco van Amstel | 2018-11-13 | 1 | -45/+41 |
| | |||||
* | Restore file comments coming from Slack (#583) | Duco van Amstel | 2018-11-12 | 1 | -9/+16 |
| | |||||
* | Add more rate-limit handling (slack) (#581) | Duco van Amstel | 2018-11-10 | 1 | -30/+70 |
| | |||||
* | Make scopelint happy | Wim | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | Make gocritic linter happier | Wim | 2018-11-08 | 1 | -3/+4 |
| | |||||
* | Add ability to show when user is typing across Slack bridges (#559) | Patrick Connolly | 2018-11-08 | 1 | -1/+10 |
| | |||||
* | Refactor and clean-up handlers. (slack) (#533) | Duco van Amstel | 2018-11-07 | 1 | -1/+38 |
| | |||||
* | Clean up various stuff (#508) | David Hill | 2018-11-07 | 1 | -6/+14 |
| | | | * various cleanups | ||||
* | 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 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | * Opportunistically preserve Slack threading when parent thread in cache. [#529] * Removed slack-specific processing from gateway. * Added docs. * Add option to enable threading, with default to off. * Did cleanup on @42wim's comments. * Update gateway/gateway.go Co-Authored-By: patcon <patrick.c.connolly@gmail.com> * Suggestion from @42wim :) * Suggestions from @42wim. * More suggestions. | ||||
* | 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 | 1 | -39/+37 |
| | |||||
* | Clean up code and strengthening (slack) (#519) | Duco van Amstel | 2018-10-13 | 1 | -78/+136 |
| | | | | | | | | | | | | | Changes include: - Refactor of strings into package-wide constants. - Predeclaration of regexps to be instantiated at package load time. - Checking of unchecked errors. - Structural changes: - Adding verifications to type-casting code. - Remove unnecessary 'len(X) > 0' checks before iterating over X. - Remove unnecessary 'else' clause after 'if' with 'return'. - Unexporting of public fields of Bridge struct. - Formatting: - One-field-per-line struct definitions. | ||||
* | Refactor slack bridge prelude (#517) | Duco van Amstel | 2018-10-12 | 1 | -447/+0 |
| | | | | | Distributing the source of the Slack bridge across multiple files to increase readability and as a prelude to various refactors and clean-ups. | ||||
* | 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 ↵ | OyyoDams | 2018-05-26 | 1 | -1/+1 |
| | | | | nick doesn't work (#433) | ||||
* | Properly set Slack user who initiated slash command (#394) | Jerry Heiselman | 2018-04-25 | 1 | -2/+2 |
| | | | * Properly set Slack user who initiated slash command | ||||
* | 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 ↵ | Wim | 2018-04-13 | 1 | -2/+2 |
| | | | | matterbridge on the same channel (slack,mattermost) | ||||
* | 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 |
| |