-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
163 lines (82 loc) · 3.1 KB
/
NEWS
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
0.8a:
* Fixes for delayed in packets getting through to AIM.
* Fixes for AIM protocol changes regarding away messages and contacts.
* Lots of stability improvements.
0.8:
* Support for newer Twisted versions.
* Improved ad-hoc command support.
* Improved daemonized mode support.
* Improved roster import support.
* Support for vcard filtering (JEP-0164).
* Improved unicode handling.
* Fixes for handling of AIM permissions.
* More thorough avatar support.
* Added support for MySQL database encrypted passwords.
* Lots of misc other improvements.
0.7c:
* Web interface now only functions under Twisted 2.*.
* Fixed to work with newer Twisted releases.
* Partial support for iChat "iTunes URLs".
* Web interface now includes information about your account.
* Web interface now uses Jabber authentication instead of custom.
* Added cross-platform capable startup script. (python PyAIMt.py)
* Restructured code a fair amount.
* New more informative debug logging.
* Support for directly transferred buddy icons.
0.7b:
* Added Jabberd2 component protocol support.
0.7:
* Script added to migrate between XDB formats/backends.
* Script added to view/manage buddy list directly.
* Spool encryption (for xmlfiles driver) is now driver-specific config option.
* Default driver is now xmlfiles.
* Backwards compatible (c-based aim transport) driver is legacyaimtransport.
* MySQL XDB driver.
* Support for multiple drivers for XDB.
* Improved language layout.
* Chat State Notifications (JEP-0085) support.
* XHTML support.
* Ad-Hoc commands added to handle AIM specific tasks.
* Email notification support added.
* Added ability to daemonize from command line option.
* Directory search functionality added.
* Support for Avatars/Buddy Icons.
* Non-ascii character support improved.
* Support for Ad-Hoc commands.
* Groupchat moved to separate jid. Please see online docs.
* Improved disco support.
* Improvements for running under Python 2.2.
* Improved notification of errors to user.
* New option to encrypt passwords in spool.
* Profile now set based off vcard DESC field.
* Support for choices of poll reactors.
0.6:
* Support for @mac.com screen names.
* Support for chat room exchanges.
* Better unicode support.
* Support for extended status messages.
* Contact users upon disconnection.
* Support for displaying idle times.
* Improved rate limit handling.
0.5:
* Socks5 support.
* SSI buddy list handling that works corrrectly.
* No more TOC support.
* Groupchat/chat room support.
* Rate limit handling.
0.4:
* Added typing notifications.
* Brand new configuration file style (now xml based).
* Web administration interface added w/ statistics gathering.
* PyAIMt now accepts args (-h for list).
* Cross-im chat option. (can chat with ICQ users via AIM)
* Now works correctly with ejabberd.
0.3:
* Now handles /registered from older transports.
* Slight vCard support.
0.2:
* Incorporation of many improvements applied to PyICQ.
* Incorporation of 'words' pieces of Twisted into main dist, since it is
not going to be a part of Twisted for long.
0.1:
* First release, base AIM chat support