Commit Graph

293 Commits

Author SHA1 Message Date
Philipp Hörist 4708625de2 [omemo] Be consistent about omemo capable rooms
- non-anonymous and members-only must be set
- Detect all MUC configuration changes
- Check MUC capabilities on creation

Fixes #445
2019-11-09 22:31:53 +01:00
Philipp Hörist bed46293e6 [omemo] Show error when message was not encrypted for our device
Fixes #452
2019-11-09 21:32:28 +01:00
Philipp Hörist f36c9e99cf [omemo] Refactor processing message
Split out some logic into methods
2019-11-09 21:07:48 +01:00
Philipp Hörist 147ab8d83c [omemo] Correctly handle MAM Messages without real jid
Fixes #457
2019-11-09 10:59:45 +01:00
Philipp Hörist 0f9c5aa6b7 [omemo] Update manifest.ini 2019-10-06 00:05:27 +02:00
Philipp Hörist 5ade5cb0b3 [omemo] Adapt to nbxmpp changes
Correctly determine session JID after nbxmpp changes
2019-10-06 00:03:19 +02:00
Philipp Hörist 6ffb234908 [omemo] Update manifest.ini 2019-08-21 21:51:49 +02:00
Philipp Hörist 2409823196 [omemo] Fix printing status message 2019-08-21 21:51:28 +02:00
Marcin Mielniczuk ddebd9381b [omemo] Set trust per JID
Closes #442.
2019-08-20 23:18:02 +02:00
Daniel Brötzmann 422e23143b [omemo] Update manifest.ini 2019-08-19 08:25:53 +02:00
Daniel Brötzmann 03a8f80929 [omemo] Fix NewConfirmationDialog usage in key dialog 2019-08-19 08:25:33 +02:00
Daniel Brötzmann c1803b9171 [omemo] Update manifest.ini 2019-07-09 12:30:00 +02:00
Daniel Brötzmann b208cd5fd0 [omemo] Remove YesNoDialog 2019-07-09 12:30:00 +02:00
Philipp Hörist b73cae0ddb [omemo] Update CHANGELOG & manifest.ini 2019-06-30 22:15:59 +02:00
Philipp Hörist aeb10516c7 [omemo] Dont validate JID
nbxmpp does this already for us
2019-06-30 22:15:59 +02:00
Philipp Hörist fa1bfd5c34 [omemo] Update CHANGELOG & manifest.ini 2019-06-22 10:24:41 +02:00
Philipp Hörist 0745796eb2 [omemo] Adapt to Gajim changes 2019-06-22 10:23:46 +02:00
Philipp Hörist c550f6fc8e [omemo] Fix getRandomSequence()
There was an API change in python-axolotl
2019-05-18 20:39:32 +02:00
Daniel Brötzmann a796c8811b [omemo] Fix uri NameError in debug log 2019-05-13 18:50:46 +02:00
Philipp Hörist b166a388cc [omemo] Update manifest.ini & CHANGELOG 2019-04-27 13:59:03 +02:00
Philipp Hörist e7ac1ccf4c [omemo] Adapt to link handler changes in Gajim 2019-04-27 13:59:03 +02:00
Philipp Hörist b35a259980 [omemo] Update manifest.ini & CHANGELOG 2019-03-31 20:11:30 +02:00
Philipp Hörist 8bff45ff49 [omemo] Fix group chat
Fixes #412
2019-03-31 20:11:30 +02:00
Philipp Hörist 33223f7a53 [omemo] Update manifest.ini & CHANGELOG 2019-03-26 20:52:34 +01:00
Philipp Hörist 10bbeda0f7 [omemo] Use Gajims confirmation dialog 2019-03-26 20:51:52 +01:00
Philipp Hörist edf012b3f6 [omemo] Update manifest.ini & CHANGELOG 2019-03-25 12:23:14 +01:00
Philipp Hörist c0c0a3dfdf [omemo] Set correct version on database creation 2019-03-25 12:22:03 +01:00
Philipp Hörist 82cb414761 [omemo] Update manifest.ini & CHANGELOG 2019-03-24 16:52:16 +01:00
Philipp Hörist a3f79c6e3c [omemo] Fix database migration 2019-03-24 16:51:26 +01:00
Philipp Hörist a65a813fac [omemo] Update manifest.ini & CHANGELOG 2019-03-24 15:28:40 +01:00
Philipp Hörist e6f810803f [omemo] Fix requesting the devicelist 2019-03-24 15:25:27 +01:00
Philipp Hörist c39c3c80be [omemo] Fix old invalid BLOB database values
The way BLOBs are written to the database has changed in python3
So we read all BLOB values cast them to BLOB then write them back to
the table

Fixes #402, #278
2019-03-24 15:24:00 +01:00
Philipp Hörist c8af6118ff [omemo] Update manifest.ini & CHANGELOG 2019-03-20 23:26:38 +01:00
Philipp Hörist bfe2a0dc5c [omemo] Fix device_id migration 2019-03-20 23:25:02 +01:00
Philipp Hörist 7783864f99 [omemo] Save trust of message to database 2019-03-20 23:24:59 +01:00
Philipp Hörist d036b0f688 [omemo] Move secret data into own table 2019-03-16 22:56:15 +01:00
Malte Leip cfaa259aa7 [omemo] Fix loading of style.css with python 3.5 2019-03-16 22:44:29 +01:00
Malte Leip 2db6d03fde [omemo] Fix fingerprint window for qrcode v. < 6.0 2019-03-16 21:43:05 +01:00
Philipp Hörist f660fbf874 [omemo] Update manifest.ini & CHANGELOG 2019-03-11 23:52:23 +01:00
Philipp Hörist 850cf7d863 [omemo] Fix set operation
Fixes #399
2019-03-11 23:52:07 +01:00
Philipp Hörist 6436c1cafa Change logging domains 2019-03-10 10:27:07 +01:00
Philipp Hörist 237f50cfb5 [omemo] Change logging domain 2019-03-10 10:11:03 +01:00
Philipp Hörist 424a770377 [omemo] Update manifest.ini & CHANGELOG 2019-03-08 20:29:47 +01:00
Philipp Hörist 245be4132f [omemo] Improve logging 2019-03-08 20:26:48 +01:00
Philipp Hörist 1ca474e722 [omemo] Fix an endless loop with devicelists 2019-03-08 20:26:48 +01:00
Philipp Hörist 2ed1c39f43 [omemo] Build sessions automatically 2019-03-08 20:25:20 +01:00
Philipp Hörist ddfd03e79b [omemo] Update manifest.ini & CHANGELOG 2019-02-24 23:07:04 +01:00
Philipp Hörist d4af2b7dad [omemo] Fix encryption messages to self 2019-02-24 23:07:04 +01:00
Philipp Hörist 49ffa7a3b2 [omemo] Improve verifying trust 2019-02-24 23:06:29 +01:00
Philipp Hörist 0c38ee374c [omemo] Make sending key transport messages possible 2019-02-24 23:06:29 +01:00