Mercurial > pidgin
annotate plugins/icq/ChangeLog @ 1309:0a766047b4fd
[gaim-migrate @ 1319]
Yay, new icqlib
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 19 Dec 2000 10:08:29 +0000 |
| parents | 201ec77f3a60 |
| children | 4c510ca3563f |
| rev | line source |
|---|---|
|
1309
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
1 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
2 2000-12-19 Bill Soudan <wes0472@rit.edu> |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
3 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
4 * icqlib/chatsession.c, icqlib/contacts.c, icqlib/eventhandle.c, |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
5 icqlib/filesession.c, icqlib/icq.h.in, icqlib/icqlib.c, |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
6 icqlib/icqlib.h, icqlib/queue.c, icqlib/stdpackets.c, |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
7 icqlib/tcp.c, icqlib/tcplink.c icqlib/udp.c: moved some ICQLINK |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
8 members to ICQLINK_private structures, added icq_ICQLINKNew and |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
9 icq_ICQLINKDelete functions which replace icq_Init and icq_Done |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
10 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
11 * CHANGES_SINCE_1.0: lists source incompatable changes since |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
12 1.0 release. |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
13 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
14 * VERSION: bumped version number to 1.1 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
15 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
16 2000-12-06 Denis V. Dmitrienko <denis@null.net> |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
17 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
18 * icqlib/queue.c, icqlib/stdpackets.h, icqlib/tcp.h, icqlib/tcphandle.c: |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
19 Handling for mass TCP messages has been added based on patch by |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
20 Konstantin Klyagin <konst@konst.org.ua> |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
21 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
22 2000-12-03 Bill Soudan <soudan@kde.org> |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
23 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
24 * icqlib/queue.c: fixed compilation with gcc-2.96 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
25 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
26 * icqlib/tcplink.c: fixed bug #105068 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
27 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
28 2000-11-02 Denis V. Dmitrienko <denis@null.net> |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
29 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
30 * icqlib/icq.h.in, icqlib/icqlib.c, icqlib/udp.c: |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
31 Ability to disable TCP protocol has been added. |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
32 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
33 * icqlib/udphandle.c: Do not ack unhandled protocol version. |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
34 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
35 2000-08-13 Denis V. Dmitrienko <denis@null.net> |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
36 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
37 * icqlib/tcphandle.c: |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
38 Cyrillic recoding on received URL description added. |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
39 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
40 * icqlib/icq.h.in, icqlib/util.c: icq_Genders[] array have been added. |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
41 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
42 2000-08-13 Denis V. Dmitrienko <denis@null.net> |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
43 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
44 * icqlib/udp.c: Patch #101057 have been applied. |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
45 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
46 2000-07-31 Denis V. Dmitrienko <denis@null.net> |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
47 |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
48 * .cvsignore, Makefile.am: Little modifications before releasing. |
|
0a766047b4fd
[gaim-migrate @ 1319]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1152
diff
changeset
|
49 |
| 1152 | 50 2000-07-30 Denis V. Dmitrienko <denis@null.net> |
| 51 | |
| 52 * ChangeLog, icqlib-0.2.0.lsm, icqlib-1.0.0.lsm, README, TODO, | |
| 53 VERSION, Win32.zip: | |
| 54 Updated version for 1.0.0 release. | |
| 55 | |
| 56 2000-07-25 Denis V. Dmitrienko <denis@null.net> | |
| 57 | |
| 58 * README: Description was changed a little. | |
| 59 | |
| 60 * icqlib/icq.h.in: Cleanups. | |
| 61 | |
| 62 2000-07-23 Bill Soudan <soudan@kde.org> | |
| 63 | |
| 64 * README: added description | |
| 65 | |
| 66 * icqlib/icq.h.in, icqlib/icqlib.c, icqlib/tcpchathandle.c, | |
| 67 icqlib/tcpfilehandle.c: added support for real nickname during | |
| 68 TCP transactions like file and chat, instead of using Bill | |
| 69 all the time (hmm, where'd I get that from? :) | |
| 70 | |
| 71 2000-07-22 Denis V. Dmitrienko <denis@null.net> | |
| 72 | |
| 73 * AUTHORS, DEVEL, icqlib-0.1.3.lsm, icqlib-0.2.0.lsm, README, TODO: | |
| 74 Text files in root directory were changed to reflect latest changes. | |
| 75 | |
| 76 2000-07-22 Denis V. Dmitrienko <denis@null.net> | |
| 77 | |
| 78 * icqlib/util.c: Trinidad and Tobago country was added. | |
| 79 | |
| 80 * icqlib/icq.h.in: Cleanups. | |
| 81 | |
| 82 2000-07-21 Denis V. Dmitrienko <denis@null.net> | |
| 83 | |
| 84 * icqlib/util.c: All languages, possible in original icq were added. | |
| 85 Occupation array fixed. | |
| 86 | |
| 87 2000-07-20 Denis V. Dmitrienko <denis@null.net> | |
| 88 | |
| 89 * icqlib/util.c: | |
| 90 Occupation table corrected to comply with original ICQ. | |
| 91 | |
| 92 2000-07-09 Bill Soudan <soudan@kde.org> | |
| 93 | |
| 94 * icqlib/list.c: added more trace messages, added list_remove_node | |
| 95 call in list_free... fixes list corruption bug introduced | |
| 96 during last commit | |
| 97 | |
| 98 * icqlib/queue.c: added more trace messages, reworked packet | |
| 99 delete handling: now happens during _icq_UDEQueueItemFree rather | |
| 100 than during icq_UDPQueueDelSeq - fixes memory leak | |
| 101 | |
| 102 2000-07-09 Bill Soudan <soudan@kde.org> | |
| 103 | |
| 104 Cleanups, and nasty memory bug fixes. Hopefully this will | |
| 105 correct the strange crashes Denis is having after the icq_Done | |
| 106 call! | |
| 107 | |
| 108 The major problem was: icq_TCPLinkDelete and icq_FileSessionDelete | |
| 109 were calling list_remove to remove themselves from the global | |
| 110 TCPLink and FileSession lists kept in ICQLINK. But, these | |
| 111 functions were being called from a list_delete call also, | |
| 112 in icq_TCPDone, so what was happening is the list_nodes were | |
| 113 getting free()ed twice! | |
| 114 | |
| 115 This problem was circumvented by removing the list_remove | |
| 116 from the *Delete functions, and creating new Close functions | |
| 117 that do the list_remove and then call the corresponding | |
| 118 Delete function. | |
| 119 | |
| 120 * icqlib/chatsession.c, icqlib/chatsession.h, icqlib/filesession.c, | |
| 121 icqlib/tcp.c, icqlib/tcpchathandle.c, icqlib/tcpfilehandle.c, | |
| 122 icqlib/tcplink.c, icqlib/tcplink.h, icqlib/udp.c, | |
| 123 icqlib/stdpackets.h: adding new *Close functions, use *Close | |
| 124 functions instead of *Delete where correct, and misc cleanups | |
| 125 | |
| 126 * icqlib/icq.h.in: removed unnecessary members from ICQLINK | |
| 127 | |
| 128 * icqlib/icqlib.c, icqlib/icqlib.h: removed unnecessary | |
| 129 functions | |
| 130 | |
| 131 * icqlib/list.c, icqlib/list.h: recoded list_free function - this | |
| 132 was working very incorrectly! it was only freeing the first | |
| 133 node of the list, and then ending. fixes a memory leak. | |
| 134 | |
| 135 * icqlib/queue.c: use new list_free | |
| 136 | |
| 137 * icqlib/tcp.c: use Close functions, misc cleanups | |
| 138 | |
| 139 2000-07-09 Denis V. Dmitrienko <denis@null.net> | |
| 140 | |
| 141 * icqlib/icq.h.in: Cleanups. | |
| 142 | |
| 143 * icqlib/icqlib.c: | |
| 144 Initial memset() in icq_Init() replaced by callback's clearance. | |
| 145 | |
| 146 * icqlib/udp.c: | |
| 147 icq_UpdateNewUserInfo() now returns seq1 instead of seq2 since it | |
| 148 isn't META function. | |
| 149 | |
| 150 2000-07-07 Denis V. Dmitrienko <denis@null.net> | |
| 151 | |
| 152 * icqlib/icqpacket.c: | |
| 153 "icq_Packet data overflow" log message temporarily commented out. | |
| 154 | |
| 155 2000-07-04 Paul Cadach <paul@odt.east.telecom.kz> | |
| 156 * icqlib/utilc: | |
| 157 icq_FmtLog() crashed when it receives NULL at link argument. | |
| 158 | |
| 159 2000-06-30 Denis V. Dmitrienko <denis@null.net> | |
| 160 | |
| 161 * icqlib/util.c: Slovak Republic country code fixed. | |
| 162 | |
| 163 2000-06-25 Denis V. Dmitrienko <denis@null.net> | |
| 164 | |
| 165 * icqlib/udphandle.c: | |
| 166 icq_HandleMetaUserInfo() handles all (!) available in original icq2k | |
| 167 Meta User Info packets along with other useful Meta* packets. (WOW! ;) | |
| 168 | |
| 169 * icqlib/icq.h.in: | |
| 170 New callbacks (we really need an event-driven model later): | |
| 171 icq_MetaUserFound, icq_MetaUserInfo, icq_MetaUserWork, | |
| 172 icq_MetaUserMore, icq_MetaUserAbout, icq_MetaUserInterests, | |
| 173 icq_MetaUserAffiliations, icq_MetaUserHomePageCategory | |
| 174 New functions-companions for Meta User Info: | |
| 175 icq_GetMetaOccupationName(), icq_GetMetaBackgroundName(), | |
| 176 icq_GetMetaAffiliationName(), icq_GetMetaLanguageName() | |
| 177 New function to request Meta User Info icq_SendMetaInfoReq() | |
| 178 COUNTRY_CODE was "generalized" to icq_ArrayType. Note: this is | |
| 179 source incompatible change! | |
| 180 | |
| 181 * icqlib/util.c: icq_MetaOccupation[], icq_MetaPastBackgrounds[], | |
| 182 icq_MetaAffiliations[] and icq_MetaLanguages[] arrays were added along | |
| 183 with icq_GetMetaOccupationName(), icq_GetMetaBackgroundName(), | |
| 184 icq_GetMetaAffiliationName() and icq_GetMetaLanguageName() functions | |
| 185 to access them. | |
| 186 | |
| 187 * icqlib/udp.h: Some META* defines changed/added. | |
| 188 USER_INFO structure which is never been used now removed. | |
| 189 | |
| 190 * icqlib/udp.c: icq_SendMetaInfoReq() was added. | |
| 191 All icq_*Meta*() functions now returns sequence number 2 because their | |
| 192 replies from the server are synced with it. | |
| 193 | |
| 194 * icqlib/tcphandle.c, icqlib/tcpfilehandle.c, icqlib/eventhandle.c: | |
| 195 '\n' was added at the end of log messages. | |
| 196 | |
| 197 * icqlib/queue.c: | |
| 198 Some sanity checks were added to icq_UDPQueueDelete() and | |
| 199 icq_UDPQueueFree() | |
| 200 | |
| 201 * icqlib/icqpacket.c: icq_PacketUDPDump() tweaked a little. | |
| 202 | |
| 203 2000-06-17 Denis V. Dmitrienko <denis@null.net> | |
| 204 | |
| 205 * icqlib/contacts.c, icqlib/icq.h.in: | |
| 206 New parameter was added in icq_ContactSetVis() for setting/resetting | |
| 207 'Visible to User' status. | |
| 208 Port's type was changed to unsigned short in icq_UserOnline callback. | |
| 209 | |
| 210 2000-06-15 Bill Soudan <soudan@kde.org> | |
| 211 | |
| 212 * icqlib/icqevent.c, icqlib/icqevent.h, icqlib/eventhandle.c, | |
| 213 icqlib/eventhandle.h: committed for safekeeping, not used yet. | |
| 214 this code will soon replace stdpackets.c and tcphandle.c, as | |
| 215 well as reducing code duplication in many other places. hopefully | |
| 216 it can eventually be extended to manage udp events as well, as | |
| 217 it's written in pseudo-object-oriented style. | |
| 218 | |
| 219 2000-06-14 Bill Soudan <soudan@kde.org> | |
| 220 | |
| 221 Bugfixes and code cleanups. | |
| 222 | |
| 223 * icqlib/filesession.c, icqlib/filesession.h: added id arg to | |
| 224 icq_FindFileSession to allow searches for specific file session | |
| 225 | |
| 226 * icqlib/icq.h.in: removed *Seq functions, renamed chat req functions | |
| 227 to be consistent with file req functions, added Cancel and Refuse | |
| 228 functions for chat and file reqs | |
| 229 | |
| 230 * icqlib/queue.h: added proto for icq_UDPQueueInterval | |
| 231 | |
| 232 * icqlib/stdpackets.c, icqlib/stdpackets.h: added creation | |
| 233 functions for cancel and refuse operations | |
| 234 | |
| 235 * icqlib/tcp.c, icqlib/tcp.h: added Cancel and Refuse functions | |
| 236 for chat and file reqs, changed packet sending code to use new | |
| 237 icq_TCPLinkSendSeq function to elimitane duplicate code, removed | |
| 238 *Seq functions, renamed chat req functions | |
| 239 | |
| 240 * icqlib/tcpfilehandle.c: fixed bug: sending file sessions would | |
| 241 freeze if remote side changed speed | |
| 242 | |
| 243 * icqlib/tcplink.c, icqlib/tcplink.h: added icq_TCPLinkSendSeq | |
| 244 function | |
| 245 | |
| 246 * icqlib/icqlib.c, icqlib/udp.c: removed *Seq functions | |
| 247 | |
| 248 2000-05-21 Denis V. Dmitrienko <denis@null.net> | |
| 249 | |
| 250 * icqlib/util.c: Bulgaria country code was added. Thanks to | |
| 251 "Napalm Death" <napalmbox@hotmail.com> | |
| 252 | |
| 253 * icqlib/cyrillic.c: Applied patch for russian letters IO and io by | |
| 254 Vladimir Eltchinov <elik@design.ru> | |
| 255 | |
| 256 2000-05-10 Denis V. Dmitrienko <denis@null.net> | |
| 257 | |
| 258 * icqlib/icq.h.in, icqlib/icqlib.c, icqlib/queue.c, | |
| 259 icqlib/queue.h, icqlib/udp.c: | |
| 260 UDP outgoing packet queue was implemented. | |
| 261 | |
| 262 * icqlib/udphandle.c, icqlib/proxy.c: | |
| 263 icq_Disconnect() now called before icq_Disconnected callback to | |
| 264 prevent high CPU usage in kicq's "reconnect on disconnect" code. | |
| 265 | |
| 266 * icqlib/list.c, icqlib/list.h: | |
| 267 list_free() was added to free but do not dispose the list. | |
| 268 Memory leak with destroying the list was fixed. | |
| 269 | |
| 270 2000-05-05 Denis V. Dmitrienko <denis@null.net> | |
| 271 | |
| 272 * Win32.zip: | |
| 273 Automatically generated icq.h repackaged for Win32 portability. | |
| 274 | |
| 275 2000-05-04 Bill Soudan <soudan@kde.org> | |
| 276 | |
| 277 * icqlib/tcp.h: undefined TCP debug trace constants in preparation | |
| 278 for release. | |
| 279 | |
| 280 * icqlib/stdpackets.c: warning cleanups. | |
| 281 | |
| 282 * icqlib/icq.h.in: changed FILE_STATUS_* defines, removed | |
| 283 many ICQ_NOTIFY_FILE* defines, added new direction member | |
| 284 to icq_FileSession, removed unnecessary uin arg from | |
| 285 icq_FileSessionSetSpeed. | |
| 286 | |
| 287 * icqlib/tcpchathandle.c, icqlib/tcpfilehandle.c, icqlib/tcphandle.c, | |
| 288 icqlib/tcplink.c, icqlib/filesession.c, icqlib/tcp.c: | |
| 289 Reworked file transfer notification, small bugfixes, | |
| 290 and cleanups. | |
| 291 | |
| 292 2000-05-03 Denis V. Dmitrienko <denis@null.net> | |
| 293 | |
| 294 * icqlib/udp.c: icq_UpdateNewUserInfo() was added. | |
| 295 All icq_UpdateMetaInfo*() now return their sequence number. | |
| 296 | |
| 297 * icqlib/chatsession.c, icqlib/filesession.c, icqlib/icq.h.in, | |
| 298 icqlib/Makefile.am, icqlib/proxy.c, icqlib/tcpchathandle.c, | |
| 299 icqlib/tcpfilehandle.c, icqlib/tcphandle.c, icqlib/tcplink.c, | |
| 300 icqlib/udphandle.c, icqlib/util.c, icqlib/callbacks.c: | |
| 301 Callbacks have been moved to the ICQLINK structure. | |
| 302 | |
| 303 * icqlib/icqpacket.c, icqlib/icqpacket.h: | |
| 304 icq_PacketReadUDPInUIN() was added. | |
| 305 | |
| 306 * icqlib/list.c: Bug with empty contact list was fixed. | |
| 307 | |
| 308 * icqlib/icqlib.c: Unfinished UDP queue was commented out. | |
| 309 | |
| 310 2000-04-13 Denis V. Dmitrienko <denis@null.net> | |
| 311 | |
| 312 * README.Win32, VC5.zip, Win32.zip: | |
| 313 icq.h header file which is automatically generated on Unix is packaged | |
| 314 in Win32.zip archive along with the Visual C++ 5.0 project file. | |
| 315 | |
| 316 2000-04-10 Denis V. Dmitrienko <denis@null.net> | |
| 317 | |
| 318 * icqlib/chatsession.h, icqlib/filesession.h, icqlib/stdpackets.c, | |
| 319 icqlib/tcp.c, icqlib/tcpfilehandle.c, icqlib/tcplink.c: | |
| 320 ANSI cleanups. | |
| 321 | |
| 322 * icqlib/filesession.c, icqlib/icqlib.c, icqlib/stdpackets.h, | |
| 323 icqlib/tcp.c, icqlib/tcpfilehandle.c, icqlib/tcp.h, | |
| 324 icqlib/tcplink.c, icqlib/udp.c, icqlib/udp.h, icqlib/util.c, | |
| 325 VC5.zip: | |
| 326 Some more Win32 compatibility from Guillaume Rosanis <grs@mail.com> | |
| 327 | |
| 328 2000-04-06 Herbert Valerio Riedel <hvr@gnu.org> | |
| 329 | |
| 330 * icqlib/icq.h.in, icqlib/udp.c (icq_KeepAlive,icq_SendAuthMsg): | |
| 331 return sequence number | |
| 332 | |
| 333 2000-04-06 Denis V. Dmitrienko <denis@null.net> | |
| 334 | |
| 335 * icqlib/icq.h.in, icqlib/icqlib.c, icqlib/stdpackets.c, icqlib/tcp.c: | |
| 336 icq_*Send*Seq() functions with specified sequence number were added. | |
| 337 | |
| 338 * icqlib/udp.c: | |
| 339 So called "Online List problem" bug with Long Contact List was fixed. | |
| 340 icq_*Send*Seq() functions with specified sequence number were added. | |
| 341 | |
| 342 2000-04-05 Denis V. Dmitrienko <denis@null.net> | |
| 343 | |
| 344 * README.Win32, VC5.zip, icqlib/icqbyteorder.h, icqlib/icq.h.in, | |
| 345 icqlib/icqlib.c, icqlib/icqlib.h, icqlib/icqpacket.c, | |
| 346 icqlib/icqtypes.h, icqlib/proxy.c, icqlib/tcp.c, | |
| 347 icqlib/tcpchathandle.c, icqlib/tcpfilehandle.c, | |
| 348 icqlib/tcphandle.c, icqlib/tcplink.c, icqlib/tcplink.h, | |
| 349 icqlib/udp.c, icqlib/util.c, icqlib/util.h: | |
| 350 Applied patch from "Guillaume R." <grs@mail.com> for basic Win32 | |
| 351 compatibility. | |
| 352 | |
| 353 2000-03-31 Igor S. Petrenko <nofate@europe.com> | |
| 354 | |
| 355 * icqlib/util.c: remove static variable | |
| 356 | |
| 357 2000-03-30 Denis V. Dmitrienko <denis@null.net> | |
| 358 | |
| 359 * am_edit, configure.in, libtool.m4.in, ltconfig, ltmain.sh, | |
| 360 missing, mkinstalldirs, acinclude.m4.in, Makefile.cvs: | |
| 361 New autoconf/automake stuff from KDE2. | |
| 362 | |
| 363 * icqlib/queue.c: Fixed FreeBSD warning about obsolete malloc.h | |
| 364 header. | |
| 365 | |
| 366 2000-02-14 Bill Soudan <soudan@kde.org> | |
| 367 | |
| 368 Applied patch from Paul Cadach <paul@odt.east.telecom.kz>. | |
| 369 | |
| 370 * icqlib/icq.h.in: added icq_TCPSendChatData_n | |
| 371 | |
| 372 * icqlib/tcp.c: use new icq_ChatRusConv_n function in | |
| 373 icq_TCPSendChatData, new icq_TCPSendChatData_n function | |
| 374 | |
| 375 * icqlib/tcplink.c, tcplink.h: new icq_ChatRusConv_n function | |
| 376 | |
| 377 2000-02-06 Bill Soudan <soudan@kde.org> | |
| 378 | |
| 379 * icqlib/tcpchathandle.c: warning cleanups. | |
| 380 | |
| 381 2000-02-06 Bill Soudan <soudan@kde.org> | |
| 382 | |
| 383 Applied patch from Paul Cadach <paul@odt.east.telecom.kz>. | |
| 384 Thanks Paul! | |
| 385 | |
| 386 Paul's change list: | |
| 387 | |
| 388 1) Modified TCP link code to allow non-blocking TCP connects over | |
| 389 SOCKS5 proxy | |
| 390 2) Added missed Cyrillic translating for Chat subject, URL subject, | |
| 391 File transfer subject (both directions); | |
| 392 3) Fix a bug in TCPLinkProxyConnect code (remote address was random | |
| 393 due to using local variable instead of plink's remote_address). | |
| 394 | |
| 395 * icqlib/cyrillic.c, icqlib/icqlib.h: added icq_RusConv_n | |
| 396 | |
| 397 * icqlib/stdpackets.c: slightly modified chat packets | |
| 398 | |
| 399 * icqlib/tcp.c: new code for SOCKS connections, more cyrillic | |
| 400 translations | |
| 401 | |
| 402 * icqlib/tcpchathandle.c: new code for special chat functions | |
| 403 (background, fonts, etc) | |
| 404 | |
| 405 * icqlib/tcplink.c: implemented non-blocking TCP connects | |
| 406 over SOCKS, cyrillic translation for chat | |
| 407 | |
| 408 * icqlib/tcplink.h: new defines for SOCKS5 code | |
| 409 | |
| 410 * icqlib/udphandle.c: changed log message in HandleUserOnline | |
| 411 | |
| 412 2000-02-03 Bill Soudan <soudan@kde.org> | |
| 413 | |
| 414 * icqlib/icqlib.h: line 33, fixed minor compile bug, changed | |
| 415 u_int32_t declaration to unsigned long. This was causing a | |
| 416 problem compiling on SunOS, as reported by Longwen | |
| 417 <longwen@mail.com> | |
| 418 | |
| 419 2000-01-20 Bill Soudan <soudan@kde.org> | |
| 420 | |
| 421 Worked more on file send implementation. icqlib will now also | |
| 422 handle sending file requests to clients. | |
| 423 | |
| 424 * icqlib/filesession.c, filesession.h, icq.h.in, stdpackets.c | |
| 425 stdpackets.h, tcp.c, tcpfilehandle.c, tcphandle.c: | |
| 426 first implementation of sending file requests | |
| 427 | |
| 428 * icqlib/tcplink.c: fixed bug in icq_TCPLinkConnect that caused | |
| 429 file/chat connection attempts to go to the wrong port | |
| 430 | |
| 431 2000-01-16 Bill Soudan <soudan@kde.org> | |
| 432 | |
| 433 Exported icq_FileSession structure to library clients; | |
| 434 fixed a serious list bug. Oops. :) | |
| 435 | |
| 436 * icqlib/filesession.c, filesession.h: added new public functions, | |
| 437 icq_FileSessionSetSpeed, icq_FileSessionClose, | |
| 438 icq_FileSessionSetWorkingDir, moved icq_FileSession interface to | |
| 439 icq.h.in | |
| 440 | |
| 441 * icqlib/icq.h.in: added definition for icq_FileSession and new | |
| 442 public functions | |
| 443 | |
| 444 * icqlib/list.c: fixed serious bug in list_remove | |
| 445 | |
| 446 * icqlib/tcp.c: renamed icq_TCPAcceptFileReq to | |
| 447 icq_AcceptFileRequest, moved file request functions to new | |
| 448 file session code | |
| 449 | |
| 450 * icqlib/tcpfilehandle.c: added code so icq_FileSessions now | |
| 451 keep track of the tcplink to which they are attached | |
| 452 | |
| 453 * icqlib/tcplink.h: removed list_node from icq_TCPLink | |
| 454 | |
| 455 2000-01-15 Bill Soudan <soudan@kde.org> | |
| 456 | |
| 457 Reworked list routines so list_node's don't need to be | |
| 458 inside item structures. Note this made the strlist code | |
| 459 unnecessary - strlist code was replaced with generic list | |
| 460 commands. | |
| 461 | |
| 462 * icqlib/Makefile.am: strlist.c, strlist.h removed | |
| 463 | |
| 464 * chatsession.c, chatsession.h, contacts.c, contacts.h, | |
| 465 filesession.c, filesession.h, icqlib.c, icqpacket.c, icqpacket.h, | |
| 466 list.c, list.h, queue.c, queue.h, tcp.c, tcplink.c, tcplink.h, | |
| 467 udphandle.c: reworked list code, removed strlist code | |
| 468 | |
| 469 * strlist.c, strlist.h: removed | |
| 470 | |
| 471 1999-12-27 Bill Soudan <soudan@kde.org> | |
| 472 | |
| 473 * icqlib/icq.h.in: added proto for icq_TCPFileSetSpeed | |
| 474 | |
| 475 * icqlib/icqlib.c: cleanups | |
| 476 | |
| 477 * icqlib/tcp.c: fixed bug in icq_TCPAcceptFileReq, added | |
| 478 icq_TCPFileSetSpeed | |
| 479 | |
| 480 * icqlib/tcplink.c: fixed bug in icq_TCPOnDataReceived, | |
| 481 removed flags variable ;) | |
| 482 | |
| 483 1999-12-27 Denis V. Dmitrienko <denis@null.net> | |
| 484 | |
| 485 * icqlib/udphandle.c, icqlib/udp.h, icqlib/udp.c, icqlib/icq.h.in: | |
| 486 icq_UpdateMetaInfoSecurity() added for setting "My authorization is | |
| 487 required", "Web Aware" and "IP Publishing". | |
| 488 | |
| 489 * icqlib/tcplink.c: Unused "flags" variable commented out. | |
| 490 | |
| 491 1999-12-20 Bill Soudan <soudan@kde.org> | |
| 492 | |
| 493 Worked more on file transfer. icqlib will now write received | |
| 494 files to disk, and handles all transfer details accordingly | |
| 495 after icq_TCPAcceptFileReq is called. Note currently | |
| 496 files are always saved in current directory. Receiving a | |
| 497 single file is working 100% as best I can tell - receiving | |
| 498 multiple files hasn't been tested well but should work. | |
| 499 | |
| 500 Also reworked icq_TCPLinkOnDataRecevied to handle quick, large | |
| 501 streams of data (processing 1 packet every main loop call | |
| 502 just didn't cut it :), and at the same time fixed a bug where | |
| 503 received packets would not get processed if the remote end | |
| 504 closed the connection immediately after sending one. This had | |
| 505 the result that the tcp sockets stay in non-blocking mode | |
| 506 for their entire life, instead of just during connect | |
| 507 as before. | |
| 508 | |
| 509 Resume is currently off-by-one I think. Don't rely on it. | |
| 510 | |
| 511 * icqlib/filesession.[ch]: added file open/close logic, changed | |
| 512 icq_FileSession struct a bit | |
| 513 | |
| 514 * icqlib/icq.h.in: removed unnecessary icq_TCPSendFile??Packet | |
| 515 functions, user programs do not use these | |
| 516 | |
| 517 * icqlib/tcp.[ch]: moved _process_packet logic into tcplink:: | |
| 518 icq_TCPLinkProcessReceived, removed unnecessary | |
| 519 icq_TCPSendFile??Packet functions | |
| 520 | |
| 521 * icqlib/tcpfilehandle.c: added more file transfer logic to | |
| 522 write file to disk | |
| 523 | |
| 524 * icqlib/tcplink.c: added icq_TCPLinkProcessReceived to | |
| 525 support processing receive queue before delete (packets used | |
| 526 to get dropped in this instance, oops), reworked | |
| 527 icq_TCPLinkOnDataReceived to handle quick, large streams | |
| 528 of data, changed icq_TCPLinkOnConnect and *Accept to | |
| 529 make all sockets non-blocking. | |
| 530 | |
| 531 1999-12-13 Bill Soudan <soudan@kde.org> | |
| 532 | |
| 533 Implemeted SF task #10224, use real_ip when our IP and remote | |
| 534 IP are same, and task #10203, connect timeout for tcp requests. | |
| 535 | |
| 536 Fixed bug #100312, double freeing of list item. | |
| 537 | |
| 538 NOTE: masq hack in udphandle.c::icq_HandleUserOnline is now gone! | |
| 539 Updated connect logic _should_ automatically do that for us now. | |
| 540 | |
| 541 * icqlib/contacts.h: added remote_real_ip member to icq_ContactItem | |
| 542 struct | |
| 543 | |
| 544 * icqlib/tcp.c: fixed double delete bug in _handle_ready_sockets, | |
| 545 added code to implement connect timeout | |
| 546 | |
| 547 * icqlib/tcplink.c: icq_TCPLinkConnect now uses real_ip when | |
| 548 our IP is same as remote IP to make connection, added | |
| 549 code to implement connect timeout | |
| 550 | |
| 551 * icqlib/tcplink.h: added TCP_LINK_CONNECT_TIMEOUT constant, | |
| 552 added connect_time to icq_TCPLink struct | |
| 553 | |
| 554 * icqlib/udphandle.c: removed old real_ip->ip masq hack, | |
| 555 added store to remote_real_ip in icq_ContactItem | |
| 556 | |
| 557 1999-12-12 Denis V. Dmitrienko <denis@null.net> | |
| 558 | |
| 559 * icqlib/udphandle.c: Authorization Request packet handling fixed. | |
| 560 | |
| 561 * Makefile.am: DEVEL file included | |
| 562 | |
| 563 1999-12-02 Bill Soudan <soudan@kde.org> | |
| 564 | |
| 565 commited missing filesession.c and filesession.h files. Sorry | |
| 566 'bout that :) | |
| 567 | |
| 568 1999-11-30 Bill Soudan <soudan@kde.org> | |
| 569 | |
| 570 More file xfer support added. icqlib tcp will now 'go through the | |
| 571 motions' for receiving a file. file data is not written to | |
| 572 disk, yet. | |
| 573 | |
| 574 * icqlib/Makefile.am: added filesession.[ch] | |
| 575 | |
| 576 * icqlib/icq.h.in: new notify constant (ICQ_NOTIFY_FILE), | |
| 577 new icq_FileSessions member in icqlink struct, new AcceptFileReq | |
| 578 prototype | |
| 579 | |
| 580 * icqlib/icqpacket.h: ICQ_PACKET_DATA_SIZE increased to 4096 | |
| 581 to support file transfer packets | |
| 582 | |
| 583 * icqlib/tcp.c: added file session logic | |
| 584 | |
| 585 * icqlib/tcpfilehandle.c: added icq_HandleFileHello | |
| 586 | |
| 587 * icqlib/tcphandle.c: more file xfer logic added | |
| 588 | |
| 589 * icqlib/tcplink.c, tcplink.h: buffer overflow check added, | |
| 590 tcplinks will now close if buffer overflows. increased | |
| 591 icq_TCPLinkBufferSize to 4096 to support file transfer packets | |
| 592 | |
| 593 1999-11-29 Denis V. Dmitrienko <denis@null.net> | |
| 594 | |
| 595 * icqlib/udphandle.c: icq_DoMsg() redone using string lists. | |
| 596 | |
| 597 * icqlib/strlist.c, icqlib/strlist.h: | |
| 598 General interface for string lists added. | |
| 599 | |
| 600 * icqlib/tcplink.c: Absence of socklen_t type fixed. | |
| 601 | |
| 602 * icqlib/icq.h.in, icqlib/callbacks.c: | |
| 603 icq_RecvMailExpress callback added. | |
| 604 | |
| 605 * icqlib/Makefile.am: strlist.[ch] added. | |
| 606 | |
| 607 1999-10-14 Denis V. Dmitrienko <denis@null.net> | |
| 608 | |
| 609 * icq.h.in, udp.c: icq_UpdateMetaInfo* functions added. | |
| 610 | |
| 611 1999-10-07 Denis V. Dmitrienko <denis@null.net> | |
| 612 | |
| 613 * icq.h.in, tcp.h: Internal/external functions declarations | |
| 614 unified a little. | |
| 615 | |
| 616 * kicq/Makefile.am, proxy.c, udp.c: proxy.h file removed. | |
| 617 | |
| 618 1999-10-06 Denis V. Dmitrienko <denis@null.net> | |
| 619 | |
| 620 * DEVEL: Added the "developers' hint guide". Please read it | |
| 621 carefully. | |
| 622 | |
| 623 1999-09-29 Bill Soudan <soudan@kde.org> | |
| 624 | |
| 625 Check out my spiffy new email address! :) | |
| 626 | |
| 627 Renamed all tcp_link* functions to icq_TCPLink*. | |
| 628 | |
| 629 Forgot to note: fixed memory leak in tcp.c (tcp packets were not | |
| 630 being deleted after use... oops :) | |
| 631 | |
| 632 * chatsession.c, tcpchathandle.c, tcpfilehandle.c, tcphandle.c, | |
| 633 chatsession.h: reworked chat/file handling. fixed chat. (it's | |
| 634 been broke since I put non-blocking connects in) | |
| 635 | |
| 636 * Makefile.am: added new files | |
| 637 | |
| 638 * icq.h.in: changed some notification values, added support for | |
| 639 chat sessions to icqlink | |
| 640 | |
| 641 * icqlib.h, udp.h: moved a bunch of udp-only defines to udp.h | |
| 642 | |
| 643 * icqpacket.c, list.c: cleanups | |
| 644 | |
| 645 * tcp.c: cleanups, moved connect logic from _handle_ready_sockets | |
| 646 to icq_TCPLinkOnConnect, tcp_link->icq_TCPLink | |
| 647 | |
| 648 * tcplink.c, tcplink.h: renamed tcp_link* to icq_TCPLink*. many | |
| 649 cleanups, added icq_TCPLinkOnConnect | |
| 650 | |
| 651 * stdpackets.c, stdpackets.h, tcp.h: tcp_link*->icq_TCPLink* | |
| 652 | |
| 653 * udp.c: tcp port wasn't being sent properly in login packet | |
| 654 | |
| 655 1999-09-29 Denis V. Dmitrienko <denis@null.net> | |
| 656 | |
| 657 Show must go on! Hopefully fixed CVS problems. | |
| 658 | |
| 659 * icqlib.c: Host/network/icq byteorder systemized. | |
| 660 icq_Init() cleaned up. | |
| 661 | |
| 662 * acconfig.h, configure.in, icqlib.m4.in, | |
| 663 icqlib/icqbyteorder.[ch]: More optimized byteswap stuff. | |
| 664 | |
| 665 * icqlib.h: LOGIN_*_TCP defines added. | |
| 666 | |
| 667 * icqpacket.[ch]: icq_PacketAppend16n() added for network-ordered | |
| 668 word appending. | |
| 669 | |
| 670 * queue.[ch]: ICQLINK compatibility added. | |
| 671 | |
| 672 * stdpackets.c: Host/network byteorder cleanups. | |
| 673 | |
| 674 * tcplink.c: TCP code SOCKS-ification. Not finished. | |
| 675 | |
| 676 * udp.c: Webaware functions enabled without success even with | |
| 677 UDP v5 - need more investigations. | |
| 678 | |
| 679 * udphandle.c: MailExpress message handler started. | |
| 680 | |
| 681 1999-07-18 Bill Soudan <wes0472@rit.edu> | |
| 682 | |
| 683 fixed tcp problems, changed icq_ContactItem structure to use | |
| 684 list.c and moved to contacts.c, removed old byte swap macros | |
| 685 in favor of new functions in icqbyteorder.c, and added better | |
| 686 log messages | |
| 687 | |
| 688 * Makefile.am: added contacts.c, contacts.h | |
| 689 | |
| 690 * contacts.c, contacts.h: added | |
| 691 | |
| 692 * icq.h.in: moved icq_ContactItem struct to contacts.h, | |
| 693 removed old *Sok members, renamed icq_Cont* functions | |
| 694 | |
| 695 * icqlib.c, icqlib.h: changed to use new byte-order functions & | |
| 696 contact list functions | |
| 697 | |
| 698 * icqpacket.c: changed to use new byte-order functions | |
| 699 | |
| 700 * tcp.c: added better log messages | |
| 701 | |
| 702 * tcplink.c: fixed fail notification bug introduced during ICQLINK | |
| 703 changes, changed to use new byte-order functions & contact list | |
| 704 functions, added better log messages | |
| 705 | |
| 706 * udp.c: changed to use new byte-order functions & | |
| 707 contact list functions | |
| 708 | |
| 709 * udphandle.c: fixed tcp port bug in icq_HandleUserOnline, changed | |
| 710 to use new byte-order & contact list functions | |
| 711 | |
| 712 * util.c, util.h: removed old byte order and contact list | |
| 713 functions | |
| 714 | |
| 715 1999-07-16 Denis V. Dmitrienko <denis@null.net> | |
| 716 | |
| 717 Version changed to 0.2.0 | |
| 718 | |
| 719 * udp.c, udp.h, udphandle.c: ICQ UDP v5 implemented. | |
| 720 Encription for ICQ UDP v5 implemented. | |
| 721 icq_Packet* unified interface for UDP packets implemented. | |
| 722 Multipacket support of ICQ UDP v5 added. | |
| 723 | |
| 724 * util.[ch]: Status support changed to support early unsupported | |
| 725 combined (ORed) statuses. | |
| 726 | |
| 727 * Makefile.am, icqlib/Makefile.am: Remove automatically generated | |
| 728 files by "make maintainer-clean" | |
| 729 | |
| 730 1999-07-02 Vadim Zaliva <lord@crocodile.org> | |
| 731 | |
| 732 * icqlib/udphandle.c (icq_HandleUserOnline): using icqtohl macros | |
| 733 to convert parameters of callback (IP addresses, port #) to host | |
| 734 order. | |
| 735 | |
| 736 * icqlib/icqbyteorder.h: added (per Bill suggestion) defenitions | |
| 737 of icqtohs, icqtons, ntociqs, htociqs macros. | |
| 738 | |
| 739 * icqlib/tcppacket.c: some system header files included to avoid | |
| 740 compilation warnings. | |
| 741 | |
| 742 * icqlib/tcplink.c: some system header files included to avoid | |
| 743 compilation warnings. | |
| 744 | |
| 745 * icqlib/tcp.h: icq_TCPProcessFilePacket prototype added to avoid | |
| 746 compilation warnings. | |
| 747 | |
| 748 * icqlib/tcp.c: add includes to avoid compilation warning for | |
| 749 getsockopt() and some other functions. | |
| 750 | |
| 751 * configure.in: add detection of headers used on Solaris, Linux, | |
| 752 FreeBSD to detect edianness. | |
| 753 | |
| 754 * icqlib/icqbyteorder.h: defenition of icqtohl, icqtonl, ntociql, | |
| 755 htociql macros. | |
| 756 | |
| 757 1999-07-02 Bill Soudan <wes0472@rit.edu> | |
| 758 | |
| 759 icq_SendMessage and icq_SendURL now accept a 3 choice thruSrv arg: | |
| 760 ICQ_SEND_THRUSERVER, ICQ_SEND_DIRECT, or ICQ_SEND_BESTWAY. | |
| 761 added support to icq_ContactItem structure and udphandle.c. | |
| 762 | |
| 763 * icq.h: added new ICQ_SEND_* constants | |
| 764 | |
| 765 * icqlib.c: added new code to support thruSrv arg to SendMessage | |
| 766 and SendURL | |
| 767 | |
| 768 * util.h: added tcp_flag member to icq_ContactItem struct | |
| 769 | |
| 770 * udphandle.c: added code to HandleUserOnline to update tcp_flag | |
| 771 | |
| 772 1999-06-30 Bill Soudan <wes0472@rit.edu> | |
| 773 | |
| 774 implemented non-blocking connects, including checking for failed | |
| 775 connects. failed sends/other networking calls still to do. | |
| 776 | |
| 777 * icq.h: renamed ICQ_NOTIFY_CONNECTFAILED to ICQ_NOTIFY_FAILED | |
| 778 | |
| 779 * list.h, list.c: changed list_traverse to use va_list | |
| 780 | |
| 781 * tcpprocess.c: cleanups | |
| 782 | |
| 783 * tcp.c, tcplink.c, tcplink.h: implemented non-blocking connects | |
| 784 c | |
| 785 1999-05-03 Bill Soudan <wes0472@rit.edu> | |
| 786 | |
| 787 * tcplink.c: removed exit calls | |
| 788 | |
| 789 * callbacks.c, icq.h, tcp.c, tcp.h, tcppackets.c, tcppackets.h, | |
| 790 tcpprocess.c: initial file xfer support added- untested | |
| 791 | |
| 792 1999-04-29 Denis V. Dmitrienko <denis@null.net> | |
| 793 | |
| 794 * icqlib.h, udp.c, udp.h, udphandle.c: Unsuccessful attempt to | |
| 795 implement web presence (webaware) feature - doesn't seems to work | |
| 796 in ICQ v2. | |
| 797 | |
| 798 * list.c, tcp.c, tcplink.c, tcpprocess.c: Cleanups, warning | |
| 799 removed | |
| 800 | |
| 801 * Makefile.in, acinclude.m4, aclocal.m4, config.h.in, configure, | |
| 802 stamp-h.in, icqlib/Makefile.in: Removed automake/autoconf | |
| 803 generated tools from CVS - "make -f Makefile.cvs" to generate them | |
| 804 after checkout. | |
| 805 | |
| 806 1999-04-17 Bill Soudan <wes0472@rit.edu> | |
| 807 | |
| 808 reworked tcp system significantly- tcp links are now kept as a | |
| 809 seperate list instead of in icq_ContactItem. chat requests can now be | |
| 810 both sent and received successfully. | |
| 811 | |
| 812 * util.c, util.h, udphandle.c: removed *_link entries from | |
| 813 icq_ContactItem, including cleaup/init code | |
| 814 | |
| 815 * icqlib.c, icq.h: modified Send* functions to return DWORD | |
| 816 instead of WORD | |
| 817 | |
| 818 * tcp.c: _major_ restructuring. all tcp sockets (including | |
| 819 listening sockets) are kept in global linked list, icq_TCPLinks. | |
| 820 accept and listen functions moved to tcplink.c. changed return | |
| 821 values of Send* functions to DWORD. | |
| 822 | |
| 823 * tcp.h: changed return values of Send* functions to DWORD. | |
| 824 | |
| 825 * tcplink.c, tcplink.h: fixed bug in tcp_link_on_data_received, | |
| 826 multiple packets that come in on one recv call are now handled | |
| 827 correctly. added tcp_link_accept and tcp_link_listen. started | |
| 828 using mode and type structure entries. added icq_TCPLinks list | |
| 829 and find_tcp_link function. changed received_queue and send_queue | |
| 830 to lists. | |
| 831 | |
| 832 * tcppacket.c, tcppacket.h: added tcp_packet_node_delete function | |
| 833 and changed structure to include list_node for new list routines. | |
| 834 | |
| 835 * tcppackets.c, tcppackets.h: added new functions to create | |
| 836 chat packets. removed unnecessary code. added new function to | |
| 837 create URL ack packet. | |
| 838 | |
| 839 * tcpprocess.c: reworked code to use tcp_links instead of | |
| 840 icq_ContactItem entries. modified ProcessChatPacket to negotiate | |
| 841 both sending and receiving chat requests properly. | |
| 842 | |
| 843 * list.c, list.h: new list functions- replaces packetqueue | |
| 844 and handles new list of tcp_links | |
| 845 | |
| 846 * packetqueue.c, packetqueue.h: removed, list.c now used for | |
| 847 queues | |
| 848 | |
| 849 * Makefile.am: removed packetqueue.c, added list.c | |
| 850 | |
| 851 1999-04-14 Denis V. Dmitrienko <denis@null.net> | |
| 852 | |
| 853 * tcpprocess.c: icq_ContactItem parameter added to function | |
| 854 icq_TCPOnMessageReceived(). Segfault fixed on spoofed messages. | |
| 855 | |
| 856 * icqlib.c, proxy.c, packetqueue.c, icqlib.h, tcp.c, tcp.h, | |
| 857 tcplink.c, udp.c, udp.h, udphandle.c, util.c, util.h, tcppacket.c, | |
| 858 tcppackets.c, tcpprocess.c, tcppackets.h: Cleanups for "strict" | |
| 859 compiling (-ansi -pedantic) | |
| 860 | |
| 861 * icqlib.c, proxy.c, udp.c, udphandle.c, cyrillic.c: Switched from | |
| 862 icq_Log callback to icq_FmtLog function. | |
| 863 | |
| 864 * tcp.h: Some declarations added | |
| 865 | |
| 866 * tcp.c: Parameter port added to icq_TCPCreateListeningSocket() | |
| 867 function. | |
| 868 | |
| 869 * icq.h: Added icq_FmtLog() | |
| 870 | |
| 871 * configure: Added AC_CHECK_COMPILERS to allow --enable-debug and | |
| 872 --enable-strict configure options. | |
| 873 | |
| 874 1999-04-05 Bill Soudan <wes0472@rit.edu> | |
| 875 | |
| 876 icqlib will now create and listen on the chat socket when | |
| 877 necessary, and will perform negotiation for _receiving_ remote | |
| 878 chat requests only. | |
| 879 | |
| 880 * callbacks.c icq.h tcp.c tcp.h tcplink.c tcplink.h tcppacket.c | |
| 881 tcppackets.c tcppackets.h tcpprocess.c udphandle.c util.c | |
| 882 util.h: added initial chat support | |
| 883 | |
| 884 1999-04-05 Denis V. Dmitrienko <denis@null.net> | |
| 885 | |
| 886 * icqlib.c: Send messages and URLs to 'not in list' users fixed. | |
| 887 | |
| 888 1999-03-30 Bill Soudan <wes0472@rit.edu> | |
| 889 | |
| 890 tcp messages and urls completely functional! | |
| 891 unsuccessful connects not handled yet, however, plus connect | |
| 892 is currently blocking (yuck) | |
| 893 | |
| 894 * util.c: cleaned up old TCPLog function | |
| 895 * udphandle.c: added tcpflag handling to UserOnline | |
| 896 * icq.h: added icq_TCPSendURL and modified icq_UserOnline to | |
| 897 handle tcpflag | |
| 898 * icqlib.c: added tcp support to SendURL | |
| 899 * icqlib.h: modified LOGIN_X2_DEF to 0x04 instead of 0x06- we're | |
| 900 ready to accept tcp packets now! removed duplicate LOGIN_X* | |
| 901 definitions | |
| 902 * packetqueue.c tcp.c tcp.h tcplink.c tcppacket.c tcppackets.c | |
| 903 tcppackets.h tcpprocess.c: wrapped up many tcp details- code | |
| 904 now handles incoming and outgoing tcp messages and urls! | |
| 905 | |
| 906 1999-03-30 Vadim Zaliva <lorda@crocodile.org> | |
| 907 | |
| 908 * icqlib/util.c (icq_GetCountryName): function prototype now takes | |
| 909 'unsigned short' as country code. | |
| 910 Country codes list now prorerly sorted, thus no need to sort it | |
| 911 using qsort. | |
| 912 | |
| 913 1999-03-29 Vadim Zaliva <lord@crocodile.org> | |
| 914 | |
| 915 * icqlib/util.c (icq_ConvertStatus2Str): this function now accepts | |
| 916 ulong as sttatus argument, since we use unsigned long for status | |
| 917 everywhere. | |
| 918 (icq_TCPXlateStatus): This function now use unsigned long as | |
| 919 'udp_status' parameter type. | |
| 920 (icq_GetCountryName): Optimized country code search. | |
| 921 (icq_TCPXlateStatus): cleanup. | |
| 922 | |
| 923 * icqlib/icq.h: Change state constants to long. | |
| 924 | |
| 925 1999-03-27 Bill Soudan <wes0472@rit.edu> | |
| 926 | |
| 927 preliminary tcp support added and functional! | |
| 928 tcp messages will send to and from remote client when kicq | |
| 929 initiates the connection- remote clients will not try a tcp | |
| 930 connection to kicq yet | |
| 931 | |
| 932 * icq.h: added extern TCP function prototypes | |
| 933 * icqlib.c: added TCP support to icq_SendMessage | |
| 934 * packetqueue.c: cleaned up, fixed bugs, finished packet_queue_dump | |
| 935 * tcp.c: added icq_TCPSendMessage and socket close/process logic | |
| 936 * tcplink.c: fixed tcp_link_connect so it really connects to | |
| 937 remote client instead of always to my local test computer O:) | |
| 938 * tcppacket.c: added code to handle null string in | |
| 939 tcp_packet_append_string | |
| 940 * tcppackets.c,h: CreateStdPacket actually puts IP and port info | |
| 941 in now, added CreateStdAck and CreateMessageAck | |
| 942 * udphandle.c: fixed bug in HandleUserOnline (remote_ip and | |
| 943 remote_real_ip were not evaluating correctly), added hack | |
| 944 so I can test using local network, fixed function names | |
| 945 so icqlib compiles | |
| 946 * tcpprocess.c: added code to handle received messages, | |
| 947 finished process ack function | |
| 948 * util.c: removed static from Country_Codes so regwin.cpp | |
| 949 from kicq can use it | |
| 950 | |
| 951 1999-03-26 Bill Soudan <wes0472@rit.edu> | |
| 952 | |
| 953 * tcp.c, tcp.h: finished select logic | |
| 954 * tcplink.c: fixed C++ comments, cleaned up | |
| 955 * tcpprocess.c: added icq_TCPProcessHello | |
| 956 * packetqueue.c: moved packet_queue_find_queue from tcp.c | |
| 957 * util.c: rewrote icq_TCPLog | |
| 958 | |
| 959 1999-03-25 Bill Soudan <wes0472@rit.edu> | |
| 960 | |
| 961 * tcplink.c, tcplink.h: added | |
| 962 * Makefile.am: added tcplink.c | |
| 963 * icqlib.c: added #include "util.h" | |
| 964 * tcp.c, tcp.h: moved many functions into tcplink.c | |
| 965 * tcpprocess.c: changed types to standard | |
| 966 * udphandle.c: modified HandleUserOnline & Offline for new message_link | |
| 967 * util.c: ContItem functions modified for message_link | |
| 968 * util.h: message_link added to ContactItem struct, moved types to | |
| 969 seperate file | |
| 970 * icqtypes.h: added | |
| 971 * tcppacket.h: cleaned up | |
| 972 | |
| 973 1999-03-24 Denis V. Dmitrienko <denis@null.net> | |
| 974 | |
| 975 * Makefile.am, Makefile.in, callbacks.c, cyrillic.c, icq.h, | |
| 976 icqlib.c, icqlib.h, packetqueue.c, packetqueue.h, proxy.c, | |
| 977 proxy.h, tcp.c, tcp.h, tcppacket.c, tcppacket.h, tcppackets.c, | |
| 978 tcppackets.h, tcpprocess.c, udp.c, udp.h, udphandle.c, util.c, | |
| 979 util.h: | |
| 980 Underscored files with TCP stuff renamed. | |
| 981 TCP stuff cleaned up | |
| 982 Function names changed to corresponding names. | |
| 983 icqlib.c splitted to many small files by subject. | |
| 984 C++ comments changed to ANSI C comments. | |
| 985 | |
| 986 * Makefile.cvs, Makefile.in, acconfig.h, acinclude.m4, | |
| 987 acinclude.m4.in, aclocal.m4, config.guess, config.h.in, | |
| 988 config.sub, configure, configure.in, install-sh, libtool.m4.in, | |
| 989 ltconfig, ltmain.sh, mkinstalldirs, stamp-h.in: Updated | |
| 990 autoconf/automake/libtool configuration tools | |
| 991 | |
| 992 1999-03-22 Bill Soudan <wes0472@rit.edu> | |
| 993 | |
| 994 * Makefile.am: added new files | |
| 995 | |
| 996 * icqlib.h, icqlib.c: added additional struct entries in | |
| 997 icq_ContactItem for tcp code, added code in | |
| 998 icq_HandleUserOnline and icq_HandleUserOffline for setup/cleanup | |
| 999 | |
| 1000 * added many files for tcp implementation: | |
| 1001 icq_tcp.c icq_tcp.h icq_tcp_packets.c icq_tcp_packets.h | |
| 1002 icq_tcp_process.c packet_queue.c packet_queue.h | |
| 1003 tcp_packet.c tcp_packet.h util.c | |
| 1004 | |
| 1005 1999-03-05 Denis V. Dmitrienko <denis@null.net> | |
| 1006 | |
| 1007 * icqlib.h, icqlib.c, icq.h: Some cosmetic changes... | |
| 1008 | |
| 1009 Version 0.1.3 (08 Dec 1998) | |
| 1010 SOCKS5 proxy support. | |
| 1011 icq_RecvMessage now returns sending message time not receiving. | |
| 1012 Visible list support changed. | |
| 1013 Handle icq99a statuses. | |
| 1014 | |
| 1015 Version 0.1.2 (05 Oct 1998) | |
| 1016 Search by UIN added. | |
| 1017 SunOS port (Thanks to Joe Avila <joe@avilate.com>). | |
| 1018 | |
| 1019 Version 0.1.1 (21 Sep 1998) | |
| 1020 Renamed from libicq to icqlib - there is another libicq on the net. | |
| 1021 Little changes to allow UI call select() itself. | |
| 1022 | |
| 1023 Version 0.1.0 (18 Sep 1998) | |
| 1024 Initial public version. |
