# # ChangeLog for irc_im.c # # Generated by Trac 1.2.3 # 2024-03-28T14:37:59Z Thu, 29 Jul 2010 17:08:16 GMT Wilmer van der Gaast [2fe5eb9] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) Clean up references from irc_user structs to channels that are being ... Sun, 25 Jul 2010 09:11:48 GMT Wilmer van der Gaast [51a3d12] * irc_im.c (modified) * irc_send.c (modified) Allow change nicknames when moving contacts between groups. Also ... Sat, 24 Jul 2010 15:58:27 GMT Wilmer van der Gaast [e135cd09] * irc_channel.c (modified) * irc_im.c (modified) * protocols/account.c (modified) * storage_xml.c (modified) Use the account tag in a few places and store it in the XML file as ... Sat, 24 Jul 2010 14:06:22 GMT Wilmer van der Gaast [03f3828] * irc_im.c (modified) * protocols/jabber/jabber.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Adding protocol-specific chatroom settings. First one to use this: ... Sun, 18 Jul 2010 22:12:19 GMT Wilmer van der Gaast [94d5da9c] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) One of the last few things I wanted to get done in this branch: ... Tue, 13 Jul 2010 22:50:06 GMT Wilmer van der Gaast [b1af3e8] * irc_commands.c (modified) * irc_im.c (modified) Fixed cleaning up of channels. Something broke when changing the ... Mon, 12 Jul 2010 23:22:53 GMT Wilmer van der Gaast [badd148] * irc_im.c (modified) * nick.c (modified) * protocols/account.c (modified) * unix.c (modified) Reformat nicks whenever fullname/nick/group changes (but at least for ... Sun, 11 Jul 2010 12:21:59 GMT Wilmer van der Gaast [b1f818b] * irc_im.c (modified) * nick.c (modified) * nick.h (modified) * root_commands.c (modified) * storage_xml.c (modified) Use bee_user structs in all nick_* functions. Prepare for a ... Mon, 05 Jul 2010 12:01:28 GMT Wilmer van der Gaast [69b896b] * bitlbee.c (modified) * doc/user-guide/commands.xml (modified) * irc_im.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.c (modified) When addressing people in a chatroom, try to translate the nickname ... 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. ... Sun, 04 Jul 2010 13:36:08 GMT Wilmer van der Gaast [5c7b45c] * irc_im.c (modified) * protocols/bee.h (modified) * protocols/nogaim.c (modified) Auto joins for chatrooms. 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 17:57:31 GMT Wilmer van der Gaast [bc4b469] * irc_im.c (modified) Initialize the show variable in channel_update. This shouldn't have ... Wed, 30 Jun 2010 23:46:55 GMT Wilmer van der Gaast [52a2521] * irc_im.c (modified) When receiving a channel name hint, and a channel with that name ... Wed, 30 Jun 2010 23:15:44 GMT Wilmer van der Gaast [9052bc1] * irc_channel.c (modified) * irc_im.c (modified) Flush channels when the user leaves them. Also, don't update a ... Tue, 29 Jun 2010 23:44:17 GMT Wilmer van der Gaast [7a6ba50] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) * storage_xml.c (modified) Also allow selecting contacts for a channel by protocol instead of ... Mon, 28 Jun 2010 00:07:46 GMT Wilmer van der Gaast [1c40aa7] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) * storage_xml.c (modified) Mark nameless groupchat channels as temporary so they don't stick ... Sun, 27 Jun 2010 16:04:28 GMT Wilmer van der Gaast [134a02c] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) * root_commands.c (modified) irc_channel_name_strip() instead of nick_strip(). 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 ... Fri, 11 Jun 2010 15:12:27 GMT Wilmer van der Gaast [1c8e5f7] * doc/user-guide/commands.xml (modified) * irc.c (modified) * irc.h (modified) * irc_im.c (modified) Added away_reply_timeout setting so BitlBee will suppress away ... Mon, 07 Jun 2010 21:09:33 GMT Wilmer van der Gaast [6ef9065] * irc_im.c (modified) * protocols/bee.h (modified) * protocols/nogaim.c (modified) Restored nick_hint/nick_source functionality. 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. Mon, 07 Jun 2010 15:21:21 GMT Wilmer van der Gaast [0e8b3e8] * irc.c (modified) * irc_im.c (modified) * protocols/nogaim.c (modified) Changing away_devoice will change current voice statuses in all channels. 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 ... Sat, 05 Jun 2010 22:32:36 GMT Wilmer van der Gaast [5a75d15] * irc.h (modified) * irc_channel.c (modified) * irc_commands.c (modified) * irc_im.c (modified) * root_commands.c (modified) Chatroom improvements. Merged chatroom stub into normal chatroom ... Sat, 05 Jun 2010 00:35:17 GMT Wilmer van der Gaast [7e83e8e4] * irc_im.c (modified) * protocols/bee.h (modified) * protocols/nogaim.c (modified) Inform the UI about group changes. This is important if the user has ... Thu, 03 Jun 2010 22:17:11 GMT Wilmer van der Gaast [4469e7e] * irc_commands.c (modified) * irc_im.c (modified) Support for the /topic command. Thu, 03 Jun 2010 00:20:53 GMT Wilmer van der Gaast [ad404ab] * irc_im.c (modified) * protocols/bee.h (modified) * protocols/bee_chat.c (modified) * protocols/bee_user.c (modified) * protocols/nogaim.c (modified) * root_commands.c (modified) Restore add_* handle_unknown settings. Sun, 09 May 2010 22:08:30 GMT Wilmer van der Gaast [a067771] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) Per-account channels also exist now. Sun, 09 May 2010 21:52:17 GMT Wilmer van der Gaast [13c1a9f] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) /join &groupname and all people in that group will be in that channel. Sat, 08 May 2010 23:54:37 GMT Wilmer van der Gaast [eb37735] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) This is how you now start groupchats: /join #channel, /invite people. Sat, 08 May 2010 21:52:25 GMT Wilmer van der Gaast [66b9e36a] * irc.h (modified) * irc_commands.c (modified) * irc_im.c (modified) Restored /invite for groupchats. Sat, 08 May 2010 14:12:32 GMT Wilmer van der Gaast [fd45e1d1] * irc.c (modified) * irc.h (modified) * irc_im.c (modified) Always show normal contacts in &bitlbee, not just the first channel ... Sat, 08 May 2010 13:11:09 GMT Wilmer van der Gaast [9e27f18] * irc_im.c (modified) * protocols/bee.h (modified) * protocols/bee_chat.c (modified) Support for receiving chatroom topics. Since I didn't restore named ... Sat, 08 May 2010 12:37:49 GMT Wilmer van der Gaast [d343eaa] * irc_im.c (modified) * protocols/bee.h (modified) * protocols/bee_chat.c (modified) Restored imcb_chat_name_hint(). Sat, 08 May 2010 12:13:23 GMT Wilmer van der Gaast [bfb99ee] * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) Allow leaving groupchat channels. Sat, 08 May 2010 01:02:12 GMT Wilmer van der Gaast [a87754b] * irc.h (modified) * irc_im.c (modified) * protocols/bee.h (modified) * protocols/bee_chat.c (modified) Restored support for outgoing messages. This code is all so much ... Sat, 08 May 2010 00:48:48 GMT Wilmer van der Gaast [e4816ea] * irc_im.c (modified) Reshuffled irc_im.c into a saner order. Sat, 08 May 2010 00:45:10 GMT Wilmer van der Gaast [b17ce85] * irc_im.c (modified) * protocols/bee_chat.c (modified) Users leaving really show up again. Sat, 08 May 2010 00:25:15 GMT Wilmer van der Gaast [27e2c66] * irc_im.c (modified) * protocols/bee.h (modified) * protocols/bee_chat.c (modified) Support for receiving messages in chatrooms. Thu, 06 May 2010 00:28:56 GMT Wilmer van der Gaast [aea8b68] * irc.h (modified) * irc_im.c (modified) * protocols/Makefile (modified) * protocols/bee.c (modified) * protocols/bee.h (modified) * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/presence.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Starting to restore chatroom stuff. Only enough to create and be ... Tue, 04 May 2010 08:45:10 GMT Wilmer van der Gaast [eb50495] * irc.h (modified) * irc_im.c (modified) * irc_send.c (modified) * protocols/bee_user.c (modified) Show offline/away status better in /WHO and /WHOIS. Mon, 03 May 2010 00:39:39 GMT Wilmer van der Gaast [6a9d068] * irc.c (modified) * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) * irc_send.c (modified) Restore away_devoice. Sun, 02 May 2010 18:48:26 GMT Wilmer van der Gaast [bce78c8] * irc_channel.c (modified) * irc_commands.c (modified) * irc_im.c (modified) Restored classical control channel behaviour (the ability to talk to ... 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 ... Wed, 14 Apr 2010 09:27:50 GMT Wilmer van der Gaast [21c87a7] * Makefile (modified) * bitlbee.c (modified) * bitlbee.h (modified) * conf.c (modified) * configure (modified) * doc/CHANGES (modified) * doc/user-guide/commands.xml (modified) * irc.c (modified) * irc.h (modified) * irc_im.c (modified) * irc_util.c (added) * lib/misc.c (modified) * lib/misc.h (modified) * log.c (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/twitter/Makefile (added) * protocols/twitter/twitter.c (added) * protocols/twitter/twitter.h (added) * protocols/twitter/twitter_http.c (added) * protocols/twitter/twitter_http.h (added) * protocols/twitter/twitter_lib.c (added) * protocols/twitter/twitter_lib.h (added) * storage_xml.c (modified) * unix.c (modified) Merging loads of stuff from mainline. Tue, 13 Apr 2010 10:20:04 GMT Wilmer van der Gaast [573dab0] * irc_im.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.c (modified) Incoming typing notifications. Tue, 13 Apr 2010 08:11:08 GMT Wilmer van der Gaast [3a9b123] * irc_im.c (modified) Allow sending typing notifications (CTCP TYPING) again. Mon, 12 Apr 2010 23:54:55 GMT Wilmer van der Gaast [89c11e7] * dcc.c (modified) * dcc.h (modified) * irc_im.c (modified) * lib/misc.c (modified) Restored CTCP/DCC hooks for outgoing file transfers. 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 ... Sun, 11 Apr 2010 14:37:06 GMT Wilmer van der Gaast [17a6ee9] * Makefile (modified) * dcc.c (modified) * dcc.h (modified) * irc_im.c (modified) * protocols/Makefile (modified) * protocols/bee.h (modified) * protocols/bee_ft.c (added) * protocols/ft.h (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/s5bytestream.c (modified) * protocols/jabber/si.c (modified) * protocols/msn/Makefile (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/sb.c (modified) * protocols/nogaim.c (modified) Including DCC stuff again, with a wonderful extra layer of ... Mon, 05 Apr 2010 00:18:24 GMT Wilmer van der Gaast [1d39159] * irc_im.c (modified) * irc_send.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.c (modified) Get full names properly. Handling of nick_source setting and ... Fri, 02 Apr 2010 03:25:41 GMT Wilmer van der Gaast [f012a9f] * irc_im.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) Can receive messages again. Fri, 02 Apr 2010 02:54:39 GMT Wilmer van der Gaast [231b08b] * irc_im.c (modified) * protocols/bee_user.c (modified) Show buddy online/offline status in the first channel. Thu, 01 Apr 2010 03:38:50 GMT Wilmer van der Gaast [d860a8d] * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * irc_im.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * root_commands.c (modified) * unix.c (modified) Restored "account" root command and restored enough stuff to be able ... Thu, 01 Apr 2010 02:32:25 GMT Wilmer van der Gaast [81e04e1] * Makefile (modified) * irc.h (modified) * irc_im.c (added) * nick.c (modified) * protocols/Makefile (modified) * protocols/account.c (modified) * protocols/account.h (modified) * protocols/bee.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) nogaim.c is close to doing something useful again without speaking ...