- 18 Nov, 2021 1 commit
-
-
ge0rg authored
-
- 16 Nov, 2021 1 commit
-
-
Link Mauve authored
And avoid calling it altogether when no time is passed.
-
- 15 Nov, 2021 3 commits
-
-
Link Mauve authored
Normal messages were previously hardcoded to 'nick> ', and /me messages to '* nick ', this commit adds three new theme variables to make these configurable.
-
Thanks Hund for finding this issue!
-
Link Mauve authored
-
- 06 Aug, 2021 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 17 Jul, 2021 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 14 Jul, 2021 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 03 Jul, 2021 2 commits
- 02 Jul, 2021 3 commits
- 26 Jun, 2021 6 commits
-
-
mathieui authored
in mucs, there is no "initial message"
-
mathieui authored
we cannot have nice things
-
mathieui authored
gap filler was called on MUC joins, therefore loading 999 messages instead of the 2 times the screen height
-
mathieui authored
this is duplicating effort and going through re._compile once more approximately slows down the log parsing by 15%
-
mathieui authored
-
mathieui authored
if there is no userpart and no known nick, it is a server JID
-
- 25 Jun, 2021 3 commits
- 22 Jun, 2021 2 commits
-
-
mathieui authored
Add an "initial" parameter for onetoonetabs, and delay the reception of the message until the sync is done (and possibly ignore the message if it is fetched by the sync). Fixes #3542
-
Raghav Gururajan authored
-
- 25 May, 2021 1 commit
-
-
mathieui authored
Seeing "…@muc.example.com" instead of "toto@muc.…" is not really helpful, especially in bookmarks.
-
- 21 May, 2021 1 commit
-
-
Link Mauve authored
It signals moderators that you want to speak.
-
- 16 May, 2021 2 commits
- 20 Apr, 2021 2 commits
- 19 Apr, 2021 1 commit
-
-
mathieui authored
-
- 17 Apr, 2021 2 commits
- 16 Apr, 2021 7 commits
-
-
mathieui authored
fixes #3385
-
mathieui authored
fix #3411
-
mathieui authored
-
mathieui authored
tangentially fix #3432 (but it was not relevant for a while)
-
mathieui authored
Fix #3519
-
mathieui authored
-
mathieui authored
Previously: this creates a section with the option name, with an option named "=" and the value specified. Then you are stuck because "/set option value" will not work due to the command detecting the section name and only printing the value of [option] value=. Fixes #3517, probably
-