summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
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
2020-05-31Update version to 0.13.1v0.13.1mathieui
2020-05-31Revert "Bookmarks: type bookmark method (local/remote)"Maxime “pep” Buquet
2020-05-31Merge branch 'type-bookmarks' into 'master'Maxime Buquet
2020-05-31BookmarksTab: harmonize Info messageMaxime “pep” Buquet
2020-05-31Bookmarks: type bookmark method (local/remote)Maxime “pep” Buquet
2020-05-29Fix a traceback after a received MUC messagemathieui
2020-05-28Fix an issue on join when the room has no MAM supportmathieui
2020-05-28Properly refresh the bookmarks method in the bookmarks tabmathieui
2020-05-28Only add autojoin to a bookmark on creation if the room is not bookmarkedmathieui
2020-05-25Do not add the date in history messages from the current daymathieui
2020-05-25Only send an unavailable presence on closing a muc if we are joinedmathieui
2020-05-25Fix mam own nick in one to one tabsmathieui
2020-05-24Do not degrade colors for terminals supporting more than 256mathieui
2020-05-24Add a check for terminals not supporting 256 colorsmathieui
2020-05-24Checks whether the gaming payload is empty or notEmmanuel Gil Peyrot
2020-05-24Merge branch 'affiliations-jid' into 'master'Link Mauve
2020-05-24MucTab /affiliation: Add MUC jid in output for contextMaxime “pep” Buquet
2020-05-24MucTab /leave: toggle off autojoin instead of removing bookmarkMaxime “pep” Buquet
2020-05-24Merge branch 'next-version-0.14' into 'master'mathieui