Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG « omemo - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87654de60aea22ccc1ef1adea35ebf9aee396f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
2.5.6 / 2018-01-26
- Fix decrypting MAM MUC messages

2.5.5 / 2017-12-17
- Bug fix

2.5.4 / 2017-12-16
- Bug fix

2.5.3 / 2017-12-10
- Bug fix

2.5.2 / 2017-12-10
- Small refactoring

2.5.1 / 2017-11-21
- Bug fix

2.5.0 / 2017-11-20
- Add MAM for MUC decryption

2.4.3 / 2017-11-15
- Use Gajim API to announce caps

2.4.2 / 2017-11-15
- Query devicelists for contacts where we have none, this makes us a bit more independent from PEP
- Fix encrypting in Groupchats
- Improve error messages

2.4.1 / 2017-11-12
- Bug fix

2.4.0 / 2017-11-10
- Refactoring

2.3.8 / 2017-10-07
- Bug Fixes

2.3.7 / 2017-08-26
- Query only the most recent PEP items

2.3.6 / 2017-08-21
- Adapt to Gaim beeing now a Package

2.3.5 / 2017-08-07
- Support 12bit IVs on httpupload files

2.3.4 / 2017-06-10
- Bugfixes
- Some Refactoring

2.3.3 / 2017-06-09
- Move encryption logic for files from the HTTPUploadPlugin to the OMEMOPlugin

2.3.2 / 2017-06-02
- Adapt to patches regarding LMC in Gajim

2.3.1 / 2017-05-23
- Bugfixes

2.3.0 / 2017-05-07
- Make plugin compatible with Gajims encryption API

2.2.1 / 2017-04-15
- Recognize aesgcm uri scheme

2.2.0 / 2017-04-06
- Add auth tag to key instead of payload
- Support decryption of aesgcm:// uri scheme
- Make python-cryptography mandatory
- small bugfixes

2.1.0 / 2017-03-26
- Add file decryption

2.0.4 / 2017-03-01
- Use correct tag name for EME

2.0.3 / 2017-02-28
- Set an inactive device active again after receiving a message from it

2.0.2 / 2017-02-28
- Fix a bug when publishing devices
- Fix copying fingerprint
- Fix layout issue
- Dont handle type 'normal' messages

2.0.1 / 2017-01-14
- Better XEP Compliance
- Bugfixes

2.0.0 / 2016-12-04
- Port Plugin from GTK2