# # ChangeLog for irc_user.c # # Generated by Trac 1.2.3 # 2024-03-29T08:40:05Z Tue, 13 Apr 2010 00:04:55 GMT Wilmer van der Gaast [7b59872] * irc.h (modified) * irc_send.c (modified) * irc_user.c (modified) Support for simple VERSION/PING CTCPs to root. Mon, 12 Apr 2010 00:06:49 GMT Wilmer van der Gaast [24b8bbb] * irc.h (modified) * irc_commands.c (modified) * irc_user.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) * root_commands.c (modified) Start handling CTCPs, in a saner way than before. Sun, 11 Apr 2010 22:49:32 GMT Wilmer van der Gaast [eabc9d2] * irc.c (modified) * irc.h (modified) * irc_im.c (modified) * irc_user.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.c (modified) * root_commands.c (modified) Fixed cleanup issues when turning off an account. Also fixed syntax ... Mon, 05 Apr 2010 01:00:02 GMT Wilmer van der Gaast [57c96f7] * irc.h (modified) * irc_channel.c (modified) * irc_user.c (modified) * root_commands.c (modified) Restored the rename command. Mon, 05 Apr 2010 00:39:04 GMT Wilmer van der Gaast [0b5cc72] * irc.h (modified) * irc_channel.c (modified) * irc_send.c (modified) * irc_user.c (modified) Send nickname change notifications when necessary. Fri, 02 Apr 2010 02:29:45 GMT Wilmer van der Gaast [fb117aee] * bitlbee.h (modified) * irc.c (modified) * irc_channel.c (modified) * irc_commands.c (modified) * irc_user.c (modified) * protocols/account.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.c (modified) Cleaned lots of compiler warnings so I can get some signal again. Sun, 28 Mar 2010 03:03:57 GMT Wilmer van der Gaast [38ee021] * irc_user.c (modified) Remove deleted user from channels too! Sun, 28 Mar 2010 02:44:19 GMT Wilmer van der Gaast [6761a40] * irc.h (modified) * irc_send.c (modified) * irc_user.c (modified) Restored multi-line message support. Sat, 27 Mar 2010 18:05:38 GMT Wilmer van der Gaast [74f1cde] * irc.c (modified) * irc.h (modified) * irc_channel.c (modified) * irc_send.c (modified) * irc_user.c (modified) irc_usermsg() works a little bit again. Have to figure out how and ... Sat, 27 Mar 2010 17:36:47 GMT Wilmer van der Gaast [280c56a] * Makefile (modified) * irc.c (modified) * irc.h (modified) * irc_channel.c (modified) * irc_commands.c (modified) * irc_send.c (modified) * irc_user.c (modified) * nick.c (modified) * root_commands.c (modified) Added privmsg handlers to users/channels. root commands are coming back. Sat, 27 Mar 2010 03:39:23 GMT Wilmer van der Gaast [b95932e] * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * irc_send.c (modified) * irc_user.c (modified) Added WHOIS command. Sat, 27 Mar 2010 01:57:00 GMT Wilmer van der Gaast [ebaebfe] * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * irc_send.c (added) * irc_user.c (added) * protocols/bee.c (added) * protocols/bee.h (added) * protocols/bee.o (added) PING and QUIT work now, and adding some files that weren't checked in ...