# # ChangeLog for lib/ini.c # # Generated by Trac 1.2.3 # 2024-03-29T09:43:43Z Mon, 20 Jul 2009 13:42:11 GMT Wilmer van der Gaast [0182773] * lib/ini.c (modified) Fixed fd leak in ini.c. How could I miss this one.. :-( Thu, 25 Dec 2008 11:05:11 GMT Wilmer van der Gaast [489f996] * conf.c (modified) * lib/ini.c (modified) Simplified ini parser code a bit more. Not using strtok() after all ... Wed, 24 Dec 2008 09:00:42 GMT Wilmer van der Gaast [72b6783e] * lib/ini.c (modified) * lib/ini.h (modified) First version of new ini parser. Will just attempt to simplify code a ... Sun, 25 Jun 2006 12:15:42 GMT Wilmer van der Gaast [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 ...