# # ChangeLog for irc.c # # Generated by Trac 1.2.3 # 2024-05-18T05:55:51Z Tue, 31 Oct 2006 08:35:36 GMT Wilmer van der Gaast [bbb6ffb] * irc.c (modified) Disabling little optimization in irc.c because it can't be done ... Thu, 24 Aug 2006 22:06:52 GMT Wilmer van der Gaast [0383943] * irc.c (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) Added message on successful creation of accounts and fixed "set ... Sun, 13 Aug 2006 19:15:23 GMT Wilmer van der Gaast [d5ccd83] * irc.c (modified) * protocols/nogaim.c (modified) * protocols/oscar/oscar.c (modified) * protocols/oscar/rxhandlers.c (modified) * root_commands.c (modified) * set.h (modified) * user.c (modified) Extra comments in set.h and now properly using set_getbool() instead ... Wed, 19 Jul 2006 16:52:38 GMT Wilmer van der Gaast [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 [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 ... Fri, 14 Jul 2006 09:34:56 GMT Wilmer van der Gaast [eda0270] * bitlbee.c (modified) * irc.c (modified) * protocols/msn/msn.c (modified) * sock.h (modified) Merging from main. Tue, 11 Jul 2006 09:28:44 GMT Wilmer van der Gaast [b0a33a5] * bitlbee.c (modified) * irc.c (modified) * sock.h (modified) Better handling of situations where IPv6 is not available at run- time. Sun, 09 Jul 2006 10:54:45 GMT Wilmer van der Gaast [a93e3c8] * irc.c (modified) Fixed irc_names() (forgot to add @s for user/root in the new version). Mon, 03 Jul 2006 21:22:45 GMT Wilmer van der Gaast [5b52a48] * account.c (modified) * account.h (modified) * bitlbee.h (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * nick.c (modified) * nick.h (modified) * protocols/jabber/jabber.c (modified) * protocols/msn/msn.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) * root_commands.c (modified) * storage_text.c (modified) * storage_xml.c (modified) * user.c (modified) Implemented per-account nick lists instead of per-protocol nick ... Sat, 01 Jul 2006 19:17:42 GMT Wilmer van der Gaast [fef6116] * account.c (modified) * irc.c (modified) * set.h (modified) Fixed check in set_eval_account() and merging from main (better NAMES ... Fri, 30 Jun 2006 23:18:56 GMT Wilmer van der Gaast [0a3c243] * account.c (modified) * irc.c (modified) * irc_commands.c (modified) * protocols/jabber/jabber.c (modified) * protocols/msn/msn.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) * root_commands.c (modified) * user.c (modified) Got rid of struct aim_user (now using account_t everywhere). Needs ... Fri, 30 Jun 2006 09:17:18 GMT Wilmer van der Gaast [5c9512f] * conf.c (modified) * irc.c (modified) * irc_commands.c (modified) * nick.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * query.c (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) * storage_xml.c (modified) * user.c (modified) Made set.c API more generic so it's not specific to irc_t structures ... Mon, 26 Jun 2006 21:50:12 GMT Wilmer van der Gaast [3f9440d] * irc.c (modified) /NAMES replies are more efficient now. Mon, 26 Jun 2006 15:06:08 GMT Wilmer van der Gaast [471573f] * irc.c (modified) * irc_commands.c (modified) Merging from devel (IRC protocol compliance stuff).