aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Commands.md
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation after commit 7a27effTrygve Aaberge2023-07-301-1/+2
|
* lookup message via hash with fallback to countAshish Kulkarni2021-02-201-1/+1
|
* Support creating channelsTrygve Aaberge2020-07-091-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 -fullTrygve Aaberge2020-06-201-4/+7
|
* Support colorizing attachment prefix or lineTrygve Aaberge2020-06-161-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 channelsTrygve Aaberge2020-06-111-2/+3
| | | | Relates to #563
* Support only reprinting the buffer with /rehistoryTrygve Aaberge2020-05-301-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 commandsTrygve Aaberge2020-05-061-2/+2
|
* Document usage of session tokensTrygve Aaberge2020-05-051-2/+6
| | | | Fixes #764
* Fix /slack register not working after API changeTrygve Aaberge2020-05-051-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 docsTrygve Aaberge2020-05-051-0/+19
|
* Allow using /slack register with an existing tokenTrygve Aaberge2020-03-211-2/+4
|
* Improve help text for /reply and update Commands.mdTrygve Aaberge2020-03-031-3/+13
|
* Release v2.4.0v2.4.0Trygve Aaberge2020-01-161-0/+8
|
* Update generated docsTrygve Aaberge2019-06-021-3/+4
|
* Update commands and options docs filesTrygve Aaberge2019-05-071-0/+9
|
* Sort options when generating Options.mdTrygve Aaberge2019-04-021-1/+2
|
* Generate documentation for commands and optionsTrygve Aaberge2019-01-261-0/+175