summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-27omemo: Add TODO for unverified stateMaxime “pep” Buquet
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: Update decrypt_message with slixmpp-omemo changesMaxime “pep” Buquet
2019-12-27omemo: Update get_fingerprints with slixmpp-omemo changesMaxime “pep” Buquet
2019-12-27omemo: fix show_fingerprints (JID instead of str)mathieui
2019-12-27omemo: implement get_fingerprints methodMaxime “pep” Buquet
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: handle MissingBundleException when it comes from EncryptionPrepareExce...Maxime “pep” Buquet
2019-12-27Remove exception catchall in omemo plugin as it's now handled in plugin_e2eeMaxime “pep” Buquet
2019-12-27omemo: Remove unused variable in encrypt methodMaxime “pep” Buquet
2019-12-27omemo: add supported_tab_types and trust_states into the omemo pluginmathieui
2019-12-27omemo: add supported_tab_types and trust_states plugin attributesmathieui
2019-12-27omemo: session_start is now asyncMaxime “pep” Buquet
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-27omemo: Edit and move TODO comment for NoEligibleDevicesExceptionMaxime “pep” Buquet
2019-12-27Add a "passthrough" parameter for calls through the safetymetaclassmathieui
2019-12-27omemo: Catch IqError and IqTimeout and display generic message for nowMaxime “pep” Buquet
2019-12-27omemo: Skip devices on MissingBundleException. Encrypt to the restMaxime “pep” Buquet
2019-12-27omemo: ensure whitelist includes encryption tag in the correct formatMaxime “pep” Buquet
2019-12-27omemo: use @to instead of @from for message recipientsMaxime “pep” Buquet
2019-12-27omemo: decode decrypted bodyMaxime “pep” Buquet
2019-12-27omemo: handle async encryption methodsMaxime “pep” Buquet
2019-12-27omemo: handle StaticConversationTab as wellMaxime “pep” Buquet
2019-12-27omemo: Ensure session_start is publishedMaxime “pep” Buquet
2019-12-27omemo: put OMEMO data into a folder specific to the accountMaxime “pep” Buquet
2019-12-27omemo: the container tag for OMEMO is 'encrypted' not 'payload'Maxime “pep” Buquet
2019-12-27omemo: adapt to new E2EE APIMaxime “pep” Buquet
2019-12-27omemo: Add omemo_enable and omemo_disable commandsMaxime “pep” Buquet
2019-12-27omemo: add docstring on the pluginMaxime “pep” Buquet
2019-12-27omemo: remove unused imports and reorder themMaxime “pep” Buquet
2019-12-27omemo: Add omemo status in the tab infobarMaxime “pep” Buquet
2019-12-27omemo: remove unused commandsMaxime “pep” Buquet
2019-12-27omemo: change /omemo descriptionMaxime “pep” Buquet
2019-12-27omemo: consistent returnsMaxime “pep” Buquet
2019-12-27omemo: remove useless logMaxime “pep” Buquet
2019-12-27omemo: Use DATA_HOME instead of CACHE_HOMEMaxime “pep” Buquet
2019-12-27omemo: Add dummy sending command for testing purposesMaxime “pep” Buquet
2019-12-27omemo: catch xep_0384.MissingOwnKey exceptionMaxime “pep” Buquet
2019-12-27omemo: don't deconstruct the result from the decrypt callMaxime “pep” Buquet
2019-12-27omemo: Update plugin to using poezio.xdgMaxime “pep” Buquet
2019-12-27Expand the status command, make decryption work, put a hack into the core so ...lumi