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