summary refs log tree commit diff
path: root/src/CommandCompleter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ordering of switch statementLoren Burkholder2024-03-011-2/+2
|
* Add a command to gradually glitch text in a messageLoren Burkholder2024-02-271-0/+6
|
* Add a glitch text commandLoren Burkholder2024-02-261-0/+6
|
* Multiple changesNepNep212023-12-171-1/+7
| | | | | | | | More consistent language with similar description strings Add manpage entry Add /unignore Add ignore & decline button in the invite page Add invite rejection to all ignore methods
* Add /ignoreNepNep212023-12-111-0/+6
|
* Don't bother with rainbow rainLoren Burkholder2023-04-081-6/+0
|
* Allow sending custom msgtypesLoren Burkholder2023-04-081-0/+6
|
* Add rainfall effectLoren Burkholder2023-04-081-0/+12
| | | | | This is a proof-of-concept example of inplementing a msgtype not found in the spec.
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* Remove some commands from the translationsNicolas Werner2023-02-111-39/+39
|
* Standardise command format messagesphyto2023-02-111-16/+16
|
* Make single newlines cause a <br> by defaultNicolas Werner2023-01-311-0/+7
| | | | | | | | | | | | This should match what people expect from a chat application much better. The biggest reason not to do this, is because some people might paste markdown documents. For those people there is now a /cmark command, which disables most of our extensions to cmark, including the newline behaviour. There is a long discussion on the Fediverse and on Github linked below. Mastodon https://fosstodon.org/@deepbluev7/109771668066978726 fixes #757
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* confetti (#1243)Loren Burkholder2022-12-101-0/+12
| | | * 🎉 (confetti) message support. Thanks @LorenDB !
* Implement a completer for commandsNicolas Werner2022-11-091-0/+222
fixes #429