# # ChangeLog for / # # Generated by Trac 1.2.3 # 2024-04-27T13:50:12Z Sat, 27 Mar 2010 18:10:03 GMT Wilmer van der Gaast [410bf6d] * irc_send.c (modified) Fixed bug in /WHO $channel output. 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 15:16:16 GMT Wilmer van der Gaast [2f53ada] * irc.h (modified) * irc_commands.c (modified) * irc_send.c (modified) /WHO Sat, 27 Mar 2010 14:31:03 GMT Wilmer van der Gaast [b919363] * irc.c (modified) * irc.h (modified) * irc_channel.c (modified) * irc_commands.c (modified) Mode stuff. Also disallow unsetting +R umode which was possible so ... Sat, 27 Mar 2010 12:34:44 GMT Wilmer van der Gaast [9b69eb7] * irc_commands.c (modified) MOTD command added since, well, I had all the code for it already anyway. Sat, 27 Mar 2010 12:30:00 GMT Wilmer van der Gaast [83e92bf] * irc.c (modified) * irc.h (modified) * irc_channel.c (modified) * irc_send.c (modified) Topic handling changes. 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 03:11:02 GMT Wilmer van der Gaast [63a520b] * irc.c (modified) * irc_channel.c (modified) Collect that garbage. Sat, 27 Mar 2010 03:04:35 GMT Wilmer van der Gaast [b9e020a] * irc.h (modified) * irc_channel.c (modified) * irc_commands.c (modified) Added JOIN, NAMES and PART commands. Sat, 27 Mar 2010 02:39:08 GMT Wilmer van der Gaast [4be8239] * Makefile (modified) * irc.c (modified) * irc.h (modified) * irc_channel.c (added) * irc_send.c (modified) * protocols/bee.o (deleted) Simple IRC channel interface, use it to represent the control channel. 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 ... Fri, 26 Mar 2010 12:14:37 GMT Wilmer van der Gaast [3ddb7477] * Makefile (modified) * bitlbee.h (modified) * conf.c (modified) * ipc.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * nick.c (modified) * protocols/Makefile (modified) * protocols/account.c (moved) * protocols/account.h (moved) * protocols/chat.c (moved) * protocols/chat.h (moved) * protocols/user.c (moved) * protocols/user.h (moved) * set.c (modified) * unix.c (modified) One total mess that doesn't do much yet, but reorganised some stuff ... Wed, 24 Mar 2010 17:12:53 GMT Wilmer van der Gaast [ba7d16f] * Makefile (modified) * configure (modified) * crypting.c (deleted) * crypting.h (deleted) * irc.c (modified) * root_commands.c (modified) * storage.c (modified) * storage_text.c (deleted) * win32.c (modified) Now seems like a pretty good time to finally kill crypting.c and ... Sun, 21 Mar 2010 16:52:22 GMT Wilmer van der Gaast [1cc0df3] * protocols/jabber/si.c (modified) s/last_act/last_msg/ now. Sun, 21 Mar 2010 16:06:31 GMT Wilmer van der Gaast [767a148] * Makefile (modified) * conf.c (modified) * conf.h (modified) * dcc.c (added) * dcc.h (added) * doc/user-guide/commands.xml (modified) * irc.c (modified) * irc.h (modified) * lib/Makefile (modified) * lib/ftutil.c (added) * lib/ftutil.h (added) * protocols/ft.h (added) * protocols/jabber/Makefile (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/s5bytestream.c (added) * protocols/jabber/si.c (added) * protocols/msn/Makefile (modified) * protocols/msn/invitation.c (added) * protocols/msn/invitation.h (added) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/sb.c (modified) * protocols/nogaim.h (modified) * root_commands.c (modified) Merging in file transfer support. Most important points from my ... Sun, 21 Mar 2010 15:56:59 GMT Wilmer van der Gaast [a81d679] * protocols/jabber/s5bytestream.c (modified) Fixed jabber_bs_peek() to deal with incomplete packets as well. Sun, 21 Mar 2010 15:10:07 GMT Wilmer van der Gaast [4ed9c8c] * dcc.c (modified) * dcc.h (modified) Fixed 100% CPU usage bug in dcc.c. Sun, 21 Mar 2010 13:20:20 GMT Wilmer van der Gaast [2e89256] * dcc.c (modified) Remove dcc_poll() and just use the cond variable passed to I/O events. Sun, 21 Mar 2010 10:18:28 GMT Wilmer van der Gaast [545d7c0] * doc/user-guide/commands.xml (modified) * protocols/oscar/oscar.c (modified) Added ignore_auth_requests setting (patch from vmiklos, bug #578). Sun, 21 Mar 2010 01:02:03 GMT Wilmer van der Gaast [aed152f] * protocols/jabber/iq.c (modified) * protocols/jabber/si.c (modified) Killed the last str*cmp(xml_find_attr) combos. Sun, 21 Mar 2010 00:46:18 GMT Wilmer van der Gaast [54a2014] * protocols/jabber/iq.c (modified) xt_status functions should always return an XT_ status, it's not a ... Sun, 21 Mar 2010 00:39:45 GMT Wilmer van der Gaast [699376f7] * protocols/jabber/iq.c (modified) * protocols/jabber/si.c (modified) Read the from attribute from the main stanza, not the inside query. ... Fri, 19 Mar 2010 00:09:50 GMT Wilmer van der Gaast [0baed0d] * bitlbee.h (modified) * doc/user-guide/commands.xml (modified) * irc.c (modified) * root_commands.c (modified) Allow changing the name of the control channel at run-time. Thu, 18 Mar 2010 22:22:46 GMT Wilmer van der Gaast [5fbec3d] * debian/bitlbee.init (modified) * debian/changelog (modified) * debian/config (modified) * debian/control (modified) * debian/patches/bitlbee.conf.diff (modified) * debian/po/POTFILES.in (modified) * debian/po/ru.po (added) * debian/postinst (modified) * debian/prerm (modified) Merging recent debian/ changes. Thu, 18 Mar 2010 22:18:52 GMT Wilmer van der Gaast [8462239] * configure (modified) Use a proper tempfile for the libresolv checks and add a missing " to ... Thu, 18 Mar 2010 20:34:33 GMT Wilmer van der Gaast [5605be9] * configure (modified) Care about lib64 directories as well when trying to find libresolv.a. Thu, 18 Mar 2010 14:38:06 GMT Wilmer van der Gaast [638feab] * 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) * tests/check_jabber_util.c (modified) Merging in Jabber resource selection fix. This adds the ... Thu, 18 Mar 2010 11:22:17 GMT Wilmer van der Gaast [842cd8d] * protocols/jabber/jabber_util.c (modified) * tests/check_jabber_util.c (modified) Fixed a bug that caused full JIDs to get lost sometimes with the new ... Thu, 18 Mar 2010 00:30:38 GMT Wilmer van der Gaast [b8a491d] * protocols/jabber/s5bytestream.c (modified) * protocols/jabber/si.c (modified) * root_commands.c (modified) Some compiler warning fixes and renamed "transfers" command to just ... Thu, 18 Mar 2010 00:07:16 GMT Wilmer van der Gaast [78d254f1] * protocols/jabber/s5bytestream.c (modified) * protocols/jabber/si.c (modified) More small fixes. (NULL derefs and s/close/disconnect/) Wed, 17 Mar 2010 23:47:35 GMT Wilmer van der Gaast [42fc5b6] * protocols/jabber/iq.c (modified) Ouch, committing stuff without even checking if it compiles is bad ... Wed, 17 Mar 2010 23:41:07 GMT Wilmer van der Gaast [c1a3c27] * protocols/jabber/iq.c (modified) Avoid some NULL pointer dereferences on malformed XMPP packets. Wed, 17 Mar 2010 23:23:27 GMT Wilmer van der Gaast [60e4df3] * dcc.c (modified) * lib/ftutil.c (modified) * lib/ftutil.h (modified) * protocols/jabber/s5bytestream.c (modified) * protocols/msn/invitation.c (modified) Small cleanup. The max_packet_size variable doesn't seem to be read ... Wed, 17 Mar 2010 15:50:58 GMT Wilmer van der Gaast [6ce01be] * configure (modified) Undo -iquote change which seems to cause plenty of problems to people ... Wed, 17 Mar 2010 15:15:19 GMT Wilmer van der Gaast [e8c8d00] * Makefile (modified) * account.c (modified) * account.h (modified) * bitlbee.c (modified) * bitlbee.conf (modified) * bitlbee.h (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * crypting.c (modified) * doc/CHANGES (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc_commands.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) * 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/presence.c (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/tables.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * protocols/yahoo/yahoo2_types.h (modified) * root_commands.c (modified) * unix.c (modified) * user.h (modified) Merging mainline. Wed, 17 Mar 2010 15:00:27 GMT Wilmer van der Gaast [b788246] * debian/changelog (modified) * debian/po/POTFILES.in (modified) * debian/po/ru.po (added) 1.2.5-1: Translation fixes/additions and one other bug fixed "upstream". Wed, 17 Mar 2010 13:56:52 GMT Wilmer van der Gaast [75554d0] * Makefile (modified) * account.c (modified) * account.h (modified) * bitlbee.c (modified) * bitlbee.conf (modified) * bitlbee.h (modified) * conf.c (modified) * conf.h (modified) * configure (modified) * crypting.c (modified) * doc/CHANGES (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc_commands.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) * 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/presence.c (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/tables.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * protocols/yahoo/yahoo2_types.h (modified) * root_commands.c (modified) * unix.c (modified) * user.h (modified) Merging in 1.2.5. Wed, 17 Mar 2010 01:13:23 GMT Wilmer van der Gaast [f9928cb] * doc/CHANGES (modified) * doc/user-guide/commands.xml (modified) * protocols/jabber/jabber.c (modified) Set resource_select to activity by default since priority has always ... Wed, 17 Mar 2010 01:07:41 GMT Wilmer van der Gaast [a1ac227] * doc/CHANGES (modified) Here we go, stable for >24h on testing and im. Time to release. Tue, 16 Mar 2010 10:45:26 GMT Wilmer van der Gaast [0b510af] * bitlbee.c (modified) Check the RESTART environment variable before closing fd's 0-2 since ... Tue, 16 Mar 2010 10:24:00 GMT Wilmer van der Gaast [ec55a7d] * protocols/yahoo/yahoo.c (modified) Really set Yahoo! status messages properly. YMSG, how I hate you. Tue, 16 Mar 2010 10:18:02 GMT Wilmer van der Gaast [449a51d] * irc_commands.c (modified) * protocols/nogaim.c (modified) * root_commands.c (modified) * user.h (modified) Include non-away status messages in blist and whois responses. The ... Mon, 15 Mar 2010 10:26:25 GMT Wilmer van der Gaast [9fca0657] * protocols/yahoo/libyahoo2.c (modified) Deal with stupid (on first sight, at least) Yahoo! server behaviour ... Mon, 15 Mar 2010 01:25:47 GMT Wilmer van der Gaast [315dd4c] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop ... Sun, 14 Mar 2010 23:14:41 GMT Wilmer van der Gaast [7e2b593] * bitlbee.h (modified) * doc/CHANGES (modified) Preparing for 1.2.5. Sun, 14 Mar 2010 20:19:10 GMT Wilmer van der Gaast [21d48d9] * protocols/msn/ns.c (modified) Fix for bug #536: No longer fail on corrupted USR responses with ... Sun, 14 Mar 2010 18:22:43 GMT Wilmer van der Gaast [90cd6c4] * bitlbee.conf (modified) * conf.c (modified) * conf.h (modified) * protocols/nogaim.c (modified) Allow disabling certain IM protocols at runtime, patch from ... Sun, 14 Mar 2010 18:09:56 GMT Wilmer van der Gaast [ceebeb1] * configure (modified) Warn if xmlto is missing and a prebuilt helpfile is missing. Sun, 14 Mar 2010 17:55:27 GMT Wilmer van der Gaast [fb00989] * bitlbee.h (modified) * configure (modified) * lib/misc.c (modified) * lib/misc.h (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Adding a few consts and other misc fixes from bug #431. Doing this ... Sun, 14 Mar 2010 17:49:24 GMT Wilmer van der Gaast [c6ca3ee] * bitlbee.h (modified) * configure (modified) * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/jabber.h (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * user.c (modified) * user.h (modified) Some const/etc cleanups submitted by domen@coderock.org back in bug #431. Sun, 14 Mar 2010 17:45:33 GMT Wilmer van der Gaast [8fb1263] * protocols/jabber/io.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) Don't send bind and session requests at the same time when logging in ... Sun, 14 Mar 2010 16:56:00 GMT Wilmer van der Gaast [af7f046] * protocols/jabber/io.c (modified) * protocols/jabber/jabber.h (modified) Don't send a stream start after starttls since it upsets ... Sun, 14 Mar 2010 16:47:00 GMT Wilmer van der Gaast [435f552] * irc.c (modified) While I'm at it, set auto_reconnect to true by default, which I ... Sun, 14 Mar 2010 16:42:22 GMT Wilmer van der Gaast [e9cf291] * root_commands.c (modified) Allow the identify command only once. (Bug #509) Sun, 14 Mar 2010 16:37:46 GMT Wilmer van der Gaast [caceb06] * configure (modified) Don't strip binaries on OS X since it causes plugin troubles. (Bug #480) Sun, 14 Mar 2010 16:35:55 GMT Wilmer van der Gaast [bb34771] * bitlbee.c (modified) Close fd's 0,1,2 no matter what, not just if they're ttys. (Bug #476) Sat, 13 Mar 2010 01:02:47 GMT Wilmer van der Gaast [286b28e] * account.c (modified) * doc/user-guide/commands.xml (modified) * protocols/nogaim.c (modified) Added nick_source account setting to allow using full name fields for ... Sat, 13 Mar 2010 00:12:07 GMT Wilmer van der Gaast [1be0d26] * protocols/yahoo/libyahoo2.c (modified) Fixed handling of contact lists where at least the first contact is ... Fri, 12 Mar 2010 23:02:29 GMT Wilmer van der Gaast [7053379] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo2_types.h (modified) Yahoo! status updates (at least initial ones, I assume) can be too ... Fri, 12 Mar 2010 22:32:55 GMT Wilmer van der Gaast [547c94c] * protocols/yahoo/libyahoo2.c (modified) Merging in some code from libyahoo2-trunk that deals better with ... Fri, 12 Mar 2010 20:28:39 GMT Wilmer van der Gaast [00a0bc5] * tests/check_jabber_util.c (modified) Test activity_timeout and some other test tweaks. Fri, 12 Mar 2010 19:35:51 GMT Wilmer van der Gaast [dde9d571] * protocols/jabber/jabber_util.c (modified) * tests/check_jabber_util.c (modified) Fixed jabber_util unittest. It passes, yet something still seems to ... Fri, 12 Mar 2010 19:10:16 GMT Wilmer van der Gaast [be609ff] * Makefile (modified) * account.c (modified) * account.h (modified) * bitlbee.conf (modified) * conf.c (modified) * configure (modified) * crypting.c (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc_commands.c (modified) * lib/misc.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/tables.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * root_commands.c (modified) * unix.c (modified) Merging mainline. Thu, 11 Mar 2010 11:15:36 GMT Wilmer van der Gaast [8b6b740] * bitlbee.conf (modified) * unix.c (modified) Document the new -x flag in one useful location and make it a bit ... Wed, 10 Mar 2010 23:58:47 GMT Wilmer van der Gaast [75ec2c8] * protocols/msn/msn_util.c (modified) Fixed an "off-by -1" bug in msn_findheader() that could probably be ... Wed, 10 Mar 2010 23:58:28 GMT Wilmer van der Gaast [a0bd4c2] * root_commands.c (modified) Huh, what was that dead code doing there.. :-/ Tue, 09 Mar 2010 13:13:50 GMT Wilmer van der Gaast [3e1ef92c] * protocols/nogaim.c (modified) Fixed a compiler warning for an ugliness that fortunately shouldn't ... Mon, 08 Mar 2010 02:10:41 GMT Wilmer van der Gaast [7c9db24] * Makefile (modified) * conf.c (modified) * crypting.c (modified) * unix.c (modified) Replaced obsolete (useless for the current .xml files) encode/decode ... Mon, 08 Mar 2010 01:25:10 GMT Wilmer van der Gaast [b52e478] * lib/misc.c (modified) Added ' HTML entity since we're sure getting that one a lot with ... Sun, 07 Mar 2010 18:41:45 GMT Wilmer van der Gaast [c32f492] * account.c (modified) * account.h (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc_commands.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/tables.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) Merging in improved away/status message code. Sun, 07 Mar 2010 18:37:23 GMT Wilmer van der Gaast [0e99548] * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) Doc update. Sun, 07 Mar 2010 18:32:31 GMT Wilmer van der Gaast [63770b4] * irc_commands.c (modified) * protocols/jabber/jabber.c (modified) Changed formatting of Jabber buddy info response. Sun, 07 Mar 2010 00:31:34 GMT Wilmer van der Gaast [68198e9] * protocols/oscar/oscar.c (modified) Two more fixes in OSCAR to avoid NULL pointers being passed to ... Sun, 07 Mar 2010 00:22:33 GMT Wilmer van der Gaast [58adb7e] * account.c (modified) * irc.c (modified) * irc_commands.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Added global and per-account settings "away" and "status" so the user ... Sat, 06 Mar 2010 18:22:20 GMT Wilmer van der Gaast [34fbbf9] * protocols/nogaim.c (modified) Adapted nogaim.c. Pretty nice cleanup of away state alias handling, ... Sat, 06 Mar 2010 18:19:31 GMT Wilmer van der Gaast [be915f5] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) Yahoo! fixes. Turns out the protocol really is somewhat odd. Sat, 06 Mar 2010 17:41:01 GMT Wilmer van der Gaast [0714d51] * protocols/msn/tables.c (modified) Put AWY at the beginning of the list since it's used as a fallback. Sat, 06 Mar 2010 17:10:32 GMT Wilmer van der Gaast [4049061] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) Fixed up Yahoo! I'll have to do some more thorough testing of this ... Sat, 06 Mar 2010 16:17:23 GMT Wilmer van der Gaast [17f9522] * protocols/oscar/oscar.c (modified) OSCAR cleanup. Sat, 06 Mar 2010 15:44:46 GMT Wilmer van der Gaast [b051d39] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/tables.c (modified) MSN module updated to deal with the new API. Not many changes since ... Sat, 06 Mar 2010 14:55:12 GMT Wilmer van der Gaast [2bc8ac0] * protocols/nogaim.h (modified) Away with this stupid GAIM_AWAY_CUSTOM constant. Let's see what still ... Sat, 06 Mar 2010 14:50:52 GMT Wilmer van der Gaast [840bba8] * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/jabber_util.c (modified) * protocols/jabber/presence.c (modified) The Jabber part of the change. Also made representation of not-away a ... Sat, 06 Mar 2010 14:15:14 GMT Wilmer van der Gaast [d1ad6f0] * account.h (modified) Preparing for per-account status/away messages. Convert some #defines ... Wed, 17 Feb 2010 00:17:04 GMT Wilmer van der Gaast [1c2eaa3] * configure (modified) Also disable Yahoo! module if SSL support is missing since it also ... Thu, 17 Dec 2009 00:42:25 GMT Wilmer van der Gaast [ccba980] * protocols/msn/msn_util.c (modified) * protocols/yahoo/libyahoo2.c (modified) A few fixes for bugs that caused coredumps on testing.bitlbee.org (or ... Sun, 13 Dec 2009 14:48:56 GMT Wilmer van der Gaast [1c3008a] * dcc.c (modified) * protocols/jabber/Makefile (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/msn/Makefile (modified) * protocols/msn/msn.c (modified) * protocols/msn/sb.c (modified) No functional changes, just some style "fixes". Although I admit I'm ... Mon, 07 Dec 2009 22:11:40 GMT Wilmer van der Gaast [ec29351] * protocols/msn/ns.c (modified) Committing some >1y old change. This seems to fix a small leak in the ... Mon, 07 Dec 2009 21:54:19 GMT Wilmer van der Gaast [2288705] * Makefile (modified) * account.c (modified) * account.h (modified) * bitlbee.h (modified) * chat.c (added) * chat.h (added) * conf.c (modified) * configure (modified) * debian/bitlbee.init (modified) * debian/changelog (modified) * debian/patches/bitlbee.conf.diff (added) * debian/postinst (modified) * debian/prerm (modified) * debian/rules (modified) * doc/CHANGES (modified) * doc/user-guide/Makefile (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/help.xml (modified) * doc/user-guide/misc.xml (modified) * doc/user-guide/user-guide.xml (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * lib/events_libevent.c (modified) * lib/http_client.c (modified) * lib/http_client.h (modified) * lib/ini.c (modified) * lib/ini.h (modified) * lib/misc.c (modified) * lib/proxy.c (modified) * lib/xmltree.c (modified) * lib/xmltree.h (modified) * protocols/jabber/conference.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/presence.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/aim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * protocols/yahoo/yahoo2.h (modified) * protocols/yahoo/yahoo2_callbacks.h (modified) * protocols/yahoo/yahoo2_types.h (modified) * root_commands.c (modified) * set.c (modified) * set.h (modified) * storage.c (modified) * storage.h (modified) * storage_text.c (modified) * storage_xml.c (modified) * tests/Makefile (modified) * tests/check_set.c (modified) * user.c (modified) * user.h (modified) Merging head. Fri, 20 Nov 2009 13:04:12 GMT Wilmer van der Gaast [e5e795d] * debian/changelog (modified) 1.2.4-2 Thu, 19 Nov 2009 23:00:56 GMT Wilmer van der Gaast [c289b6f] * account.c (modified) * bitlbee.h (modified) * chat.c (modified) * chat.h (modified) * configure (modified) * doc/user-guide/misc.xml (modified) * irc_commands.c (modified) * lib/misc.c (modified) * protocols/jabber/jabber.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * root_commands.c (modified) * storage_xml.c (modified) Merging in head. I want to roll a 1.2.4-2 that fixes the libresolv ... Thu, 19 Nov 2009 18:50:53 GMT Wilmer van der Gaast [08e5bb2] * protocols/jabber/jabber_util.c (modified) Restoring some logic that seemed broken but was important with ... Thu, 19 Nov 2009 14:58:30 GMT Wilmer van der Gaast [20e830b] * protocols/jabber/jabber_util.c (modified) Fixed a facepalm kind of NULL pointer dereference bug. Thu, 19 Nov 2009 13:11:38 GMT Wilmer van der Gaast [76c85b4c] * 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) resource_select now defaults to activity instead of priority. Also, ... Thu, 12 Nov 2009 11:41:54 GMT Wilmer van der Gaast [36cf9fd] * configure (modified) Proper detection of a usable libresolv.so or libresolv.a. glibc 2.9 ... Fri, 23 Oct 2009 23:57:41 GMT Wilmer van der Gaast [fb51d85] * doc/user-guide/misc.xml (modified) "chat add", not chat_add Fri, 23 Oct 2009 10:43:15 GMT Wilmer van der Gaast [4cf80bb] * lib/misc.c (modified) * protocols/jabber/jabber.h (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Shuffling a few more #includes. Much more shuffling will be needed. Thu, 22 Oct 2009 21:55:23 GMT Wilmer van der Gaast [b75acf6] * account.c (modified) * bitlbee.h (modified) * chat.c (modified) * chat.h (modified) * irc_commands.c (modified) * protocols/nogaim.h (modified) * root_commands.c (modified) * storage_xml.c (modified) Don't include chat.h from bitlbee.h. make install-dev doesn't install ... Sat, 17 Oct 2009 17:25:40 GMT Wilmer van der Gaast [c48a033] * debian/changelog (modified) Added 1.2.4-1 to changelog. Not much else to do for this release. Sat, 17 Oct 2009 17:24:52 GMT Wilmer van der Gaast [c5bc47b] * Makefile (modified) * account.c (modified) * bitlbee.h (modified) * chat.c (added) * chat.h (added) * conf.c (modified) * doc/CHANGES (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * lib/events_libevent.c (modified) * lib/http_client.c (modified) * lib/http_client.h (modified) * lib/ini.c (modified) * lib/ini.h (modified) * lib/proxy.c (modified) * lib/xmltree.c (modified) * lib/xmltree.h (modified) * protocols/jabber/conference.c (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/presence.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/aim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * protocols/yahoo/yahoo2.h (modified) * protocols/yahoo/yahoo2_callbacks.h (modified) * protocols/yahoo/yahoo2_types.h (modified) * root_commands.c (modified) * storage_xml.c (modified) * tests/Makefile (modified) * tests/check_set.c (modified) * user.c (modified) * user.h (modified) Merging BitlBee 1.2.4.