Commit Graph

39 Commits

Author SHA1 Message Date
Philipp Hörist
6beb41a749 [omemo] Reference python 3 dependencies 2018-12-22 23:44:45 +01:00
Philipp Hörist
26653d47e9 [omemo] Fix missing imports 2018-10-17 12:46:52 +02:00
Philipp Hörist
5a171fdfc4 [omemo] Move ui files into gtk folder 2018-10-13 00:52:01 +02:00
Daniel Brötzmann
80a7a5db57 [omemo] Polish GUI
- Port Fingerprint dialog from openpgp plugin
- Add an InfoBar for errors and informations
- Add tooltip for device clearing
- Remove fingerprints tab from plugin config dialog
2018-10-13 00:52:01 +02:00
Philipp Hörist
575eb72982 [omemo] Show all fingerprints in one list 2018-08-08 20:37:57 +02:00
Philipp Hörist
89dbc5a844 [omemo] Allow MUC conversations without other participants
Fixes #267
2018-06-30 22:32:15 +02:00
Philipp Hörist
9d524c36c1 [omemo] Fix traceback with zeroconf 2018-05-21 11:59:58 +02:00
Philipp Hörist
3b6d3b2dab [omemo] Dont try to use zeroconf account 2018-05-20 23:57:10 +02:00
Philipp Hörist
304b3a1fe6 [omemo] Add missing argument
Even if we dont need account for omemo, its easier to supply always
the same count of arguments to all encrypt_file() plugin methods.
2017-12-16 22:56:47 +01:00
Philipp Hörist
15f5a1a6bf [omemo] Fix method call 2017-12-10 21:16:55 +01:00
Philipp Hörist
c9510f9f24 [omemo] Make encrypt_file() method better available
Now we dont need to supply the account
2017-12-10 19:54:35 +01:00
Philipp Hörist
73411fd176 [omemo] Dont change dict during iteration 2017-11-21 16:37:35 +01:00
Philipp Hörist
0a4769a2f0 [omemo] Destroy Connection object on deactivate 2017-11-19 15:53:36 +01:00
Philipp Hörist
4203bb3734 [omemo] Make sure OMEMOConnection exists 2017-11-19 15:53:36 +01:00
Philipp Hörist
43ecb95ad6 [omemo] Use extension point to add caps 2017-11-15 23:45:16 +01:00
Philipp Hörist
b2be4c9188 [omemo] Query devices if we have none
- PEP is not reliable enough for now, so we have to use this as
fallback
2017-11-15 18:52:20 +01:00
Philipp Hörist
13c9ba9b5b [omemo] Fix activating groupchat 2017-11-15 18:52:15 +01:00
Philipp Hörist
0cb8c0301b [omemo] Ignore 'Local' account 2017-11-11 16:33:35 +01:00
Philipp Hörist
ce480aa5d7 [omemo] Refactor whole plugin
- create a OMEMOConnection class to mimic more how Gajim does things
2017-11-10 23:35:48 +01:00
Philipp Hörist
9ce1c5b961 Use absolute imports on all plugins
This is necessary because Gajim is with 0.16.11 a python package
2017-08-18 21:35:29 +02:00
Philipp Hörist
00554ce55f [omemo] Make sure from attr is a string 2017-08-07 18:03:03 +02:00
Philipp Hörist
ad50635347 Revert "[omemo] Make sure from attr is a string"
This reverts commit 346da60934
2017-08-07 17:58:10 +02:00
Philipp Hörist
346da60934 [omemo] Make sure from attr is a string 2017-07-28 21:19:44 +02:00
Philipp Hörist
7fba797b33 [omemo] Refactor encryption methods 2017-06-11 20:42:51 +02:00
Philipp Hörist
3f60d1e0b6 [omemo] Return on message drop 2017-06-11 00:12:37 +02:00
Philipp Hörist
8db1bee024 [omemo] Let gajim-core issue a warning on plain text 2017-06-11 00:11:42 +02:00
Philipp Hörist
3e287d2a46 [omemo] Add encrypt_file method
The HTTPUploadPlugin calls that if encryption is enabled
2017-06-09 23:35:32 +02:00
Philipp Hörist
5f17bcac22 [omemo] Dont handle LMC differently
A patch in Gajim made that unnecessary
2017-06-02 03:18:19 +02:00
Philipp Hörist
86afb2cacc [omemo] Set encryption name in event obj 2017-06-02 03:12:27 +02:00
Philipp Hörist
0a8aa4df89 [omemo] Clean up some small things
- unused import
- unused var GAJIM_VERSION
- redundant self.plugin = self
- simplify condition
- redundant 'else'
2017-05-23 20:26:19 +02:00
Philipp Hörist
8d14bf328d [omemo] Fix regression when sending to Groupchat
This happend during porting the plugin to the new encryption API
2017-05-23 20:26:06 +02:00
Philipp Hörist
b8ff3d195b [omemo] Use Gajims encryption API 2017-05-07 19:13:09 +02:00
Philipp Hörist
5da8674677 [omemo] Add aesgcm to Gajims uri schemes 2017-04-15 11:59:06 +02:00
Philipp Hörist
77f90fbe67 [omemo] Make python-cryptography mandatory 2017-04-05 20:06:26 +02:00
Philipp Hörist
750528068f [omemo] Add file decryption 2017-03-26 21:09:24 +02:00
Philipp Hörist
4d2e07634f [omemo] Use correct tag for EME 2017-03-01 15:13:55 +01:00
Philipp Hörist
11fb760a4d [omemo] Dont handle type 'normal' messages 2017-02-28 22:19:50 +01:00
Philipp Hörist
bc2731364b [omemo] Only publish own deviceid if request fails 2017-02-28 22:18:39 +01:00
Philipp Hörist
cc04e3ac5c [omemo] Port omemoplugin changes from master 2017-01-24 14:49:44 +01:00