# # ChangeLog for / # # Generated by Trac 1.2.3 # 2024-03-29T10:13:38Z 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 23:55:30 GMT Wilmer van der Gaast [156bbd7] * bitlbee.c (modified) * log.c (modified) * unix.c (modified) Log to stderr+syslog until daemonized. Current behaviour is too ... Tue, 13 Apr 2010 22:57:44 GMT Wilmer van der Gaast [c0417e8] * doc/CHANGES (modified) 1.2.6 changelist. Tue, 13 Apr 2010 22:35:55 GMT Wilmer van der Gaast [542e44a] * storage_xml.c (modified) fsync() the user configuration file before closing it. (Bug #559) Tue, 13 Apr 2010 22:25:40 GMT Wilmer van der Gaast [3d1481f] * conf.c (modified) Adding -V flag to show version info from a not-serving binary. (Bug #580) Tue, 13 Apr 2010 22:20:36 GMT Wilmer van der Gaast [40bc82d] * bitlbee.c (modified) Run setsid() when daemonizing. (Closes #581) Tue, 13 Apr 2010 22:09:40 GMT Wilmer van der Gaast [37aa317] * protocols/twitter/twitter_lib.c (modified) Small Valgrind noise fix. (Check if the conn is still alive before ... Tue, 13 Apr 2010 19:11:28 GMT Wilmer van der Gaast [3254c12] * bitlbee.h (modified) Adding BITLBEE_VERSION_CODE macro to make plugin authors' lifes easier. Tue, 13 Apr 2010 17:36:16 GMT Wilmer van der Gaast [3bd4a93] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_lib.c (modified) Suppress HTTP error messages unless we get five or more in a row. Tue, 13 Apr 2010 12:51:05 GMT Wilmer van der Gaast [3e69802] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) Use full name information of Twitter buddies. Tue, 13 Apr 2010 11:38:41 GMT Wilmer van der Gaast [81186cab] * irc_commands.c (modified) * protocols/bee.c (modified) /away and set away/status stuff back. 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. Tue, 13 Apr 2010 00:04:55 GMT Wilmer van der Gaast [7b59872] * irc.h (modified) * irc_send.c (modified) * irc_user.c (modified) Support for simple VERSION/PING CTCPs to root. 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. Mon, 12 Apr 2010 00:06:49 GMT Wilmer van der Gaast [24b8bbb] * irc.h (modified) * irc_commands.c (modified) * irc_user.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) * root_commands.c (modified) Start handling CTCPs, in a saner way than before. Sun, 11 Apr 2010 23:31:43 GMT Wilmer van der Gaast [e21c0f8] * irc.c (modified) * irc_send.c (modified) Always show root's greeting inside the control channel. Sun, 11 Apr 2010 23:18:03 GMT Wilmer van der Gaast [aa44bdd] * root_commands.c (modified) Restored info command. Sun, 11 Apr 2010 23:04:24 GMT Wilmer van der Gaast [6c56f42] * root_commands.c (modified) Allow short versions of root commands (just give enough to match ... 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 22:31:15 GMT Wilmer van der Gaast [d986463] * irc_send.c (modified) Show status msg in /WHOIS, using a hopefully more proper 320 numeric ... Sun, 11 Apr 2010 22:26:45 GMT Wilmer van der Gaast [57119e8] * irc_commands.c (modified) Actually bomb out if channel creation fails at /join time. Sun, 11 Apr 2010 22:22:17 GMT Wilmer van der Gaast [8240840] * irc_send.c (modified) Don't send the topic at join time if there is none. This seems to be ... Sun, 11 Apr 2010 22:13:19 GMT Wilmer van der Gaast [ec2ebcc] * irc_commands.c (modified) Use 320 replies for status messages in /WHOIS, 333 was a bad idea. ... Sun, 11 Apr 2010 19:53:27 GMT Wilmer van der Gaast [ffa1173] * irc_commands.c (modified) Allow the user to change his/her nick. My old concern was that it ... Sun, 11 Apr 2010 19:38:45 GMT Wilmer van der Gaast [dbb0ce3] * root_commands.c (modified) Restored add/remove command and, oh, yes/no commands. Nice to be able ... Sun, 11 Apr 2010 19:10:12 GMT Wilmer van der Gaast [e00da63] * Makefile (modified) * protocols/nogaim.c (modified) * query.c (modified) Restored query/ask stuff. Sun, 11 Apr 2010 18:13:19 GMT Wilmer van der Gaast [a87e6ba] * protocols/jabber/s5bytestream.c (modified) Merging a Jabber ft bugfix. Sun, 11 Apr 2010 18:12:25 GMT Wilmer van der Gaast [3ab1d31] * protocols/jabber/s5bytestream.c (modified) Fixing a bug in s5bytestream code to deal with incomplete SOCKS5 ... 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 ... Sat, 10 Apr 2010 10:07:11 GMT Wilmer van der Gaast [4fca1db] * Makefile (modified) * configure (modified) Make compiling on BSD less painful: mktemp really does need a ... Sat, 10 Apr 2010 02:27:50 GMT Wilmer van der Gaast [1f92a58] * Makefile (modified) * irc.c (modified) * irc.h (modified) * root_commands.c (modified) * storage_xml.c (modified) * unix.c (modified) Restore the storage module. Fri, 09 Apr 2010 01:11:10 GMT Wilmer van der Gaast [16592d8] * protocols/twitter/twitter.c (modified) If the user leaves the Twitter channel, allow that. Recreate it when ... Fri, 09 Apr 2010 00:40:38 GMT Wilmer van der Gaast [cca0692] * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/twitter/twitter_lib.c (modified) Added imcb_chat_nick_hint() and use it in the Twitter module to get ... Thu, 08 Apr 2010 22:16:38 GMT Wilmer van der Gaast [7a90d02] * doc/user-guide/commands.xml (modified) Document the Twitter module. And fix the default for auto_reconnect ... Thu, 08 Apr 2010 21:56:27 GMT Wilmer van der Gaast [92a9c68] * irc.c (modified) Fixed 2-byte memory leak in set_eval_charset(). Thu, 08 Apr 2010 00:55:17 GMT Wilmer van der Gaast [5b9b2b6] * doc/user-guide/commands.xml (modified) * irc.c (modified) * protocols/nogaim.c (modified) Added display_timestamps setting in case some people may not really ... Thu, 08 Apr 2010 00:51:16 GMT Wilmer van der Gaast [37d84b3] * protocols/twitter/twitter.c (modified) Don't free the Twitter chatroom if there isn't one.. Thu, 08 Apr 2010 00:42:11 GMT Wilmer van der Gaast [08579a1] * protocols/twitter/twitter_lib.c (modified) Parse timestamps in tweets. Thu, 08 Apr 2010 00:27:42 GMT Wilmer van der Gaast [2e3a857] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/jabber_util.c (modified) Added a mktime_utc() to misc.c using code that used to be in ... Wed, 07 Apr 2010 21:38:56 GMT Wilmer van der Gaast [91cec2f] * protocols/nogaim.c (modified) * protocols/twitter/twitter.c (modified) It'd be nice to not crash when the user goes away. :-) Don't export ... Wed, 07 Apr 2010 19:40:39 GMT Wilmer van der Gaast [123cac7] * configure (modified) * protocols/nogaim.c (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) Merging Twitter support. Wed, 07 Apr 2010 03:59:01 GMT Wilmer van der Gaast [3e57660] * doc/user-guide/commands.xml (modified) * irc.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) Show timestamps for offline messages. Including a timezone setting ... Wed, 07 Apr 2010 02:39:20 GMT Wilmer van der Gaast [d4efddf] * bitlbee.c (modified) Unset the IPV6_V6ONLY sockctl so listening on IPv6 will automatically ... Wed, 07 Apr 2010 02:27:55 GMT Wilmer van der Gaast [33b306e] * irc.c (modified) Don't allow non-8-bit character sets like utf-16 which completely ... Wed, 07 Apr 2010 02:15:44 GMT Wilmer van der Gaast [7815a2b] * protocols/msn/ns.c (modified) Check MSN display names given by the server for UTF-8-correctness ... Wed, 07 Apr 2010 00:46:38 GMT Wilmer van der Gaast [1014cab] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) In groupchat mode, make contacts show up in the room instead of in ... Wed, 07 Apr 2010 00:27:51 GMT Wilmer van der Gaast [d569019] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) A little more cleanup. Tue, 06 Apr 2010 23:54:00 GMT Wilmer van der Gaast [0519b0a] * protocols/twitter/twitter_http.c (modified) * protocols/twitter/twitter_lib.c (modified) Killed unused twitter_urldecode() and silence some compiler warnings. Tue, 06 Apr 2010 17:25:51 GMT Geert Mulders [2abceca] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_http.c (modified) * protocols/twitter/twitter_lib.c (modified) Updates made as a result to the comments on the review. Mon, 05 Apr 2010 01:00:02 GMT Wilmer van der Gaast [57c96f7] * irc.h (modified) * irc_channel.c (modified) * irc_user.c (modified) * root_commands.c (modified) Restored the rename command. Mon, 05 Apr 2010 00:39:04 GMT Wilmer van der Gaast [0b5cc72] * irc.h (modified) * irc_channel.c (modified) * irc_send.c (modified) * irc_user.c (modified) Send nickname change notifications when necessary. 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. Fri, 02 Apr 2010 02:29:45 GMT Wilmer van der Gaast [fb117aee] * bitlbee.h (modified) * irc.c (modified) * irc_channel.c (modified) * irc_commands.c (modified) * irc_user.c (modified) * protocols/account.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.c (modified) Cleaned lots of compiler warnings so I can get some signal again. Fri, 02 Apr 2010 02:03:50 GMT Wilmer van der Gaast [e63507a] * protocols/bee.h (modified) * protocols/bee_user.c (modified) Synced the values of some old OPT_* flags with BEE_USER_*. 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 ... Tue, 30 Mar 2010 01:30:19 GMT Wilmer van der Gaast [e3413cc] * doc/user-guide/commands.xml (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) Added local_display_name setting for MSN accounts and some hopefully ... Tue, 30 Mar 2010 00:26:11 GMT Wilmer van der Gaast [c4bc92a] * protocols/jabber/message.c (modified) Suppress empty "Headline:" messages for certain new XMPP broadcast ... Mon, 29 Mar 2010 12:25:01 GMT Wilmer van der Gaast [10a96f4] * protocols/Makefile (modified) * protocols/bee.h (modified) * protocols/bee_user.c (added) * protocols/nogaim.c (modified) * protocols/user.c (deleted) * protocols/user.h (deleted) Start restoring IM-related bits, added bee_user.c with basic ... Sun, 28 Mar 2010 03:03:57 GMT Wilmer van der Gaast [38ee021] * irc_user.c (modified) Remove deleted user from channels too! Sun, 28 Mar 2010 02:49:19 GMT Wilmer van der Gaast [3923003] * irc.c (modified) * irc_commands.c (modified) Restored server-initiated PINGs. Sun, 28 Mar 2010 02:44:19 GMT Wilmer van der Gaast [6761a40] * irc.h (modified) * irc_send.c (modified) * irc_user.c (modified) Restored multi-line message support. 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 ... Thu, 25 Mar 2010 21:31:27 GMT Geert Mulders [62d2cfb] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_lib.c (modified) * protocols/twitter/twitter_lib.h (modified) Added option to get tweeds either through groupchat or privmes. 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 ...