# # ChangeLog for / # # Generated by Trac 1.2.3 # 2024-05-08T23:11:24Z Sun, 16 Dec 2007 16:35:38 GMT Wilmer van der Gaast [529078a] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) Implemented XEP-0199 (patch from misc@mandriva.org). Wed, 12 Dec 2007 23:57:49 GMT Wilmer van der Gaast [3e79889] * lib/ssl_gnutls.c (modified) Checking conn->xcred before trying to clean it up since GnuTLS ... Wed, 12 Dec 2007 23:30:51 GMT Wilmer van der Gaast [30ce1ce] * account.c (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/quickstart.xml (modified) * protocols/oscar/aim.h (modified) * protocols/oscar/oscar.c (modified) * root_commands.c (modified) Killed the parameter to "account add" and changed the ... Wed, 12 Dec 2007 21:36:33 GMT Wilmer van der Gaast [d52111a] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/io.c (modified) Fixed sockerr_again() usage in Jabber module to (hopefully) fix a ... Mon, 10 Dec 2007 22:57:13 GMT Wilmer van der Gaast [0f47613] * nick.c (modified) * tests/check_nick.c (modified) Don't allow nicks that start with a number. Mon, 10 Dec 2007 22:33:08 GMT Wilmer van der Gaast [71dc854] * root_commands.c (modified) Fixed "set xxx" syntax (it showed all settings instead of just xxx). Sun, 09 Dec 2007 23:23:03 GMT Wilmer van der Gaast [3f2bc2d] * doc/CREDITS (modified) If I keep forgetting to credit people in commit msgs I should ... 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 ... Tue, 04 Dec 2007 22:59:59 GMT Wilmer van der Gaast [de03374] * protocols/jabber/jabber.c (modified) Fixing jabber_login/_logout for better (non-crashing) cleanup on ... Sun, 02 Dec 2007 23:18:25 GMT Wilmer van der Gaast [aaf92a9] * bitlbee.conf (modified) * conf.c (modified) * conf.h (modified) * unix.c (modified) Imported setuid() patch from Simo Leone with some ... 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:27:46 GMT Wilmer van der Gaast [fc5d06d] * irc.c (modified) Merging a change I should've pulled before committing three other ... 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), ... Sun, 02 Dec 2007 17:24:46 GMT Wilmer van der Gaast [911cc4f] * configure (modified) Defining DEBUG via CFLAGS so that it'll always be there, even when a ... Sun, 02 Dec 2007 16:43:57 GMT Wilmer van der Gaast [4306d8b] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Removed retarded printf() (ARGH) and moved the event handling ... Sun, 02 Dec 2007 11:00:15 GMT Wilmer van der Gaast [94d52d64] * irc.c (modified) Added charset checks on incoming msgs (from the IRC side) to prevent ... Thu, 29 Nov 2007 21:55:14 GMT Wilmer van der Gaast [9ff5737] * lib/events.h (modified) * lib/events_libevent.c (modified) * protocols/oscar/msgcookie.c (modified) printf() in daemons considered harmful. Wed, 28 Nov 2007 23:24:26 GMT Wilmer van der Gaast [b6a2373] * bitlbee.c (modified) * lib/events_libevent.c (modified) Fixed the epoll+ForkDaemon combination. The libevent event handling ... Sat, 24 Nov 2007 19:07:22 GMT Wilmer van der Gaast [221a273] * Makefile (modified) * bitlbee.h (modified) * doc/CHANGES (modified) 1.1.1dev (Although the CHANGES change isn't in there). Sat, 24 Nov 2007 18:02:39 GMT Wilmer van der Gaast [608f8cf] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) Added some random hash to the id= for cached XMPP packets so that ... Sat, 24 Nov 2007 01:13:15 GMT Wilmer van der Gaast [3a80471] * protocols/jabber/presence.c (modified) (Hopefully) fixing one case where the Jabber module doesn't ... Fri, 23 Nov 2007 23:07:44 GMT Wilmer van der Gaast [77bfd07] * lib/Makefile (modified) * lib/sha.c (deleted) * lib/sha.h (deleted) * lib/sha1.c (added) * lib/sha1.h (added) * protocols/jabber/iq.c (modified) * protocols/nogaim.h (modified) * protocols/yahoo/libyahoo2.c (modified) Replaced GPL-incompatible SHA1 hashing code (and renamed the files in ... Fri, 23 Nov 2007 22:25:04 GMT Wilmer van der Gaast [df6d1da] * crypting.c (modified) * debian/copyright (modified) * lib/md5.c (modified) * lib/md5.h (modified) Replaced GPL-incompatible MD5 hashing code. Thu, 22 Nov 2007 22:56:52 GMT Wilmer van der Gaast [56f260a] * configure (modified) * lib/ssl_gnutls.c (modified) * protocols/nogaim.c (modified) * root_commands.c (modified) * storage_xml.c (modified) Some changes to get rid of compiler warnings. (And disabling strict ... Tue, 20 Nov 2007 00:13:58 GMT Wilmer van der Gaast [d75597b] * conf.c (modified) Fixed memory management issues introduced by at least the ... Mon, 19 Nov 2007 23:41:42 GMT Wilmer van der Gaast [3e1e11af] * bitlbee.c (modified) * irc.c (modified) Fixed NULL pointer dereference (in printf) when connected to a non- ... Mon, 19 Nov 2007 23:36:57 GMT Wilmer van der Gaast [7df5a08] * doc/CHANGES (modified) Changelog update. Mon, 19 Nov 2007 23:16:18 GMT Wilmer van der Gaast [256899f] * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * nick.c (modified) * nick.h (modified) * protocols/jabber/Makefile (modified) * protocols/jabber/conference.c (added) * protocols/jabber/io.c (modified) * protocols/jabber/iq.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/presence.c (modified) * protocols/jabber/sasl.c (modified) * protocols/jabber/xmltree.c (modified) * protocols/jabber/xmltree.h (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) * user.c (modified) Merging Jabber groupchat support. 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. Mon, 19 Nov 2007 22:23:58 GMT Wilmer van der Gaast [50e1776] * irc.c (modified) * irc_commands.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Merging /TOPIC code from Miklos Vajna. Untested, because I still have ... Sat, 17 Nov 2007 12:20:51 GMT Wilmer van der Gaast [cd428e4] * doc/user-guide/commands.xml (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) Added (account) set -del. Wed, 14 Nov 2007 23:42:07 GMT Wilmer van der Gaast [ebb95b6] * bitlbee.c (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * crypting.h (modified) * debian/postinst (modified) * debian/prerm (modified) * doc/user-guide/commands.xml (modified) * help.h (modified) * irc.c (modified) * lib/misc.c (modified) * lib/proxy.c (modified) * protocols/jabber/io.c (modified) * protocols/jabber/presence.c (modified) * protocols/jabber/xmltree.c (modified) * protocols/nogaim.c (modified) * protocols/oscar/oscar.c (modified) * storage.h (modified) Merging from devel/Jelmer. Wed, 14 Nov 2007 23:29:43 GMT Wilmer van der Gaast [a6df0b5] * doc/user-guide/commands.xml (modified) * protocols/jabber/jabber.c (modified) Added "xmlconsole" setting so it can be enabled at login time already. Wed, 14 Nov 2007 23:09:22 GMT Wilmer van der Gaast [1bf1ae6] * protocols/jabber/io.c (modified) * protocols/jabber/presence.c (modified) * protocols/jabber/xmltree.c (modified) Removed some debugging stuff that shouldn't have been here for a long ... Sat, 10 Nov 2007 09:25:50 GMT Wilmer van der Gaast [be68d99] * protocols/oscar/oscar.c (modified) Handing of multipart messages in OSCAR (usually from mobiles), this ... Mon, 05 Nov 2007 22:59:49 GMT Wilmer van der Gaast [2231302] * bitlbee.c (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * crypting.h (modified) * help.h (modified) * irc.c (modified) * lib/misc.c (modified) * lib/proxy.c (modified) * protocols/nogaim.c (modified) * storage.h (modified) Merging from Jelmer. Tue, 30 Oct 2007 23:44:39 GMT Wilmer van der Gaast [5e2615a] * irc.c (modified) s/FAQ's/FAQs/ Mon, 22 Oct 2007 22:39:46 GMT Wilmer van der Gaast [7448e1b] * debian/postinst (modified) * debian/prerm (modified) debian/ specific: Changed "rm help.txt at upgrade" hack to not remove ... Thu, 18 Oct 2007 19:03:02 GMT Jelmer Vernooij [7435ccf] * bitlbee.c (modified) * irc.c (modified) Fix indentation. Thu, 18 Oct 2007 16:44:25 GMT Jelmer Vernooij [e9b755e] * bitlbee.c (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * irc.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) Use standard functions for dealing with both IPv6 and IPv4. Thu, 18 Oct 2007 16:07:30 GMT Jelmer Vernooij [c511365] * doc/user-guide/commands.xml (modified) Merge upstream. Sun, 14 Oct 2007 22:57:42 GMT Wilmer van der Gaast [3933853] * doc/user-guide/commands.xml (modified) Fixed a typo in "help join_chat". Fri, 12 Oct 2007 12:18:16 GMT Jelmer Vernooij [764b163d] * protocols/nogaim.c (modified) Fix another warning. Fri, 12 Oct 2007 12:11:57 GMT Jelmer Vernooij [f618a4a] * lib/proxy.c (modified) Fix GCC warning. Fri, 12 Oct 2007 12:11:32 GMT Jelmer Vernooij [c78c032] * conf.h (modified) * crypting.h (modified) * help.h (modified) * storage.h (modified) Add GCC attributes. Fri, 12 Oct 2007 00:08:58 GMT Wilmer van der Gaast [eda54e4] * Makefile (modified) * configure (modified) * doc/CHANGES (modified) * doc/user-guide/commands.xml (modified) * irc.c (modified) * lib/Makefile (modified) * lib/arc.c (moved) * lib/arc.h (moved) * lib/base64.c (modified) * lib/base64.h (modified) * lib/misc.c (modified) * lib/misc.h (modified) * lib/ssl_bogus.c (modified) * protocols/jabber/sasl.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * root_commands.c (modified) * storage_xml.c (modified) * tests/Makefile (modified) * tests/check.c (modified) * tests/check_arc.c (added) * tests/check_util.c (modified) * unix.c (modified) Merge from devel. Fri, 12 Oct 2007 00:06:50 GMT Wilmer van der Gaast [d444c09] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/nogaim.c (modified) * tests/check_util.c (modified) Added word_wrap() function to misc.c and using it at the right places ... Wed, 10 Oct 2007 22:45:19 GMT Wilmer van der Gaast [285b55d] * configure (modified) configure script now allows one to override CFLAGS. (Bug #171) Wed, 10 Oct 2007 22:15:59 GMT Wilmer van der Gaast [1186382] * doc/user-guide/commands.xml (modified) * irc.c (modified) * protocols/nogaim.c (modified) Made the netsplit-like quit messages optional. Wed, 10 Oct 2007 21:56:32 GMT Wilmer van der Gaast [8c2008e] * doc/CHANGES (modified) Added 1.0.4 changes to doc/CHANGES. Wed, 10 Oct 2007 00:34:24 GMT Wilmer van der Gaast [527360f] * protocols/nogaim.h (modified) Added some comments to nogaim.h (Thanks to Miklos Vajna). Mon, 08 Oct 2007 13:56:09 GMT Miklos Vajna [2896674] * lib/Makefile (modified) * lib/arc.c (moved) * lib/arc.h (moved) * storage_xml.c (modified) * tests/Makefile (modified) * tests/check.c (modified) * tests/check_arc.c (added) Merge http://code.bitlbee.org/bitlbee/. Mon, 08 Oct 2007 00:04:33 GMT Miklos Vajna [acd61b9] * protocols/nogaim.h (modified) Improve comments in nogaim.h so that writing support for new ... Sun, 07 Oct 2007 22:07:25 GMT Wilmer van der Gaast [e2869bf] * lib/arc.c (modified) * tests/check_arc.c (modified) "Changed" the ArcFour implementation. I'm afraid this was a waste of ... Sun, 07 Oct 2007 21:45:41 GMT Wilmer van der Gaast [2305488] * tests/Makefile (modified) * tests/check.c (modified) * tests/check_arc.c (added) Adding test for arc.c so that I can now safely replace the RC4 code ... Sun, 07 Oct 2007 20:42:37 GMT Wilmer van der Gaast [a7b5925] * lib/Makefile (modified) * lib/arc.c (moved) * lib/arc.h (moved) * storage_xml.c (modified) Renaming RC4 to ArcFour (possible trademark issues). Tue, 25 Sep 2007 08:08:56 GMT Wilmer van der Gaast [9334cc2] * root_commands.c (modified) Fixed NULL pointer dereference in "account set" command. That command ... Sat, 01 Sep 2007 21:57:22 GMT Wilmer van der Gaast [8d32b9e] * irc.c (modified) Made UTF-8 the new default charset. This is the default on pretty ... Thu, 30 Aug 2007 22:30:27 GMT Wilmer van der Gaast [60c1a4e] * unix.c (modified) Changed the order in which things are loaded a little bit so ... Thu, 30 Aug 2007 22:23:07 GMT Wilmer van der Gaast [8ad90fb] * protocols/nogaim.c (modified) From vmiklos: More verbose error message on plugin load failures. Thu, 30 Aug 2007 22:22:43 GMT Wilmer van der Gaast [f2b171d] * Makefile (modified) From vmiklos: Fixed list of header files in Makefile. Thu, 30 Aug 2007 22:17:51 GMT Wilmer van der Gaast [2abfbc5] * configure (modified) From vmiklos: Added --plugins= option to configure script. Wed, 08 Aug 2007 09:20:57 GMT Wilmer van der Gaast [82135c7] * protocols/jabber/message.c (modified) Not trying to handle typing notifications from unknown buddies ... Mon, 30 Jul 2007 19:12:06 GMT Wilmer van der Gaast [1baaef8] * protocols/jabber/io.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) Added jabber_error_parse() and using it for both stream- and stanza ... 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 ... Sat, 14 Jul 2007 23:54:18 GMT Wilmer van der Gaast [a8a0b4c] * lib/base64.c (modified) * lib/base64.h (modified) * lib/rc4.c (modified) * lib/rc4.h (modified) * lib/ssl_bogus.c (modified) * protocols/jabber/sasl.c (modified) * storage_xml.c (modified) Merge from Jelmer (making GCC4 happy by sanitizing some typecasting ... Sat, 14 Jul 2007 23:47:38 GMT Wilmer van der Gaast [1da00b1] * configure (modified) Hiding LDAP support because it doesn't actually work at all ATM. Sat, 14 Jul 2007 23:45:30 GMT Wilmer van der Gaast [1ffb46f] * doc/user-guide/misc.xml (modified) Added join_chat command to the "help groupchat" information. Sat, 14 Jul 2007 17:24:52 GMT Wilmer van der Gaast [8c4afbfa] * debian/changelog (modified) * debian/copyright (modified) * debian/rules (modified) Merging more debian/ changes. Sat, 14 Jul 2007 17:20:18 GMT Wilmer van der Gaast [cbaac62] * debian/rules (modified) Adding an epoch to "spoofed" version numbers to make sure apt doesn't ... Wed, 11 Jul 2007 14:22:00 GMT Wilmer van der Gaast [c9c7ca7] * protocols/nogaim.c (modified) Fixed imc_logout() (assigning u too early). Stupid me. Sat, 07 Jul 2007 17:21:12 GMT Jelmer Vernooij [b9e4ab5] * lib/ssl_bogus.c (modified) Fix ssl_bogus. Sat, 07 Jul 2007 17:19:28 GMT Jelmer Vernooij [3b6eadc] * lib/base64.c (modified) * lib/base64.h (modified) * lib/rc4.c (modified) * lib/rc4.h (modified) * protocols/jabber/sasl.c (modified) * storage_xml.c (modified) Fix some warnings in storage.c. Fri, 06 Jul 2007 08:11:13 GMT Wilmer van der Gaast [c4f2c6a] * debian/changelog (modified) * debian/copyright (modified) Removed MPL from debian/copyright because the old Jabber module is ... Thu, 05 Jul 2007 23:39:47 GMT Wilmer van der Gaast [e900442] * Makefile (modified) * debian/README.Debian (added) * debian/bitlbee.init (added) * debian/changelog (added) * debian/conffiles (added) * debian/config (added) * debian/control (added) * debian/copyright (added) * debian/po/POTFILES.in (added) * debian/po/cs.po (added) * debian/po/de.po (added) * debian/po/es.po (added) * debian/po/fr.po (added) * debian/po/ja.po (added) * debian/po/nl.po (added) * debian/po/pt.po (added) * debian/po/pt_BR.po (added) * debian/po/sv.po (added) * debian/po/templates.pot (added) * debian/po/vi.po (added) * debian/postinst (added) * debian/postrm (added) * debian/prerm (added) * debian/rules (added) * debian/templates (added) * doc/user-guide/commands.xml (modified) * help.c (modified) * help.h (modified) * lib/Makefile (modified) * protocols/Makefile (modified) * protocols/jabber/Makefile (modified) * protocols/msn/Makefile (modified) * protocols/oscar/Makefile (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/Makefile (modified) * set.h (modified) * tests/Makefile (modified) * tests/check.c (modified) * tests/check_crypting.c (added) * tests/check_help.c (added) * tests/check_set.c (added) * tests/check_user.c (added) * tests/check_util.c (modified) * tests/testsuite.h (modified) * unix.c (modified) * user.h (modified) Merging from devel. Added documentation for the join_chat command, ... Thu, 05 Jul 2007 23:36:48 GMT Wilmer van der Gaast [19a8088] * debian/README.Debian (added) * debian/bitlbee.init (added) * debian/changelog (added) * debian/conffiles (added) * debian/config (added) * debian/control (added) * debian/copyright (added) * debian/po/POTFILES.in (added) * debian/po/cs.po (added) * debian/po/de.po (added) * debian/po/es.po (added) * debian/po/fr.po (added) * debian/po/ja.po (added) * debian/po/nl.po (added) * debian/po/pt.po (added) * debian/po/pt_BR.po (added) * debian/po/sv.po (added) * debian/po/templates.pot (added) * debian/po/vi.po (added) * debian/postinst (added) * debian/postrm (added) * debian/prerm (added) * debian/rules (added) * debian/templates (added) Adding debian/ tree to the repository again. Updated it to include ... 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. Mon, 02 Jul 2007 21:07:43 GMT Wilmer van der Gaast [1962ac1] * protocols/nogaim.c (modified) Fixed nick hint function to only set the nick if it's different from ... Mon, 02 Jul 2007 09:30:48 GMT Wilmer van der Gaast [c377417] * protocols/jabber/jabber.c (modified) Cleaning up groupchats when shutting down the Jabber connection. The ... 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. Sun, 01 Jul 2007 15:22:42 GMT Wilmer van der Gaast [2758cfe] * protocols/jabber/presence.c (modified) Properly updating away state info if one resource goes down while ... Sun, 01 Jul 2007 14:52:45 GMT Wilmer van der Gaast [ae3c4fa] * Makefile (modified) * help.c (modified) * help.h (modified) * lib/Makefile (modified) * protocols/Makefile (modified) * protocols/jabber/Makefile (modified) * protocols/msn/Makefile (modified) * protocols/oscar/Makefile (modified) * protocols/yahoo/Makefile (modified) * set.h (modified) * tests/Makefile (modified) * tests/check.c (modified) * tests/check_crypting.c (added) * tests/check_help.c (added) * tests/check_set.c (added) * tests/check_user.c (added) * tests/check_util.c (modified) * tests/testsuite.h (modified) * unix.c (modified) * user.h (modified) Merge from Jelmer (mainly unit testing things). Sun, 01 Jul 2007 13:08:47 GMT Wilmer van der Gaast [40ef702] * protocols/jabber/iq.c (modified) * protocols/jabber/xmltree.c (modified) * protocols/jabber/xmltree.h (modified) Less copy-pasting in the service discovery reply and added MUC ... Sun, 01 Jul 2007 12:20:23 GMT Wilmer van der Gaast [7bf4326] * root_commands.c (modified) Better groupchat channel name generation/verification. Sat, 30 Jun 2007 21:52:44 GMT Wilmer van der Gaast [f7b44f2] * doc/user-guide/commands.xml (modified) Added help information for the join_chat command and its five ... Tue, 19 Jun 2007 23:28:45 GMT Wilmer van der Gaast [a3d5766] * protocols/jabber/jabber.c (modified) Not calling imcb_remove_buddy() right after removing the XML console ... Wed, 13 Jun 2007 23:32:56 GMT Wilmer van der Gaast [bdda9e9] * irc.c (modified) Fixed irc_chat_by_channel() to not break if using multiple IM ... 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 ... Wed, 13 Jun 2007 23:31:18 GMT Wilmer van der Gaast [43d8cc5] * protocols/nogaim.c (modified) * user.c (modified) Fixed a memory management problem that caused some strange nickname ... Wed, 13 Jun 2007 23:30:59 GMT Wilmer van der Gaast [7e9dc74] * protocols/nogaim.c (modified) Fixed the duplicate-nick problem. Very very very stupid bug... :-( 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:36:51 GMT Wilmer van der Gaast [e0e2a71] * bitlbee.c (modified) * protocols/jabber/iq.c (modified) * protocols/nogaim.c (modified) Fixed retarded use of strcpy() and no longer using Jabber fullnames ... 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 ... Mon, 04 Jun 2007 11:32:37 GMT Wilmer van der Gaast [bb95d43] * protocols/jabber/io.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/xmltree.c (modified) Added a real XML-console to the Jabber module! Add the handle ... Sat, 28 Apr 2007 05:20:56 GMT Wilmer van der Gaast [05bcd20] * protocols/oscar/oscar.c (modified) s/Gender: Unknown// in OSCAR profile info. If we don't know, just ... 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 ...