#
# ChangeLog for lib/Makefile
#
# Generated by Trac 1.2.3
# 2025-03-09T23:29:20Z

Sat, 16 Feb 2008 22:07:14 GMT Wilmer van der Gaast <wilmer@…> [add23a2]
	* lib/Makefile (modified)
	* lib/xmltree.c (moved)
	* lib/xmltree.h (moved)
	* protocols/jabber/Makefile (modified)

	Moved xmltree to lib/ because I want to use it from more than just ...


Sat, 16 Feb 2008 15:45:12 GMT Jelmer Vernooij <jelmer@…> [fc5cf88]
	* Makefile (modified)
	* lib/Makefile (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/msn/Makefile (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/yahoo/Makefile (modified)

	Fix lcov dependencies.


Fri, 23 Nov 2007 23:07:44 GMT Wilmer van der Gaast <wilmer@…> [77bfd07]
	* lib/Makefile (modified)
	* lib/sha.c (deleted)
	* lib/sha.h (deleted)
	* lib/sha1.c (added)
	* lib/sha1.h (added)
	* protocols/jabber/iq.c (modified)
	* protocols/nogaim.h (modified)
	* protocols/yahoo/libyahoo2.c (modified)

	Replaced GPL-incompatible SHA1 hashing code (and renamed the files in ...


Sun, 07 Oct 2007 20:42:37 GMT Wilmer van der Gaast <wilmer@…> [a7b5925]
	* lib/Makefile (modified)
	* lib/arc.c (moved)
	* lib/arc.h (moved)
	* storage_xml.c (modified)

	Renaming RC4 to ArcFour (possible trademark issues).


Mon, 22 Jan 2007 09:42:55 GMT Jelmer Vernooij <jelmer@…> [348c11b]
	* Makefile (modified)
	* lib/Makefile (modified)
	* protocols/Makefile (modified)
	* protocols/jabber/Makefile (modified)
	* protocols/msn/Makefile (modified)
	* protocols/oscar/Makefile (modified)
	* protocols/yahoo/Makefile (modified)

	Add lcov target


Wed, 06 Dec 2006 14:16:56 GMT Jelmer Vernooij <jelmer@…> [a51be64]
	* lib/Makefile (modified)
	* protocols/jabber/Makefile (modified)

	Fix gcov.


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.


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 ...