- 03 Feb, 2021 11 commits
- 30 Jan, 2021 1 commit
-
-
kaliko authored
It can be useful to have launch.sh linked somewhere outside the repository clone. For instance to expose launch.sh in the $PATH. Exposing launch.sh with a symbolic link outside the git repository breaks poezio execution through launch.sh. “ cd dirname "$0" ” will get to the directory holding the link and not within the git repository.
-
- 29 Jan, 2021 2 commits
- 28 Jan, 2021 3 commits
- 24 Jan, 2021 2 commits
- 22 Jan, 2021 1 commit
-
-
ge0rg authored
-
- 02 Jan, 2021 4 commits
-
-
Link Mauve authored
This basically reverts 71eba168.
-
mathieui authored
Due to change again once slixmpp gets a proper API for this
-
mathieui authored
-
mathieui authored
-
- 01 Jan, 2021 1 commit
-
-
Link Mauve authored
I’m done waiting for upstream for that feature, I’ve now imported these properties to https://linkmauve.fr/ns/xmpp-doap.rdf#
-
- 28 Dec, 2020 6 commits
-
-
Link Mauve authored
Also remove a safeJID().
-
Link Mauve authored
Also remove two safeJID().
-
Link Mauve authored
It was crashing deep in XEP-0048 plugin init, this removes a safeJID() as well as print an error message if the JID is invalid.
-
Link Mauve authored
Also make use of slixmpp’s new destroy_room() function.
-
Link Mauve authored
-
Link Mauve authored
-
- 27 Dec, 2020 1 commit
-
-
Link Mauve authored
Message was redefining the slots of its parent class, which allocates them twice and we don’t want that.
-
- 26 Dec, 2020 3 commits
-
-
Link Mauve authored
Also make the except more restrictive. Fixes #3514.
-
Link Mauve authored
/home/linkmauve/dev/python/poezio/test/test_config.py:13: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same.
-
Link Mauve authored
Redmine is dead.
-
- 17 Dec, 2020 2 commits
- 12 Dec, 2020 3 commits
-
-
Link Mauve authored
Now that our baseline is Python 3.7, we can rely on type annotations to be lazily evaluated.
-
Link Mauve authored
-
Link Mauve authored
-