| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Distributing the source of the Slack bridge across multiple files to
increase readability and as a prelude to various refactors and
clean-ups.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
nick doesn't work (#433)
|
|
|
| |
* Properly set Slack user who initiated slash command
|
| |
|
|
|
|
| |
matterbridge on the same channel (slack,mattermost)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
See #359
|
| |
|
|
|
|
| |
only from slack). Closes #353
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(slack,telegram,matrix)
|
| |
|
| |
|
| |
|
|
|
|
| |
slack/mattermost/telegram. (slack)
|
|
|
|
| |
(slack) (#288)
|
| |
|