# # ChangeLog for lib/misc.c # # Generated by Trac 1.2.3 # 2024-03-28T12:12:13Z Sat, 28 Jun 2008 17:32:41 GMT Jelmer Vernooij [178e2f8] * bitlbee.h (modified) * debian/bitlbee.init (modified) * debian/changelog (modified) * debian/control (modified) * debian/copyright (modified) * debian/rules (modified) * doc/CHANGES (modified) * ipc.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) * nick.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * storage_xml.c (modified) * tests/Makefile (modified) * tests/check.c (modified) * tests/check_jabber_sasl.c (modified) * tests/check_jabber_util.c (added) Merge trunk. Sun, 22 Jun 2008 09:32:46 GMT Wilmer van der Gaast [424e663] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Partial fix for #419: Moved normalize() and some other stuff to OSCAR ... Tue, 10 Jun 2008 03:09:49 GMT Jelmer Vernooij [7f49a86] * lib/misc.c (modified) * unix.c (modified) Move random_bytes() back to lib/ Wed, 02 Apr 2008 15:03:02 GMT Jelmer Vernooij [5be87b2] * lib/misc.c (modified) * unix.c (modified) Move unix-specific random_bytes() implementation to unix.c. Sun, 16 Mar 2008 16:03:52 GMT Wilmer van der Gaast [4e8db1c] * lib/misc.c (modified) * lib/misc.h (modified) * storage_xml.c (modified) Moved password hash verification to md5_verify_password() so this can ... Thu, 24 Jan 2008 22:22:46 GMT Wilmer van der Gaast [613cc55] * lib/misc.c (modified) * protocols/oscar/oscar.c (modified) Fixed two valgrind warnings (partially uninitialized "struct tm" vars.) Sat, 12 Jan 2008 00:24:46 GMT Wilmer van der Gaast [e64de00] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/oscar/oscar.c (modified) Killed info_string_append() and now showing the IP address of ICQ ... Wed, 12 Dec 2007 21:36:33 GMT Wilmer van der Gaast [d52111a] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/io.c (modified) Fixed sockerr_again() usage in Jabber module to (hopefully) fix a ... Mon, 05 Nov 2007 22:59:49 GMT Wilmer van der Gaast [2231302] * bitlbee.c (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * crypting.h (modified) * help.h (modified) * irc.c (modified) * lib/misc.c (modified) * lib/proxy.c (modified) * protocols/nogaim.c (modified) * storage.h (modified) Merging from Jelmer. Thu, 18 Oct 2007 16:44:25 GMT Jelmer Vernooij [e9b755e] * bitlbee.c (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * irc.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) Use standard functions for dealing with both IPv6 and IPv4. Fri, 12 Oct 2007 00:06:50 GMT Wilmer van der Gaast [d444c09] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/nogaim.c (modified) * tests/check_util.c (modified) Added word_wrap() function to misc.c and using it at the right places ... Sat, 07 Oct 2006 17:46:28 GMT Wilmer van der Gaast [36e9f62] * configure (modified) * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/presence.c (modified) Added SRV lookups to automatically find out the correct server for a ... Sun, 17 Sep 2006 15:56:16 GMT Wilmer van der Gaast [51fdc45] * lib/misc.c (modified) add_cr() is not used anymore, and HTML entity handling got UTFized ... Sat, 01 Jul 2006 15:52:05 GMT Wilmer van der Gaast [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 [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 14:07:01 GMT Wilmer van der Gaast [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 [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 ...