Commit Graph

83 Commits

Author SHA1 Message Date
Philipp Hörist
6aaf78564e [omemo] Fix typo 2017-12-28 22:10:58 +01:00
Daniel
042c491a41 [omemo] Make some strings translatable 2017-12-22 15:44:26 +01:00
Philipp Hörist
f03191286b [omemo] Update CHANGELOG & manifest.ini 2017-12-17 22:21:04 +01:00
Philipp Hörist
93e9194c91 [omemo] Fix clearing devices 2017-12-17 22:20:19 +01:00
Philipp Hörist
72467b301c [omemo] Update CHANGELOG & manifest.ini 2017-12-16 22:57:36 +01: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
Daniel
42b33637ee [OMEMO] Make some strings in fpr_dialog.ui translatable 2017-12-15 20:34:28 +01:00
Daniel
9b1512a153 [OMEMO] Make some strings in config_dialog.ui translatable 2017-12-15 20:32:41 +01:00
Philipp Hörist
c822f692db [omemo] Update CHANGELOG & manifest.ini 2017-12-10 21:17:35 +01:00
Philipp Hörist
15f5a1a6bf [omemo] Fix method call 2017-12-10 21:16:55 +01:00
Philipp Hörist
e4adc375b9 [omemo] Update CHANGELOG & manifest.ini 2017-12-10 19:54:52 +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
5d51233141 [omemo] Update CHANGELOG & manifest.ini 2017-11-21 21:06:03 +01:00
Philipp Hörist
73411fd176 [omemo] Dont change dict during iteration 2017-11-21 16:37:35 +01:00
Philipp Hörist
3722070eb3 [omemo] Update manifest.ini 2017-11-19 23:18:53 +01:00
Philipp Hörist
9741339913 [omemo] Update CHANGELOG & manifest.ini 2017-11-19 23:16:33 +01:00
Philipp Hörist
d42fbc7dcf [omemo] Get devicelist from unknown contacts
As in contacts not in our roster and contacts we are not fully
subscribed to.
2017-11-19 23:16:33 +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
b9831e98e0 [omemo] Add MAM MUC decryption 2017-11-19 15:53:36 +01:00
Philipp Hörist
f2098e287b [omemo] Refactor get_affiliation_list()
- Dont depend on Gajim method, as it triggers Events that will be
shown in the chat window
2017-11-19 15:53:23 +01:00
Philipp Hörist
45f129ceb3 [omemo] Update CHANGELOG & manifest.ini 2017-11-15 23:45:22 +01:00
Philipp Hörist
43ecb95ad6 [omemo] Use extension point to add caps 2017-11-15 23:45:16 +01:00
Philipp Hörist
3318e2e193 [omemo] Update CHANGELOG & manifest.ini 2017-11-15 19:17:44 +01:00
Philipp Hörist
02c7edefe3 [omemo] Show better error messages on device publish fail 2017-11-15 19:11:39 +01:00
Philipp Hörist
6e42eae556 [omemo] Change log levels 2017-11-15 19:07:55 +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
a86c0a2ba6 [omemo] Update CHANGELOG & manifest.ini 2017-11-12 23:55:59 +01:00
Philipp Hörist
0cb8c0301b [omemo] Ignore 'Local' account 2017-11-11 16:33:35 +01:00
Philipp Hörist
f36d94b58d [omemo] Update CHANGELOG & manifest.ini 2017-11-10 23:35:57 +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
6a7be87889 [omemo] Update CHANGELOG & manifest.ini 2017-10-07 14:49:45 +02:00
Philipp Hörist
540a312e14 [omemo] Fix logging exception 2017-09-15 22:43:51 +02:00
Philipp Hörist
a206dfaf29 [omemo] Return None on empty result 2017-09-15 21:21:40 +02:00
Philipp Hörist
7873f0aee9 [omemo] Fix sending messages to a room fail
We would receive a KeyError for jids we dont have in the roster,
now we skip them and print a warning.

Fixes #173
2017-09-15 20:41:00 +02:00
Philipp Hörist
4e3c984145 [omemo] Update CHANGELOG & manifest.ini 2017-08-26 21:52:48 +02:00
Philipp Hörist
bfadef3c67 [omemo] Query only the most recent PEP items
This is due a update to ejabbered where Nodes can now hold 10
items per default
2017-08-26 21:50:19 +02: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
c863886355 [omemo] Update CHANGELOG & manifest.ini 2017-08-07 20:24:08 +02:00
Philipp Hörist
557c14276c [omemo] Support 12bit IVs on httpupload files 2017-08-07 20:22:48 +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
bd2a2c69e1 [omemo] Better handle exception
- Print only warning instead of error, as the module is only optional
- Log the error to the debug log, so users dont think we didnt catch the exception
2017-06-28 22:50:08 +02:00
Philipp Hörist
fb9d6860fa [omemo] Update CHANGELOG & manifest.ini 2017-06-11 20:43:00 +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
7d9f778514 [omemo] Update CHANGELOG & manifest.ini 2017-06-09 23:35:32 +02:00