Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ordering of switch statement | Loren Burkholder | 2024-03-01 | 1 | -2/+2 |
| | |||||
* | Add a command to gradually glitch text in a message | Loren Burkholder | 2024-02-27 | 1 | -0/+6 |
| | |||||
* | Add a glitch text command | Loren Burkholder | 2024-02-26 | 1 | -0/+6 |
| | |||||
* | Multiple changes | NepNep21 | 2023-12-17 | 1 | -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 /ignore | NepNep21 | 2023-12-11 | 1 | -0/+6 |
| | |||||
* | Don't bother with rainbow rain | Loren Burkholder | 2023-04-08 | 1 | -6/+0 |
| | |||||
* | Allow sending custom msgtypes | Loren Burkholder | 2023-04-08 | 1 | -0/+6 |
| | |||||
* | Add rainfall effect | Loren Burkholder | 2023-04-08 | 1 | -0/+12 |
| | | | | | This is a proof-of-concept example of inplementing a msgtype not found in the spec. | ||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -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 translations | Nicolas Werner | 2023-02-11 | 1 | -39/+39 |
| | |||||
* | Standardise command format messages | phyto | 2023-02-11 | 1 | -16/+16 |
| | |||||
* | Make single newlines cause a <br> by default | Nicolas Werner | 2023-01-31 | 1 | -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 Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | confetti (#1243) | Loren Burkholder | 2022-12-10 | 1 | -0/+12 |
| | | | * 🎉 (confetti) message support. Thanks @LorenDB ! | ||||
* | Implement a completer for commands | Nicolas Werner | 2022-11-09 | 1 | -0/+222 |
fixes #429 |