-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathCHANGELOG
64 lines (55 loc) · 2.31 KB
/
CHANGELOG
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
1.0.2 (2018-04-02)
- misc code cleaning (really only the beginning)
- initial effort towards a reasonable test coverage
- added a hook to allow downstream projects to selectively tag messages
- now raises a proper exception on unknown TLV values
- fixed utf decoding issues
- minor python 2.6 compatibility fixes
1.0.1 (2014-10-16)
- removed internal username from messages to peers
- clear revealed macs
- don't drop leading zero bits from AES keys
1.0.0 (2013-10-02)
- gotr: moved to separate reppository / source distribution
- tools: convertkey shebang changed to non-version-specific python
1.0.0beta7 (2013-09-22)
- potr: work towards supporting OTRv3. no instance tag support yet.
- potr: fixed some MPI paddings
- potr: various message encoding fixes / unification
- potr: general cleanup
- gotr: handle exceptions, allow for some more debugging
- this will eventually become a 1.0.0 release when I get some positive feedback
1.0.0beta6 (2012-10-17)
- potr: max message size can be set per context/message
- gotr: handle html messages
- gotr: install plugin from setup.py if a gajim directory was found
- gotr: provide option to copy fingerprints to clipboard
- gotr: use gajim logging system
- fix: don't send context refreshing request in an encrypted packet
- fix: AKEs were not being fragmented
- minor bugfixes
1.0.0beta5 (2012-03-29)
- gotr: bugfix: plugin broke gajim's ressource discovery (issue #7)
- gotr: store the fingerprints per user, not per ressource (issue #6)
- gotr: add activate() (merge with hg.gajim.org, issue #5)
- gotr: bugfix in smp/disconnect handling
-> API changes:
- added trustName field to Context, allows applications to specify custom
names for the fingerprint storage.
(eg. use jid while context uses jid+ressource)
- non-OTR messages raise NotOTRMessage
1.0.0beta4 (2012-03-10)
- py3k support
- dropped soome debugging
- a new test suite
- added abstraction between the crypto lib
-> API changes:
- this requires a different handling of PK objects - they cannot be
pickled anymore. Use parsePrivateKey and serializePrivateKey methods
and write their contents to files.
1.0.0beta3 (unreleased)
- don't always generate a privkey if none available
1.0.0beta2 (2011-08-30)
- python 2.6 compatibility
1.0.0beta1 (2011-06-10)
- first beta release