Commit Graph

651 Commits

Author SHA1 Message Date
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
d020e4ffab [pgp] Update manifest.ini 2017-06-10 23:44:56 +02:00
Philipp Hörist
fc5a103579 [pgp] Modify event obj only if we encrypt 2017-06-10 23:32:30 +02:00
Philipp Hörist
f41a747e57 [pgp] Add encrypted file uploads via HTTPUpload 2017-06-10 23:16:20 +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
c4f2c658d7 [httpupload] Update manifest.ini 2017-06-09 23:35:32 +02:00
Philipp Hörist
6d50313fa4 [httpupload] Dont allow insecure transport 2017-06-09 23:35:32 +02:00
Philipp Hörist
0393f8d2d1 [httpupload] Satisfy pylint 2017-06-09 23:35:32 +02:00
Philipp Hörist
c406ebb55c [httpupload] Move method to the top 2017-06-09 23:35:32 +02:00
Philipp Hörist
378964fe20 [httpupload] Remove encryption logic from plugin
Call the `encrypt_file` method of the encryption plugin instead
2017-06-09 23:35:24 +02:00
Philipp Hörist
4d03491261 [omemo] Update CHANGELOG & manifest.ini 2017-06-02 03:30:59 +02:00
Philipp Hörist
767adbb5f2 [pgp] Set encryption name in event obj 2017-06-02 03:27:12 +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
7447ffc373 Merge branch 'httpupload' into 'gtk3'
httpupload version 0.6.2

See merge request !39
2017-05-07 23:23:04 +02:00
Philipp Hörist
7de642625c Merge branch 'esessions' into 'gtk3'
ESessions Plugin version 1.0.0

See merge request !36
2017-05-07 23:14:53 +02:00
Philipp Hörist
3242de3574 Merge branch 'newplugins' into 'gtk3'
PGP Plugin version 1.0.0

See merge request !37
2017-05-07 23:13:03 +02:00
Philipp Hörist
8b85e8a0ae Merge branch 'omemo' into 'gtk3'
omemo version 2.3.0

See merge request !38
2017-05-07 23:09:50 +02:00
Philipp Hörist
315318a738 [httpupload] Update manifest.ini 2017-05-07 20:05:59 +02:00
Philipp Hörist
8a7bd7fa04 [httpupload] Remove unused code 2017-05-07 20:05:27 +02:00
Philipp Hörist
a10ffe4bb6 [httpupload] Use new encryption API 2017-05-07 20:02:37 +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
97e6806c9b [esessions] Initial 2017-05-07 00:50:02 +02:00
Philipp Hörist
a319b1f96d [pgp] Initial 2017-05-07 00:45:07 +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
Philipp Hörist
14e661a79c [omemo] Add auth tag to key instead of payload 2017-04-06 17:45:26 +02:00
Philipp Hörist
bd4cdf8fae [httpupload] Make sure httpupload is last
Else it could happen that we add the oob tag to a message
that gets later encrypted
2017-04-06 17:35:56 +02:00
Philipp Hörist
8f0c6a6b77 [httpupload] Add url oob tag also in groupchat 2017-04-06 17:33:48 +02:00
Philipp Hörist
50fc495fbb [omemo] Remove fallback GCM implementation 2017-04-05 20:09:07 +02:00
Philipp Hörist
77f90fbe67 [omemo] Make python-cryptography mandatory 2017-04-05 20:06:26 +02:00
Philipp Hörist
c5e927ebc1 [httpupload] Add oob tag with url data
This will only be added on not encrypted Messages
2017-04-05 19:34:46 +02:00
Philipp Hörist
1bfad56821 [httpupload] Fail on missing python-cryptography
Show an error message when OMEMO is activated,
but python-cryptography is missing
2017-04-05 19:34:32 +02:00
Philipp Hörist
f329d17483 [omemo] Handle aesgcm:// uri scheme 2017-04-05 17:13:58 +02:00
Philipp Hörist
37f7f48549 [omemo] Replace 'Upload' with 'Download'
This happend due to copy/paste from httpupload
2017-03-30 13:37:22 +02:00
Philipp Hörist
a412b3f906 Merge branch 'gtk3' into 'gtk3'
OMEMO Version 2.1.0

See merge request !32
2017-03-28 16:19:53 +02:00
Philipp Hörist
7984d6b9ab [omemo] Update CHANGELOG & manifest.ini 2017-03-26 21:10:50 +02:00
Philipp Hörist
750528068f [omemo] Add file decryption 2017-03-26 21:09:24 +02:00
Philipp Hörist
65e2f437a5 [httpupload] Catch URLError error message 2017-03-20 17:36:53 +01:00
Philipp Hörist
26f393e8a2 [omemo] Remove unused timestamp column 2017-03-16 19:40:53 +01:00
Philipp Hörist
b34d042eb0 [flashing] Update manifest.ini 2017-03-15 23:42:17 +01:00
Philipp Hörist
537f6c7828 [flashing] Fix close button 2017-03-15 23:40:58 +01:00
Philipp Hörist
8c3aa9730d [plugin_installer] Replace deprecated render_icon() 2017-03-06 12:15:48 +01:00