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
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
4d03491261
[omemo] Update CHANGELOG & manifest.ini
2017-06-02 03:30:59 +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
90887631a7
[omemo] Update CHANGELOG & manifest.ini
2017-05-23 20:28:01 +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
ddf3f86b9f
[omemo] Update CHANGELOG & manifest.ini
2017-05-07 19:13:42 +02:00
Philipp Hörist
b8ff3d195b
[omemo] Use Gajims encryption API
2017-05-07 19:13:09 +02:00
Philipp Hörist
de369fc6a0
[omemo] Update CHANGELOG & manifest.ini
2017-04-15 12:00:24 +02:00
Philipp Hörist
5da8674677
[omemo] Add aesgcm to Gajims uri schemes
2017-04-15 11:59:06 +02:00
Philipp Hörist
49ed50c563
[omemo] Update CHANGELOG & manifest.ini
2017-04-06 18:46:11 +02:00