Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve description for (un)subscribe commands | Trygve Aaberge | 2020-05-06 | 1 | -2/+2 |
| | |||||
* | Document usage of session tokens | Trygve Aaberge | 2020-05-05 | 1 | -2/+6 |
| | | | | Fixes #764 | ||||
* | Fix /slack register not working after API change | Trygve Aaberge | 2020-05-05 | 1 | -1/+5 |
| | | | | | | | | | | | | | | Slack now disallows # in OAuth redirect uris, so we can't use it to prevent GitHub Pages from seeing the OAuth code anymore. Since the OAuth code is only valid once and expire after 10 minutes, I don't think it's a problem that they are exposed to GitHub Pages, so this is the new default so the same registration process can be kept. However, for people worried about this, there's a new -nothirdparty option to /slack register which can be used which doesn't expose the code. Fixes #766 | ||||
* | Update generated docs | Trygve Aaberge | 2020-05-05 | 1 | -0/+19 |
| | |||||
* | Allow using /slack register with an existing token | Trygve Aaberge | 2020-03-21 | 1 | -2/+4 |
| | |||||
* | Improve help text for /reply and update Commands.md | Trygve Aaberge | 2020-03-03 | 1 | -3/+13 |
| | |||||
* | Release v2.4.0v2.4.0 | Trygve Aaberge | 2020-01-16 | 1 | -0/+8 |
| | |||||
* | Update generated docs | Trygve Aaberge | 2019-06-02 | 1 | -3/+4 |
| | |||||
* | Update commands and options docs files | Trygve Aaberge | 2019-05-07 | 1 | -0/+9 |
| | |||||
* | Sort options when generating Options.md | Trygve Aaberge | 2019-04-02 | 1 | -1/+2 |
| | |||||
* | Generate documentation for commands and options | Trygve Aaberge | 2019-01-26 | 1 | -0/+175 |