summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2019-12-31E2EEPlugin: Mute some lint warnings because of metaclassMaxime “pep” Buquet
2019-12-31Tabs: add by_jid search method for tabs who have a jid attrMaxime “pep” Buquet
2019-12-30Add TODO in plugin_e2ee _decryptMaxime “pep” Buquet
2019-12-28Disable a pylint error on a line (due to __getattr__ override)mathieui
2019-12-27omemo: remove unnecessary newline in docstringMaxime “pep” Buquet
2019-12-27omemo: prevent traceback when no JID is specified in non-supported tabMaxime “pep” Buquet
2019-12-27omemo: use dedicated method to check if encryption is enabledMaxime “pep” Buquet
2019-12-27omemo: use jid property instead of name on chat tabMaxime “pep” Buquet
2019-12-27omemo: fix show_fingerprints (JID instead of str)mathieui
2019-12-27omemo: add an api in plugin_e2ee to get the fingerprint(s) of a jidmathieui
2019-12-27omemo: fix an indent error and make mypy happymathieui
2019-12-27omemo: fix some errors / feedback in trust settingmathieui
2019-12-27omemo: fix the type of the supported tab tyoesmathieui
2019-12-27omemo: add supported_tab_types and trust_states plugin attributesmathieui
2019-12-27omemo: add a wrapper around _encrypt() to handle user feedbackmathieui
2019-12-27omemo: fix indentation of one linemathieui
2019-12-27omemo: add missing typing importmathieui
2019-12-27Fix potential race condition when encryptingmathieui
2019-12-27Add a "passthrough" parameter for calls through the safetymetaclassmathieui
2019-12-27omemo: ensure whitelist includes encryption tag in the correct formatMaxime “pep” Buquet
2019-12-27omemo: handle async encryption methodsMaxime “pep” Buquet
2019-12-27omemo: handle StaticConversationTab as wellMaxime “pep” Buquet
2019-12-27omemo: adapt to new E2EE APIMaxime “pep” Buquet
2019-12-27Expand the status command, make decryption work, put a hack into the core so ...lumi
2019-12-27Plugins: use import_module for module in poezio_pluginsmathieui
2019-12-22WIP: Allow blocking commands in ConversationTabMaxime “pep” Buquet
2019-11-21core/commands: Move import order to please linterMaxime “pep” Buquet
2019-11-21Remove safeJID call in destroy_roomMaxime “pep” Buquet
2019-10-27Fix syntax warnings (thanks python 3.8)mathieui
2019-10-27Disable pylint on lines dedicated to mypymathieui
2019-10-27Type curses windowsmathieui
2019-10-27Make global objects not Optionalmathieui
2019-10-26Fix missing typing importmathieui
2019-10-26Fix a bug when removing an event handlermathieui
2019-10-26Fix #3511 (fix traceback on first bookmark added)mathieui
2019-10-26Bookmark: Change jid property to getter/setter to ensure it stays a JIDMaxime “pep” Buquet
2019-10-26BookmarksTab: Remove safeJID callMaxime “pep” Buquet
2019-10-26bookmarks: Bookmark.name should be an strMaxime “pep” Buquet
2019-10-18Fix pylint errorsmathieui
2019-10-14basetabs: return a copy of ChatTab.jid to prevent nasty (mutability) side-eff...Maxime “pep” Buquet
2019-10-14basetabs: reorganise importsMaxime “pep” Buquet
2019-10-14bookmarks: use str where str is expectedMaxime “pep” Buquet
2019-10-13windows/bookmark_forms: Convert JID objects to str so that comparison succeedsMaxime “pep” Buquet
2019-10-10MUC-PMs: correctly loop through bookmarksMaxime “pep” Buquet
2019-10-10bookmarks: Convert specified jid to JID object if possibleMaxime “pep” Buquet
2019-10-10core/handlers: Add typing annotationsMaxime “pep” Buquet
2019-10-10MUC-PM: centralize and improve PM detection in all code pathsGeorg Lukas
2019-09-19Prevent the logging module from vomiting all over stderr on OSErrormathieui
2019-09-13Corrected the functionality of query_statusroot
2019-09-11poezio/mam: Remove superfluous time format conversions and fix parameter typeMaxime “pep” Buquet