Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update documentation after commit 7a27eff | Trygve Aaberge | 2023-07-30 | 1 | -1/+2 |
| | |||||
* | lookup message via hash with fallback to count | Ashish Kulkarni | 2021-02-20 | 1 | -1/+1 |
| | |||||
* | Support creating channels | Trygve Aaberge | 2020-07-09 | 1 | -0/+8 |
| | | | | | | | | Add command /slack create to create a channel. Currently doesn't switch to the channel after it's created, even when switch_buffer_on_join is true, that is a todo for later. Fixes #415 | ||||
* | Support renaming buffer with /buffer set name and /label -full | Trygve Aaberge | 2020-06-20 | 1 | -4/+7 |
| | |||||
* | Support colorizing attachment prefix or line | Trygve Aaberge | 2020-06-16 | 1 | -1/+1 |
| | | | | | | | | | Thanks to @Informatic for the initial implementation of this in PR #426. I have seen that most attachment colors are without the leading #, but a few does include it, so we have to handle it. Fixes #424, closes #426 | ||||
* | Support /label for channels | Trygve Aaberge | 2020-06-11 | 1 | -2/+3 |
| | | | | Relates to #563 | ||||
* | Support only reprinting the buffer with /rehistory | Trygve Aaberge | 2020-05-30 | 1 | -1/+2 |
| | | | | | | Without any arguments, /rehistory will now just clear the buffer and print the history again. With -remote, the history will be downloaded from Slack and processed again. | ||||
* | 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 |