summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-13Add missing ensure_future to bookmarks.save() callsmathieui
2021-02-27plugins: make set_bob asyncmathieui
2021-02-27muctab: remove unused importsEmmanuel Gil Peyrot
2021-02-27basetabs: remove unused importsEmmanuel Gil Peyrot
2021-02-27muc: use slixmpp 0045 plugin to set subjectEmmanuel Gil Peyrot
2021-02-27misc: wrap some calls in ensure_future to prepare for slix API changemathieui
Some things need to be rewritten in a cleaner way, and other need to be directly deleted, but that will need to wait for the slix api change merge.
2021-02-23docs: update distributionsmathieui
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-02-17plugins: also update the admin plugin to reflect coroutine changesmathieui
2021-02-17muctab: use more coroutines in affiliation/role codemathieui
2021-02-16irc plugin: Fix the joining codemathieui
Make things async
2021-02-12Fix the quote pluginmathieui
(broken when refactoring messages)
2021-02-09plugins: add a user_extras plugin with PEP eventsmathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
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.
2021-02-08Fix #3536: Only use JID in affiliationmathieui
add nick if present.
2021-02-08plugins: fix case of self-messagemathieui
due to the recent change in conversation_msg
2021-02-07/join: Fix autobookmarkingmathieui
(broken when moving bookmarks to async)
2021-02-07muctab: fix affiliation list commandmathieui
2021-02-07core commands: make /last_activity asyncEmmanuel Gil Peyrot
2021-02-07core commands: remove all remaining usage of safeJID()Emmanuel Gil Peyrot
2021-02-05link plugin: fix regex for aesgcm and add gemini&gophermathieui
2021-02-03plugins: remove callbacksmathieui
2021-02-03private/conversationtabs: update /version to be without callbackmathieui
2021-02-03muc: remove callback for tab-specific /versionmathieui
2021-02-03basetabs: remove useless check_featuresmathieui
2021-02-03muc: remove get_room_form hack and callbacksmathieui
2021-02-03invite: remove callback and force impromptu rooms to use mediatedmathieui
2021-02-03core commands: remove uses of callback=mathieui
2021-02-03bookmarks: get rid of callbacksmathieui
2021-02-03Move roster commands to async, remove callbacksmathieui
2021-02-03basetabs: wrap coroutine commands in ensure_futuremathieui
2021-02-03decorators: make decorators work with coroutinesmathieui
Tried the least ugly solution I could thing of.
2021-02-03Use async properly on session startmathieui
2021-01-30Dereference potential linked launch.sh filekaliko
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.
2021-01-29Remove force_remote_bookmarks optionmathieui
It is 2021, servers ought to not be broken that much.
2021-01-29Use typing_extensions for TypedDictmathieui
2021-01-28Fix /destroy error casesmathieui
2021-01-28core: move initial commands in a separate filesmathieui
(improve core.py SNR)
2021-01-28Move get_error_message to commonmathieui
2021-01-24Also receive self-message events in pluginsmathieui
fixes omemo messages from another of our connected clients
2021-01-24muctab: fix closing a tab not in bookmarksmathieui
………
2021-01-22plugins/contact: iterate all data forms, thx. mathieuiGeorg Lukas
2021-01-02Use schema.org properties for documentation, logo and screenshot.Emmanuel Gil Peyrot
This basically reverts 71eba168e48ba3b770cf5799dc08d6803d280735.
2021-01-02Fix nick changesmathieui
Due to change again once slixmpp gets a proper API for this
2021-01-02Add aesgcm:// urls to the /link pluginmathieui
2021-01-02CI: pull slixmpp from gitlabmathieui
2021-01-01Add documentation, logo and screenshot to DOAP file.Emmanuel Gil Peyrot
I’m done waiting for upstream for that feature, I’ve now imported these properties to https://linkmauve.fr/ns/xmpp-doap.rdf#
2020-12-28Rework set_role() to use slixmpp.Emmanuel Gil Peyrot
Also remove a safeJID().
2020-12-28Rework set_affiliation() to use slixmpp.Emmanuel Gil Peyrot
Also remove two safeJID().
2020-12-28Prevent a traceback when the jid option isn’t a valid JID.Emmanuel Gil Peyrot
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.