Commit Graph

624 Commits

Author SHA1 Message Date
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
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
Philipp Hörist
caf0b4e027 [plugin_installer] Replace deprecated warn() 2017-03-06 12:15:33 +01:00
Philipp Hörist
623a3767dc [httpupload] Dont set conn object in init 2017-03-01 18:03:01 +01:00
Philipp Hörist
6f292d138b [omemo] Update CHANGELOG & manifest.ini 2017-03-01 15:15:03 +01:00
Philipp Hörist
4d2e07634f [omemo] Use correct tag for EME 2017-03-01 15:13:55 +01:00
Philipp Hörist
24400fea56 [httpupload] Update manifest.ini 2017-03-01 14:32:16 +01:00
Philipp Hörist
c373a2961e [httpupload] Import certifi only on windows 2017-03-01 14:31:47 +01:00
Philipp Hörist
a3479402c9 Merge branch 'omemo' into 'gtk3'
omemo version 2.0.3

See merge request !27
2017-02-28 22:50:13 +01:00
Philipp Hörist
18461876c2 [omemo] Update CHANGELOG & manifest.ini 2017-02-28 22:47:41 +01:00
Philipp Hörist
282f565583 [omemo] Set devices active after receiving a msg
Inactive or not known devices are added to the list
of possible receiving devices after we receive them
with a PreKeyWhisperMessage or WhisperMessage

This is so we dont have to rely only on devicelist
updates from the server
2017-02-28 22:43:35 +01:00
Philipp Hörist
547fda1b66 [omemo] Fix 'Copy to clipboard' 2017-02-28 22:41:05 +01:00
Philipp Hörist
11fb760a4d [omemo] Dont handle type 'normal' messages 2017-02-28 22:19:50 +01:00
Philipp Hörist
bc2731364b [omemo] Only publish own deviceid if request fails 2017-02-28 22:18:39 +01:00
Philipp Hörist
7779cfce4b Merge branch 'emoticons' into 'gtk3'
Emoticons Version 2.0.0

See merge request !26
2017-02-28 22:02:12 +01:00
Philipp Hörist
d9af84ac8a [emoticons] Update manifest.ini 2017-02-28 20:48:25 +01:00
Philipp Hörist
e4599e0608 [emoticons] Remove unused code 2017-02-28 20:48:24 +01:00
Philipp Hörist
fc77f07917 [emoticons] Simplify displaying description/legend 2017-02-28 20:48:10 +01:00
Philipp Hörist
2065cab50a [emoticons] Fix some breaking bugs 2017-02-28 20:47:59 +01:00
Philipp Hörist
5a05b0f844 [emoticons] Use extension point 2017-02-28 20:47:30 +01:00
Philipp Hörist
7f166dcd80 [emoticons] Use IntEnum 2017-02-28 20:47:12 +01:00
Philipp Hörist
a47842a42a Merge branch 'httpupload' into 'gtk3'
httpupload 0.6.0

See merge request !25
2017-02-27 23:11:21 +01:00
Philipp Hörist
6b1ad59ef9 [httpupload] Update manifest.ini 2017-02-27 23:04:24 +01:00
Philipp Hörist
fe8d23e4e0 [httpupload] Fix and simplify encryption 2017-02-27 23:04:24 +01:00
Philipp Hörist
ff135beec1 [httpupload] Clean up and satisfy pylint 2017-02-27 23:04:23 +01:00
Philipp Hörist
5b42455918 [httpupload] Better exception handling 2017-02-27 23:04:23 +01:00
Philipp Hörist
361ff561aa [httpupload] Refactor ProgressWindow 2017-02-27 23:04:22 +01:00
Philipp Hörist
54eeb183e6 [httpupload] Refactor upload methods 2017-02-27 23:04:22 +01:00
Philipp Hörist
d7fa0de8aa [httpupload] Add request_received() methode 2017-02-27 19:57:14 +01:00