comparison 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
comparison
equal deleted inserted replaced
1431:0137bacd63c8 1432:4c510ca3563f
1 2001-01-27 Bill Soudan <soudan@kde.org>
2
3 * icqlib/socketmanager.c, icqlib/socketmanager.h,
4 icqlib/tcplink.c: fix bugs related to TCP and new socket manager:
5 implemented accepting TCP sockets, fixed crashes when sending
6 TCP messages.
7
8 2001-01-24 Bill Soudan <soudan@kde.org>
9
10 * icqlib/stdpackets.c, icqlib/stdpackets.h, icqlib/tcphandle.c,
11 icqlib/icq.h.in: applied patch from Robin Ericsson
12 (lobbin@localhost.nu) which implements receiving contact lists.
13 See new icq_RecvContactList callback.
14
15 2001-01-20 Bill Soudan <soudan@kde.org>
16
17 * icqlib/chatsession.c, icqlib/icq.h.in: added documentation
18
19 * icqlib/icqbyteorder.h: applied patch from Eric Warmenhoven
20 to fix byte order on HP/UX.
21
22 * icqlib/tcplink.h: applied patch from Eric Warmenhoven to
23 fix compilation on FreeBSD.
24
25 2001-01-16 Bill Soudan <soudan@kde.org>
26
27 Phase 2 of my interface cleanups. See CHANGES_SINCE_1.0 for
28 more details. icqlib developers be sure to look at
29 socketmanager.c - all future socket create/delete/handling needs
30 to go through this code so the new icq_SocketNotify callback
31 works properly.
32
33 * icqlib/socketmanager.c, icqlib/socketmanager.h,
34 icqlib/Makefile.am: added socketmanager.c & socketmanager.h
35
36 * icqlib/contacts.h, icqlib/list.h, icqlib/proxy.c: cleanup
37
38 * icqlib/chatsession.c, icqlib/chatsession.h, icqlib/filesession.c,
39 icqlib/icq.h.in, icqlib/icqevent.c, icqlib/icqevent.h,
40 icqlib/icqlib.c, icqlib/icqlib.h, icqlib/tcp.c,
41 icqlib/tcpchathandle.c, icqlib/tcpfilehandle.c,
42 icqlib/tcphandle.c, icqlib/tcplink.c, icqlib/tcplink.h:
43 Rework chat and file interfaces; implement socket notifications.
44
45 * VERSION: bumped to 1.1.5
46
47 2001-01-16 Denis V. Dmitrienko <denis@null.net>
48
49 * icqlib/contacts.c, icqlib/contacts.h, icqlib/icq.h.in, icqlib/udp.c:
50 Invisible list has been finished.
51
52 2001-01-15 Denis V. Dmitrienko <denis@null.net>
53
54 * icqlib/tcplink.c:
55 Applied patch from Ilya Melamed <ilya@ort.org.il> which fixes random
56 icq_TCPLinkAccept() fails.
57
58 * icqlib/udphandle.c:
59 Applied patch from Andrey Chernomyrdin <andrey@excom.spb.su> to
60 handle icq2000 specific "You've been added" packet.
61
62 * icqlib/icq.h.in:
63 Prototype for icq_SendInvisibleList() has been added.
64
65 * .cvsignore, icqlib.spec.in:
66 Applied patch from Ryan Weaver <ryanw@infohwy.com> for .spec file
67 generation.
68
69 * configure.in, Makefile.am, Makefile.cvs, admin/acinclude.m4.in,
70 admin/config.guess, admin/config.sub, admin/icqlib.m4.in,
71 admin/install-sh, admin/libtool.m4.in, admin/ltconfig,
72 admin/ltmain.sh, admin/missing, admin/mkinstalldirs,
73 acinclude.m4.in, am_edit, config.guess, config.sub, icqlib.m4.in,
74 install-sh, libtool.m4.in, ltconfig, ltmain.sh, missing,
75 mkinstalldirs:
76 autoconf/automake files have been moved to admin directory.
77
78 * TODO, icqlib/icqlib.c: Cleanup.
1 79
2 2000-12-19 Bill Soudan <wes0472@rit.edu> 80 2000-12-19 Bill Soudan <wes0472@rit.edu>
3 81
4 * icqlib/chatsession.c, icqlib/contacts.c, icqlib/eventhandle.c, 82 * icqlib/chatsession.c, icqlib/contacts.c, icqlib/eventhandle.c,
5 icqlib/filesession.c, icqlib/icq.h.in, icqlib/icqlib.c, 83 icqlib/filesession.c, icqlib/icq.h.in, icqlib/icqlib.c,