summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
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
2020-12-27Trim all messages by 24 bytes on 64-bit systemsEmmanuel Gil Peyrot
2020-12-26Stop displaying the traceback when /xhtml fails.Emmanuel Gil Peyrot
2020-12-17plugins: do not fire private_msg event on own messagesmathieui
2020-12-17plugins: do not fire conversation_msg event on own messagesmathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-12-12Don’t import Form (fixup from b3ed6cf44d08a9e7aea113d5788cc1eeaac9b405)Emmanuel Gil Peyrot
2020-12-12Use some of the new xep_0045 methods from slixmpp 1.6.0Emmanuel Gil Peyrot
2020-12-12Use the new xep_0045 elements from slixmpp 1.6.0Emmanuel Gil Peyrot
2020-10-09Revert previous commit, move loggging, fix type errorMaxime “pep” Buquet
2020-10-09poezio/user: rework change_color to only log when necessaryMaxime “pep” Buquet
2020-09-15Disco#info barejid instead of domain on sent carbonsGeorg Lukas
2020-08-14move date and time SHORT_FORMAT and LONG_FORMAT to the themeMaxime “pep” Buquet
2020-07-24windows/info_bar: Prevent UnboundLocalError. Thanks genofireMaxime “pep” Buquet
2020-07-16core/handlers: revert change in normal_message handlerMaxime “pep” Buquet
2020-07-08MucTab: highlight on delayed and not historyMaxime “pep” Buquet
2020-06-24core/commands: code style fixesMaxime “pep” Buquet
2020-06-24core/commands: use named parameters in _add_bookmarks to make things explicitMaxime “pep” Buquet
2020-06-24bookmarks: ensure nick is added when to bookmark when specifiedMaxime “pep” Buquet
2020-06-24MucTab: Ensure bookmark exists before removing it in /closeMaxime “pep” Buquet
2020-06-09Rename /leave into /close, and deprecate /leaveEmmanuel Gil Peyrot
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-06-01mypy: type more strictly common.pymathieui
2020-06-01Add a shlex pyi (based on upstream)mathieui
2020-06-01mypy: Make multiuserchat.py pass --strictmathieui
2020-06-01mypy: Make decorators.py pass --strictmathieui