summary refs log tree commit diff
path: root/src/CommandCompleter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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