Commit Graph

255 Commits

Author SHA1 Message Date
Philipp Hörist d2f84507e0 [omemo] Adapt to Gajim HTTPUpload changes 2019-12-18 23:31:46 +01:00
Philipp Hörist 04d4f1273b [omemo] Update manifest.ini & CHANGELOG 2019-12-06 21:10:35 +01:00
Philipp Hörist 1c59c49950 [omemo] Adapt to nbxmpp changes 2019-12-06 21:09:46 +01:00
Allan Nordhøy b6b85fc929 Spelling: GitLab, wiki, installation, detailed in 2019-12-06 21:07:22 +01:00
Philipp Hörist 70f4d6ad87 [omemo] Update CHANGELOG & manifest.ini 2019-11-18 20:18:35 +01:00
Philipp Hörist 217185d074 [omemo] Correctly handle presence without real jid 2019-11-18 20:17:06 +01:00
Philipp Hörist ed8ad89f1b [omemo] Remove unused code 2019-11-18 20:17:06 +01:00
André Apitzsch 8455d15cb5 [omemo] Fix index-out-of-bounds error if no account is configured 2019-11-10 21:52:40 +01:00
Daniel Brötzmann 4105430915 [omemo] Update manifest.ini 2019-11-10 08:24:49 +01:00
Philipp Hörist 8300ac7a29 [omemo] Update CHANGELOG 2019-11-10 08:24:38 +01:00
Daniel Brötzmann 65ff1035a3 [omemo] Add Open Folder button 2019-11-10 07:09:06 +01:00
Daniel Brötzmann 683a4c95e3 [omemo] Fix opening file when clicking link 2019-11-10 07:09:03 +01:00
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