Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |