summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-04-02refactor: Make the poezio config not inherit from configparsermathieui
2021-03-20muctab: await /inviteEmmanuel Gil Peyrot
2021-03-14fix: pylint bogus errorsmathieui
2021-03-14fix: bad error handling when checking bookmarks storagemathieui
2021-03-13fix: typing import in multiuserchatmathieui
2021-03-13fix: do not crash on /invitationsmathieui
2021-03-13fix: fix global /last_activitymathieui
2021-03-13fix: do not crash on /recolormathieui
2021-03-13style: do not override the loaded time modulemathieui
2021-03-13fix: Fix command_xhtmlmathieui
2021-03-13Fix a typo in core.structs.__all__mathieui
2021-03-13Add missing ensure_future to bookmarks.save() callsmathieui
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
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-02-17muctab: use more coroutines in affiliation/role codemathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
2021-02-08Fix #3536: Only use JID in affiliationmathieui
2021-02-07/join: Fix autobookmarkingmathieui
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-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
2021-02-03Use async properly on session startmathieui
2021-01-29Remove force_remote_bookmarks optionmathieui
2021-01-29Use typing_extensions for TypedDictmathieui
2021-01-28Fix /destroy error casesmathieui
2021-01-28core: move initial commands in a separate filesmathieui
2021-01-28Move get_error_message to commonmathieui
2021-01-24Also receive self-message events in pluginsmathieui
2021-01-24muctab: fix closing a tab not in bookmarksmathieui
2021-01-02Fix nick changesmathieui
2020-12-28Rework set_role() to use slixmpp.Emmanuel Gil Peyrot
2020-12-28Rework set_affiliation() to use slixmpp.Emmanuel Gil Peyrot
2020-12-28Prevent a traceback when the jid option isn’t a valid JID.Emmanuel Gil Peyrot
2020-12-28Add (back?) reason and altroom arguments for /destroy_room.Emmanuel Gil Peyrot
2020-12-28xmltab: Add some types.Emmanuel Gil Peyrot
2020-12-28xmltab: Remove safeJID().Emmanuel Gil Peyrot