Share

icqlib

File Release Notes and Changelog

Release Name: 0.1.3

Notes:
icqlib v0.1.3 (formerly libicq)
Denis V. Dmitrienko <denis@null.net>
Nikita I. Makeev <whale@nichego.net>

Based on micq code by Matthew Smith <meadhros@yahoo.com>

DOWNLOAD
--------
Home page:
      http://www.cn.ua/~denis/kde/icqlib.html
Direct download:
      http://www.cn.ua/~denis/kde/icqlib-0.1.3.tar.gz
      ftp://ftp.kde.org/pub/kde/unstable/apps/network/icqlib-0.1.3.tar.gz

INSTALL
-------
This is very basic:
      ./configure
      make
      su -c "make install"

Check /etc/ld.so.conf for /usr/local/lib line and than
      su -c ldconfig

Or set LD_LIBRARY_PATH environment variable:
      export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

If you want to install in other place:
      ./configure --prefix=/place/to/install/icqlib
      make
      make install

You should have permissions to write in /place/to/install/icqlib or should
install it from root:
      su -c "make install"

Modify /etc/ld.so.conf or set LD_LIBRARY_PATH environment variable like
described above for /place/to/install/icqlib/lib line.

For more details read INSTALL file.

THANKS
------
To
- Matthew Smith, Magnus Ihse, Jeremy Wise, Henrik Isaksson and other
  people from ICQDev <icq-devel@lists.realminfo.com> and
  micq <micq@phantom.iquest.net> mailing lists for their contribution
  in icq protocol research
- K Desktop Environment authors
- icqlib and kicq users

And finaly
- Linus Torvalds, Alan Cox and other Linux programers for great OS

--
Enjoy!
icqlib development team.


Changes: Version 0.1.3 (08 Dec 1998) SOCKS5 proxy support. icq_RecvMessage now returns sending message time not receiving. Visible list support changed. Handle icq99a statuses. Version 0.1.2 (05 Oct 1998) Search by UIN added. SunOS port (Thanks to Joe Avila <joe@avilate.com>). Version 0.1.1 (21 Sep 1998) Renamed from libicq to icqlib - there is another libicq on the net. Little changes to allow UI call select() itself. Version 0.1.0 (18 Sep 1998) Initial public version.