# # ChangeLog for protocols/jabber/conference.c # # Generated by Trac 1.2.3 # 2024-03-28T09:43:10Z Sun, 09 Dec 2007 23:19:35 GMT Wilmer van der Gaast [c058ff9] * irc_commands.c (modified) * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/msn/msn.c (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) Added /invite support for Jabber chatrooms (and fixed the argument ... Sun, 02 Dec 2007 23:14:49 GMT Wilmer van der Gaast [80e9db9] * protocols/jabber/conference.c (modified) Forgot to return something in jabber_chat_join_failed(). Sun, 02 Dec 2007 17:25:57 GMT Wilmer van der Gaast [5bd21df] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) Handling of presence-error packets (only useful for groupchats now), ... Mon, 19 Nov 2007 23:14:39 GMT Wilmer van der Gaast [ef5c185] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/sasl.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Added Jabber groupchat topic support. Sun, 15 Jul 2007 15:47:34 GMT Wilmer van der Gaast [85023c6] * protocols/jabber/conference.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Added imcb_clean_handle() to sanitize handles properly (without ... Mon, 02 Jul 2007 22:12:03 GMT Wilmer van der Gaast [9da0bbf] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * root_commands.c (modified) Added (and using) jabber_chat_free() for better memory management, ... Mon, 02 Jul 2007 21:24:04 GMT Wilmer van der Gaast [5d7dc00] * protocols/jabber/conference.c (modified) Stripping of unwanted characters (@ and =) in channel nicknames. Sun, 01 Jul 2007 19:58:23 GMT Wilmer van der Gaast [9c9b37c] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/presence.c (modified) Keeping an original (not normalized) copy of the user's nickname. ... Sun, 01 Jul 2007 16:29:21 GMT Wilmer van der Gaast [b9f8b87] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) Better handling of private messages via groupchats. Wed, 13 Jun 2007 23:31:39 GMT Wilmer van der Gaast [998b103] * bitlbee.c (modified) * protocols/jabber/conference.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/nogaim.c (modified) Added imcb_remove_buddy() so deletions in Jabber roster pushes ... Mon, 04 Jun 2007 15:56:09 GMT Wilmer van der Gaast [c570c86] * protocols/jabber/conference.c (modified) Calling imcb_add_buddy() before setting the nickname. This is the ... Mon, 04 Jun 2007 13:22:05 GMT Wilmer van der Gaast [d06eabf] * nick.c (modified) * nick.h (modified) * protocols/jabber/conference.c (modified) * protocols/jabber/iq.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Added imcb_buddy_nick_hint so the Jabber conference module can ... Mon, 04 Jun 2007 11:45:33 GMT Wilmer van der Gaast [54f2f55] * protocols/jabber/conference.c (modified) Now anonymous rooms should really work. This makes sure the self-join ... Thu, 26 Apr 2007 04:41:34 GMT Wilmer van der Gaast [6286f80] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/nogaim.h (modified) Prepared the Jabber module for anonymous rooms, but the BitlBee core ... Mon, 23 Apr 2007 05:18:47 GMT Wilmer van der Gaast [2d317bb] * protocols/jabber/conference.c (modified) * protocols/jabber/presence.c (modified) * protocols/jabber/xmltree.c (modified) * protocols/nogaim.c (modified) Fixes: handling of being kicked, now sending tags to all ... Mon, 23 Apr 2007 02:58:44 GMT Wilmer van der Gaast [0e7ab64] * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * protocols/jabber/conference.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * root_commands.c (modified) Got rid of one HORRIBLE stupidity called chat_by_channel(), which ... Sun, 22 Apr 2007 23:39:37 GMT Wilmer van der Gaast [43671b9] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) * protocols/jabber/xmltree.c (modified) You can send messages too now. But it's still very kludgy and doesn't ... Sun, 22 Apr 2007 20:44:27 GMT Wilmer van der Gaast [e35d1a1] * protocols/jabber/Makefile (modified) * protocols/jabber/conference.c (added) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/message.c (modified) * protocols/jabber/presence.c (modified) * protocols/jabber/xmltree.c (modified) * protocols/msn/sb.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) * root_commands.c (modified) Read-only support for Jabber conferences (non-anonymous rooms only). ...