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: f95f1c72b4a6fa070566f7e38baeb48e0f91fd5e (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
2.6.80 / 2020-06-29
- Add hints for the fingerprint dialog
- Implement Blind Trust Before Verification
- Show outgoing messages as VERIFIED
- Don't drop message silently on decryption error
- Don't include inactive devices on checking undecided trust

2.6.79 / 2020-05-23
- Sanitize BLOBs in database

2.6.78 / 2020-05-21
- Set sqlite text_factory to str

2.6.77 / 2020-05-21
- Use PEP-440 compatible version

2.6.76 / 2020-04-30
- Don't use deprecated attribute
- Use nbxmpp.namespaces

2.6.75 / 2020-04-04
- Adapt updating caps

2.6.74 / 2020-02-14
- Switch to 12 byte IV

2.6.73 / 2020-01-19
- Don't show warning for Key Transport messages

2.6.72 / 2020-01-17
- Add back 12 byte IV read support for aesgcm links

2.6.71 / 2019-12-29
- Refactor file downloads

2.6.70 / 2019-12-18
- Adapt to Gajim HTTPUpload changes

2.6.69 / 2019-12-06
- Adapt to nbxmpp changes

2.6.68 / 2019-11-18
- Correctly handle presence in anonymous rooms
- Fix error in config dialog if no account is available

2.6.67 / 2019-11-10
- Correctly handle MAM Messages in anonymous rooms
- Show error when message was not encrypted for our device
- Be consistent about omemo capable rooms

2.6.66 / 2019-10-05
- Adapt to nbxmpp changes

2.6.65 / 2019-08-21
- Fix printing status message

2.6.64 / 2019-08-20
- Set trust per JID

2.6.63 / 2019-08-19
- Fix ConfirmationDialog

2.6.62 / 2019-07-09
- Remove YesNoDialog

2.6.61 / 2019-06-30
- Dont validate JID on affiliation result

2.6.60 / 2019-06-22
- Adapt to Gajim changes

2.6.59 / 2019-04-27
- Adapt to link handler changes

2.6.58 / 2019-03-31
- Fix group chat messages

2.6.57 / 2019-03-26
- Refactoring

2.6.56 / 2019-03-25
- Fix database version

2.6.55 / 2019-03-24
- Fix database migration

2.6.54 / 2019-03-24
- Fix database bug with old values

2.6.53 / 2019-03-20
- Pass trust to Gajim
- Bug Fix

2.6.52 / 2019-03-11
- Bug Fix

2.6.51 / 2019-03-08
- Fix endless devicelist update loop
- Build sessions immediately
- Dont allow sending message while having undecided fingerprints
- Improve logging

2.6.50 / 2019-02-24
- Add support for key transport messages
- Bug Fixes

2.6.49 / 2019-02-24
- GUI Improvements for Key Dialog

2.6.48 / 2019-02-22
- Bug Fixes

2.6.47 / 2019-02-22
- Bug Fixes

2.6.46 / 2019-02-22
- Bug Fixes

2.6.45 / 2019-02-21
- Set device inactive after 300 unacknowledged messages
- Small refactoring
- Fix a bug where the KeyDialog could not be opened

2.6.44 / 2019-02-18
- Fix error while loading keys from database

2.6.43 / 2019-02-17
- Refactor

2.6.42 / 2019-02-13
- Refactor

2.6.41 / 2019-02-11
- Refactor

2.6.40 / 2019-01-05
- Fix label color
- Add fallback body

2.6.39 / 2019-01-04
- Adapt to Gajim changes

2.6.38 / 2019-01-01
- Add new devicelist module
- Fix deprecation warnings
- Fix an error in non-anonymous MUCs

2.6.37 / 2019-01-01
- Adapt to Gajim and nbxmpp changes

2.6.36 / 2018-12-22
- Fix carbon messages not working

2.6.35 / 2018-12-15
- Better handle key exchange messages

2.6.34 / 2018-11-20
- Use "current" as pubsub node id

2.6.33 / 2018-10-17
- Bug fix

2.6.32 / 2018-10-13
- Bug fix

2.6.31 / 2018-10-12
- GUI adjustments
- Use new fingerprints dialog
- Refactor some UI code

2.6.1 / 2018-08-08
- Save encryption details to the database
- Bugfixes

2.6.0 / 2018-08-08
- FingerprintDialog: show all fingerprints in one list

2.5.14 / 2018-07-15
- Make preparations for future Gajim versions
- Allow writing encrypted messages in groupchats if there are no other participants

2.5.14 / 2018-07-15
- Make preparations for future Gajim versions
- Allow writing encrypted messages in groupchats if there are no other participants

2.5.13 / 2018-05-21
- Bug fix

2.5.12 / 2018-05-20
- Bug fix

2.5.11 / 2018-04-25
- Bug fix

2.5.10 / 2018-04-09
- Bug fix

2.5.9 / 2018-04-08
- Remove pycrypo dependency

2.5.8 / 2018-03-31
- Bug fix

2.5.7 / 2018-02-26
- Big fix

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 being 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
- Don't handle type 'normal' messages

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

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