# # ChangeLog for irc_user.c # # Generated by Trac 1.2.3 # 2024-03-28T09:19:23Z Sun, 04 Jul 2010 20:40:15 GMT Wilmer van der Gaast [006a84f] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) * irc_send.c (modified) * irc_user.c (modified) Kick the user instead of parting him/her when cleaning up a channel. ... Sat, 03 Jul 2010 21:16:41 GMT Wilmer van der Gaast [0bd948e] * irc.c (modified) * irc.h (modified) * irc_im.c (modified) * irc_user.c (modified) Show a user going offline as a QUIT, not as one or more PARTs, like ... Sat, 03 Jul 2010 20:38:53 GMT Wilmer van der Gaast [917a83e] * irc_user.c (modified) Use irc_send_msg instead of irc_send_msg_raw() to echo messages to ... Sat, 26 Jun 2010 21:26:41 GMT Wilmer van der Gaast [92c8d41] * irc.h (modified) * irc_channel.c (modified) * irc_commands.c (modified) * irc_im.c (modified) * irc_user.c (modified) Remember in which channel the user talked to someone and show ... Tue, 08 Jun 2010 22:44:16 GMT Wilmer van der Gaast [d7db346] * irc_channel.c (modified) * irc_user.c (modified) * protocols/bee_user.c (modified) * root_commands.c (modified) Some cleanup improvements. Mon, 07 Jun 2010 18:40:08 GMT Wilmer van der Gaast [619dd18] * irc.h (modified) * irc_im.c (modified) * irc_user.c (modified) Paste buffer functionality is back, now for users *and* rooms. Sun, 06 Jun 2010 01:11:13 GMT Wilmer van der Gaast [1f0224c] * irc.h (modified) * irc_send.c (modified) * irc_user.c (modified) Send one /QUIT instead of one or more /PARTs for a user that is being ... Sun, 06 Jun 2010 00:33:33 GMT Wilmer van der Gaast [18da20b] * irc.h (modified) * irc_channel.c (modified) * irc_commands.c (modified) * irc_im.c (modified) * irc_send.c (modified) * irc_user.c (modified) Added /part msgs, and the ability to silently remove users from ... Wed, 14 Apr 2010 22:45:09 GMT Wilmer van der Gaast [4c3519a] * irc_user.c (modified) * root_commands.c (modified) Restored blist command. Wed, 14 Apr 2010 13:35:41 GMT Wilmer van der Gaast [003a12b] * irc.h (modified) * irc_commands.c (modified) * irc_im.c (modified) * irc_user.c (modified) Restored all remaining IRC commands that make some sense to have at ... 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 ...