Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close current room on Ctrl+W | Loren Burkholder | 2022-04-02 | 1 | -0/+3 |
| | |||||
* | Add reasons to everything | Nicolas Werner | 2022-03-30 | 1 | -6/+6 |
| | | | | fixes #1030 | ||||
* | Add /knock command | Nicolas Werner | 2022-03-30 | 1 | -0/+3 |
| | |||||
* | Add /reset-state command | Nicolas Werner | 2022-02-05 | 1 | -0/+4 |
| | |||||
* | Rename man page so GitHub renders it. | tastytea | 2022-01-27 | 2 | -1/+1 |
| | |||||
* | Add FAQ to manpage, add sticker and custom emoji Q&A | tastytea | 2022-01-27 | 1 | -0/+21 |
| | |||||
* | Fix documentation for --profile; add completers to man page | tastytea | 2022-01-27 | 1 | -3/+24 |
| | |||||
* | man: Document arguments for invite, kick, ban, unban, shrug | tastytea | 2022-01-01 | 1 | -10/+10 |
| | |||||
* | Fix typos and first level headings in man page | tastytea | 2022-01-01 | 1 | -5/+5 |
| | |||||
* | Add man page (#851) | tastytea | 2021-12-22 | 2 | -0/+244 |
This adds a man page which lists command line options, key bindings and commands. A new CMake option `MAN` is added, enabled by default on `UNIX` but not `APPLE`. The man pages are generated with either `a2x` (from asciidoc) or `asciidoctor`. If both are not found, a fatal error is signaled. |