#
# ChangeLog for lib
#
# Generated by Trac 1.2.3
# 2025-04-28T18:19:59Z

Wed, 06 Dec 2006 12:15:09 GMT Jelmer Vernooij <jelmer@…> [2c7df62]
	* lib/Makefile (modified)
	* tests/Makefile (modified)
	* tests/check_nick.c (modified)
	* tests/check_util.c (modified)

	Fix testsuite.


Wed, 20 Sep 2006 09:34:02 GMT Wilmer van der Gaast <wilmer@…> [9544acb]
	* lib/rc4.c (modified)

	Using LGPL for generic parts, where possible.


Sun, 17 Sep 2006 15:56:16 GMT Wilmer van der Gaast <wilmer@…> [51fdc45]
	* lib/misc.c (modified)

	add_cr() is not used anymore, and HTML entity handling got UTFized ...


Mon, 14 Aug 2006 19:32:43 GMT Wilmer van der Gaast <wilmer@…> [d1f8759]
	* lib/rc4.c (modified)

	Just a little typo in rc4.c


Wed, 19 Jul 2006 16:52:38 GMT Wilmer van der Gaast <wilmer@…> [0aaca60]
	* doc/user-guide/commands.xml (modified)
	* irc.c (modified)
	* lib/events.h (modified)
	* lib/http_client.h (modified)
	* lib/rc4.h (modified)
	* lib/ssl_client.h (modified)

	Added some (more) comments to .h files in lib/ and some minor ...


Sat, 15 Jul 2006 17:26:13 GMT Wilmer van der Gaast <wilmer@…> [04026d4]
	* account.c (modified)
	* irc.c (modified)
	* lib/events_glib.c (modified)
	* lib/events_libevent.c (modified)

	Fixed a broken call to set_get() (CRASH), shut up a compiler warning ...


Sat, 01 Jul 2006 15:52:05 GMT Wilmer van der Gaast <wilmer@…> [5100caa]
	* account.c (modified)
	* account.h (modified)
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* lib/rc4.c (modified)
	* root_commands.c (modified)
	* set.c (modified)
	* set.h (modified)
	* storage_xml.c (modified)

	Added "account set" command.


Wed, 28 Jun 2006 14:47:05 GMT Wilmer van der Gaast <wilmer@…> [1719464]
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* lib/rc4.c (modified)
	* set.c (modified)
	* set.h (modified)
	* storage_xml.c (modified)

	Added random_bytes() function for better/more reliable randomization ...


Sun, 25 Jun 2006 19:43:14 GMT Wilmer van der Gaast <wilmer@…> [fd03770]
	* .bzrignore (modified)
	* Makefile (modified)
	* configure (modified)
	* lib/proxy.c (modified)
	* nick.c (modified)
	* protocols/msn/msn.c (modified)
	* protocols/nogaim.c (modified)
	* tests/Makefile (added)
	* tests/check.c (added)
	* tests/check_nick.c (added)
	* tests/check_util.c (added)
	* user.c (modified)

	Merging from devel/Jelmer.


Sun, 25 Jun 2006 17:23:27 GMT Wilmer van der Gaast <wilmer@…> [88086db]
	* irc.c (modified)
	* lib/rc4.c (modified)
	* storage_xml.c (modified)

	Added versioning information to the XML-file (convenient for later ...


Sun, 25 Jun 2006 14:07:01 GMT Wilmer van der Gaast <wilmer@…> [7ed3199]
	* lib/Makefile (modified)
	* lib/base64.c (added)
	* lib/base64.h (added)
	* lib/misc.c (modified)
	* lib/misc.h (modified)
	* lib/proxy.c (modified)
	* lib/rc4.c (modified)
	* lib/rc4.h (modified)
	* protocols/yahoo/libyahoo2.c (modified)

	Moved Base64-related functions to a separate file and added decode ...


Sun, 25 Jun 2006 12:15:42 GMT Wilmer van der Gaast <wilmer@…> [df1694b]
	* Makefile (modified)
	* bitlbee.h (modified)
	* conf.c (modified)
	* configure (modified)
	* irc_commands.c (modified)
	* lib/Makefile (added)
	* lib/events.h (moved)
	* lib/events_glib.c (moved)
	* lib/events_libevent.c (moved)
	* lib/http_client.c (moved)
	* lib/http_client.h (moved)
	* lib/ini.c (moved)
	* lib/ini.h (moved)
	* lib/md5.c (moved)
	* lib/md5.h (moved)
	* lib/misc.c (moved)
	* lib/misc.h (moved)
	* lib/proxy.c (moved)
	* lib/proxy.h (moved)
	* lib/rc4.c (added)
	* lib/rc4.h (added)
	* lib/sha.c (moved)
	* lib/sha.h (moved)
	* lib/ssl_bogus.c (moved)
	* lib/ssl_client.h (moved)
	* lib/ssl_gnutls.c (moved)
	* lib/ssl_nss.c (moved)
	* lib/ssl_openssl.c (moved)
	* lib/url.c (moved)
	* lib/url.h (moved)
	* protocols/Makefile (modified)

	Moving all generic files to lib/ instead of having some in / and some ...