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.8b:
* Several encoding fixes
* Twisted 2.5 compatibility
* Avatar transparency handling
* fixed sendErrorMessage doubleerror
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 ICQ permissions.
* More thorough avatar support.
* Added support for MySQL database encrypted passwords.
* Lots of misc other improvements.
0.7b:
* Web interface works in Twisted 1.* again.
0.7a:
* ICQ nicknames are now retrieved and propaged via event updates.
0.7:
* Web interface now only functions under Twisted 2.*.
* Support for "available" status messages.
* 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 PyICQt.py)
* Restructured code a fair amount.
* Added Jabberd2 component protocol support.
* 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 (JIT) driver is legacyjittransport.
* 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 ICQ specific tasks.
* Email notification support added.
* Added ability to daemonize from command line option.
* Support for Avatars/Buddy Icons.
* Support for Ad-Hoc commands.
* Improved disco support.
* Improvements for running under Python 2.2.
* Improved notification of errors to user.
* Support for choices of poll reactors.
* Support for Twisted 2.0.
* Improved debugging support.
* Support for encrypted passwords on spool.
* Fixed support for receiving messages from older ICQ clients.
* Improved unicode support.
0.6:
* SSI buddy list handling that actually works right.
* Socks5 support.
* Web admin interface.
* Support for configurable encoding.
* Enhanced user status support thanks to Jonas Adahl.
* Brand new configuration file format. (XML based)
* Now handles command line args. (-h to see list)
0.5:
* Now works correctly with ejabberd thanks to Magnus Henoch.
* No longer requires patched Twisted to be installed.
* Enhanced vcard support thanks to Jonas Adahl.
0.4:
* Offline messages are retrieved now.
0.3:
* Now handles /registered from older transports.
* vCard support.
0.2:
* Fixes to bugs with roster imports and incoming messages.
* Away messages are handled more properly now.
* DB saves don't happen a ridiculous number of times anymore.
0.1:
* First release, base ICQ chat support
|