Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-13 | fix: typing import in multiuserchat | mathieui | |
2021-03-13 | fix: do not crash on /invitations | mathieui | |
(but only if an invalid JID is in there, I guess) | |||
2021-03-13 | fix: fix global /last_activity | mathieui | |
2021-03-13 | fix: do not crash on /recolor | mathieui | |
2021-03-13 | style: do not override the loaded time module | mathieui | |
2021-03-13 | fix: Fix command_xhtml | mathieui | |
Thanks pylint | |||
2021-03-13 | Fix a typo in core.structs.__all__ | mathieui | |
2021-03-13 | Add missing ensure_future to bookmarks.save() calls | mathieui | |
2021-02-27 | plugins: make set_bob async | mathieui | |
2021-02-27 | muctab: remove unused imports | Emmanuel Gil Peyrot | |
2021-02-27 | basetabs: remove unused imports | Emmanuel Gil Peyrot | |
2021-02-27 | muc: use slixmpp 0045 plugin to set subject | Emmanuel Gil Peyrot | |
2021-02-27 | misc: wrap some calls in ensure_future to prepare for slix API change | mathieui | |
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-23 | docs: update distributions | mathieui | |
2021-02-17 | muc: remove non-deterministic nick colors | mathieui | |
2021-02-17 | plugins: also update the admin plugin to reflect coroutine changes | mathieui | |
2021-02-17 | muctab: use more coroutines in affiliation/role code | mathieui | |
2021-02-16 | irc plugin: Fix the joining code | mathieui | |
Make things async | |||
2021-02-12 | Fix the quote plugin | mathieui | |
(broken when refactoring messages) | |||
2021-02-09 | plugins: add a user_extras plugin with PEP events | mathieui | |
2021-02-09 | Remove activity/mood/gaming/tune from poezio core | mathieui | |
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-08 | Fix #3536: Only use JID in affiliation | mathieui | |
add nick if present. | |||
2021-02-08 | plugins: fix case of self-message | mathieui | |
due to the recent change in conversation_msg | |||
2021-02-07 | /join: Fix autobookmarking | mathieui | |
(broken when moving bookmarks to async) | |||
2021-02-07 | muctab: fix affiliation list command | mathieui | |
2021-02-07 | core commands: make /last_activity async | Emmanuel Gil Peyrot | |
2021-02-07 | core commands: remove all remaining usage of safeJID() | Emmanuel Gil Peyrot | |
2021-02-05 | link plugin: fix regex for aesgcm and add gemini&gopher | mathieui | |
2021-02-03 | plugins: remove callbacks | mathieui | |
2021-02-03 | private/conversationtabs: update /version to be without callback | mathieui | |
2021-02-03 | muc: remove callback for tab-specific /version | mathieui | |
2021-02-03 | basetabs: remove useless check_features | mathieui | |
2021-02-03 | muc: remove get_room_form hack and callbacks | mathieui | |
2021-02-03 | invite: remove callback and force impromptu rooms to use mediated | mathieui | |
2021-02-03 | core commands: remove uses of callback= | mathieui | |
2021-02-03 | bookmarks: get rid of callbacks | mathieui | |
2021-02-03 | Move roster commands to async, remove callbacks | mathieui | |
2021-02-03 | basetabs: wrap coroutine commands in ensure_future | mathieui | |
2021-02-03 | decorators: make decorators work with coroutines | mathieui | |
Tried the least ugly solution I could thing of. | |||
2021-02-03 | Use async properly on session start | mathieui | |
2021-01-30 | Dereference potential linked launch.sh file | kaliko | |
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-29 | Remove force_remote_bookmarks option | mathieui | |
It is 2021, servers ought to not be broken that much. | |||
2021-01-29 | Use typing_extensions for TypedDict | mathieui | |
2021-01-28 | Fix /destroy error cases | mathieui | |
2021-01-28 | core: move initial commands in a separate files | mathieui | |
(improve core.py SNR) | |||
2021-01-28 | Move get_error_message to common | mathieui | |
2021-01-24 | Also receive self-message events in plugins | mathieui | |
fixes omemo messages from another of our connected clients | |||
2021-01-24 | muctab: fix closing a tab not in bookmarks | mathieui | |
……… | |||
2021-01-22 | plugins/contact: iterate all data forms, thx. mathieui | Georg Lukas | |
2021-01-02 | Use schema.org properties for documentation, logo and screenshot. | Emmanuel Gil Peyrot | |
This basically reverts 71eba168e48ba3b770cf5799dc08d6803d280735. |