- 16 Apr, 2021 1 commit
-
-
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
-
- 15 Apr, 2021 1 commit
-
-
mathieui authored
-
- 11 Apr, 2021 2 commits
- 02 Apr, 2021 1 commit
-
-
mathieui authored
-
- 13 Mar, 2021 2 commits
- 09 Feb, 2021 1 commit
-
-
mathieui authored
rationale: probably 0.1% of poezio users have ever used the commands, and a very small number of users are using the PEP events like that. It is better to unclutter the poezio source and add it as a plugin, with less tight coupling.
-
- 07 Feb, 2021 3 commits
-
-
mathieui authored
(broken when moving bookmarks to async)
-
-
-
- 03 Feb, 2021 3 commits
-
-
- 28 Jan, 2021 2 commits
- 28 Dec, 2020 1 commit
-
-
Also make use of slixmpp’s new destroy_room() function.
-
- 12 Dec, 2020 1 commit
-
-
Link Mauve authored
Now that our baseline is Python 3.7, we can rely on type annotations to be lazily evaluated.
-
- 24 Jun, 2020 3 commits
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 31 May, 2020 1 commit
-
-
Maxime Buquet authored
This reverts commit 91831e79. Breaks python 3.7 ..-. .- .. - -.-. .... .. . .-.
-
- 30 May, 2020 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 27 May, 2020 1 commit
-
-
mathieui authored
With synchronise_open_rooms, otherwise you just have autojoin added everytime, which is probably not what you want.
-
- 24 May, 2020 1 commit
-
-
Link Mauve authored
Also add some more documentation about it.
-
- 12 May, 2020 1 commit
-
-
Jonas Schäfer authored
The `/wup` command selects a tab by the prefix of its name only. The `/win` will do a substring match based on the first tab going from the current tab which matches the substring. This can be confusing, especially since `/win` matches on different types of tab "names" not only on the name which is shown in the info bar by default. The `/wup` command exclusively matches based on the prefix of the tab.name string. This has the advantage that it is consistent, deterministic and independent of the currently selected tab.
-
- 09 May, 2020 3 commits
- 29 Mar, 2020 2 commits
-
-
Karthikeyan Singaravelan authored
-
ge0rg authored
-
- 04 Feb, 2020 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 22 Dec, 2019 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 21 Nov, 2019 2 commits
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 04 Sep, 2019 1 commit
-
-
Maxime Buquet authored
Signed-off-by:
Maxime “pep” Buquet <pep@bouah.net>
-
- 26 Aug, 2019 1 commit
-
-
mathieui authored
-
- 24 Aug, 2019 2 commits
- 19 Aug, 2019 1 commit
-
-
mathieui authored
-