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