summaryrefslogtreecommitdiffstats
path: root/src/UserDirectoryModel.cpp
AgeCommit message (Collapse)Author
2024-03-16Include moc files for a tiny speedup on incremental buildsNicolas Werner
2023-10-31Speed up compilation a bitNicolas Werner
2023-02-21Get rid of year in license headersNicolas Werner
See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
2023-01-31Make single newlines cause a <br> by defaultNicolas Werner
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
2023-01-31add user search to invite dialog (#1253)Malte E