# # ChangeLog for chat.c # # Generated by Trac 1.2.3 # 2024-04-27T21:37:46Z Sun, 14 Dec 2008 01:14:55 GMT Wilmer van der Gaast [6d5eb72] * chat.c (modified) Added more chat.c sanity checks that were (embarassingly) missing so far. Sat, 13 Dec 2008 20:02:55 GMT Wilmer van der Gaast [549545b] * chat.c (modified) Checking if acc->prpl->chat_join actually exists before using it. :-/ Sun, 28 Sep 2008 11:18:19 GMT Wilmer van der Gaast [94acdd0] * chat.c (modified) * chat.h (modified) * irc_commands.c (modified) * lib/xmltree.c (modified) * lib/xmltree.h (modified) * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Restored support for password-protected chatrooms (for now only by ... Sun, 31 Aug 2008 15:00:35 GMT Wilmer van der Gaast [3611717] * chat.c (modified) * chat.h (modified) * irc_commands.c (modified) * protocols/nogaim.c (modified) Added auto_join code. Sun, 31 Aug 2008 14:54:39 GMT Wilmer van der Gaast [d995c9b] * account.c (modified) * chat.c (modified) * chat.h (modified) * root_commands.c (modified) Added cleanup code. Sun, 31 Aug 2008 13:42:33 GMT Wilmer van der Gaast [39f93f0] * chat.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * root_commands.c (modified) /join can now be used to join chatrooms, join_chat should not be used ... Sun, 31 Aug 2008 09:13:56 GMT Wilmer van der Gaast [0e639f5] * chat.c (modified) * root_commands.c (modified) Added one TODO, and also dupe-check channel names against the control ... Sun, 31 Aug 2008 00:04:53 GMT Wilmer van der Gaast [e7bc722] * chat.c (modified) * root_commands.c (modified) Integrated cmd_set() and the "account set" into one fully unreadable ... Sat, 30 Aug 2008 22:26:45 GMT Wilmer van der Gaast [131c6b6] * chat.c (modified) * chat.h (modified) Added chat_get(), similar to account_get() (find an account by number ... Sat, 30 Aug 2008 18:59:58 GMT Wilmer van der Gaast [ad9feec] * Makefile (modified) * bitlbee.h (modified) * chat.c (added) * chat.h (added) * irc.h (modified) Added chat.c to keep track of chatrooms the user cares about.