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