- 24 May, 2020 1 commit
-
-
mathieui authored
-
- 23 May, 2020 16 commits
-
-
mathieui authored
Fix many MAM issues Closes #3516, #3496, #3498, #3506, #3522, and #3493 See merge request poezio/poezio!105
-
mathieui authored
-
mathieui authored
-
mathieui authored
-
mathieui authored
-
mathieui authored
-
mathieui authored
- Wait until we receive our own MUC presence to fetch history - Fix /reconnect weirdness
-
mathieui authored
-
mathieui authored
-
mathieui authored
- Fix color & nicks in one to one chats - Make poezio-facing functions "schedules" to avoid races on tab query state - Rename functions - Use a different behavior when filling a history gap and populating a new tab in a MUC
-
mathieui authored
-
mathieui authored
-
mathieui authored
-
mathieui authored
-
mathieui authored
-
mathieui authored
-
- 22 May, 2020 3 commits
-
-
louiz’ authored
ci: Deploy the doc using the python:3 docker image See merge request poezio/poezio!106
-
louiz’ authored
-
mathieui authored
MucTab: add some typing to presence handlers See merge request poezio/poezio!104
-
- 19 May, 2020 3 commits
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
mathieui authored
MucTab: Ignore presence from MUC barejid See merge request poezio/poezio!103
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 17 May, 2020 6 commits
-
-
Maxime Buquet authored
Fix highlights See merge request poezio/poezio!102
-
mathieui authored
-
mathieui authored
(there are still a few but this one would wipe all other highlights, making it a bit painful)
-
mathieui authored
-
mathieui authored
-
mathieui authored
-
- 14 May, 2020 4 commits
-
-
Maxime Buquet authored
CI: limit the doc deploy job to master on poezio/poezio See merge request poezio/poezio!101
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
plugins/reorder: fix GapTab serialization See merge request poezio/poezio!100
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 12 May, 2020 7 commits
-
-
Maxime Buquet authored
Fix an issue where the reorder plugin would not create gaps See merge request poezio/poezio!99
-
mathieui authored
-
Maxime Buquet authored
Fix a bug when the value of show_composing_chat_state is not lowercase See merge request poezio/poezio!98
-
mathieui authored
-
mathieui authored
Unique prefix tab names Closes #3525 See merge request poezio/poezio!94
-
Jonas Schäfer authored
This is especially useful in combination with the newly introduced `unique_prefix_tab_names` config option. It has no default binding.
-
Jonas Schäfer authored
When the set of tabs used fluctuate, the memory of which number belongs to which chat becomes difficult to work with. Non-numbers can be used to navigate tabs with `/win`, however, it is difficult to know which letters are required to select a certain tab. This option introduces a display mode for tab names where only the unique prefix of the tab name is shown, saving space and providing with a minimal string which can be used with `/win`.
-