# # ChangeLog for / # # Generated by Trac 1.2.3 # 2024-05-03T17:32:26Z Tue, 18 May 2010 00:08:17 GMT Wilmer van der Gaast [c96c72f] * protocols/purple/ft.c (modified) * protocols/purple/purple.c (modified) Little cleanup. Less compiler warnings, and removing tempfile at the ... Mon, 17 May 2010 23:38:39 GMT Wilmer van der Gaast [5d1b3a95] * protocols/purple/purple.c (modified) purple_conv_chat_invite_user() is libpurple >= 2.6.0, so use ... Mon, 17 May 2010 23:23:20 GMT Wilmer van der Gaast [8822d23] * protocols/purple/ft.c (modified) This receives files but is very fragile if anything unusual happens ... Mon, 17 May 2010 20:30:45 GMT Wilmer van der Gaast [553767c] * protocols/purple/ft-direct.c (added) * protocols/purple/ft.c (modified) Move direct ft stuff to an unused file: This gets too hairy and too ... Mon, 17 May 2010 00:14:14 GMT Wilmer van der Gaast [2309152] * protocols/purple/Makefile (modified) * protocols/purple/ft.c (added) * protocols/purple/purple.c (modified) Split off the file transfer stuff into a separate file. What a mess. Sat, 15 May 2010 23:28:16 GMT Wilmer van der Gaast [ec86b22] * doc/user-guide/commands.xml (modified) * irc.c (modified) * lib/Makefile (modified) * lib/misc.c (modified) * lib/oauth.c (added) * lib/oauth.h (added) * lib/url.c (modified) * lib/url.h (modified) * lib/xmltree.c (modified) * protocols/jabber/conference.c (modified) * protocols/msn/sb.c (modified) * protocols/nogaim.c (modified) * protocols/oscar/oscar.c (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_http.c (modified) * protocols/twitter/twitter_http.h (modified) * protocols/twitter/twitter_lib.c (modified) * protocols/yahoo/yahoo.c (modified) Mainline merge. (Probably mostly irrelevant for this branch, oh well.) Fri, 14 May 2010 00:09:29 GMT Wilmer van der Gaast [6e6b3d7] * protocols/yahoo/yahoo.c (modified) Add a warning when the user included a domain part in his/her Yahoo! ... Thu, 13 May 2010 23:05:07 GMT Wilmer van der Gaast [ca0981a] * configure (modified) As long as this is a separate branch, enabling purple by default's ... Tue, 11 May 2010 23:27:11 GMT Wilmer van der Gaast [3742fb6] * lib/xmltree.c (modified) Implement some kind of ignorant awareness of XML namespaces: Enough ... Tue, 11 May 2010 21:33:37 GMT Wilmer van der Gaast [f8cb76d] * protocols/msn/sb.c (modified) Stop those "Many switchboard failures" messages. No point in showing ... Mon, 10 May 2010 23:35:58 GMT Wilmer van der Gaast [e73a501] * protocols/jabber/conference.c (modified) Fixed a long-standing bug where non-anonymous Jabber chatrooms could ... Sun, 09 May 2010 23:23:34 GMT Wilmer van der Gaast [d8acfd3] * protocols/purple/purple.c (modified) Purple lists mix up key and value; key == what the user sees, *value* ... Sun, 09 May 2010 16:06:19 GMT Wilmer van der Gaast [7ee07c3] * protocols/oscar/oscar.c (modified) It looks like AIM mem requests (implemented as damn_you() and ... Sun, 09 May 2010 00:40:03 GMT Wilmer van der Gaast [5a599a1] * protocols/oscar/oscar.c (modified) Room names on OSCAR can't start with digits, this broke the "chat ... Sat, 08 May 2010 23:50:12 GMT Wilmer van der Gaast [aa7ce1b] * protocols/yahoo/yahoo.c (modified) Yahoo! seems to echo conference room invitations now, huh? No idea ... Mon, 03 May 2010 21:36:43 GMT Wilmer van der Gaast [9997691] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) Check Tweet length on the BitlBee side already. Sun, 02 May 2010 22:00:46 GMT Wilmer van der Gaast [6824fb3] * doc/user-guide/commands.xml (modified) Fixed show_offline documentation. (The default is off, not on.) Sun, 02 May 2010 21:20:09 GMT Wilmer van der Gaast [3b878a1] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_http.c (modified) * protocols/twitter/twitter_http.h (modified) * protocols/twitter/twitter_lib.c (modified) OAuth sanity fix: Twitter-specific stuff should *not* be in ... Sun, 02 May 2010 21:06:25 GMT Wilmer van der Gaast [839189b] * doc/user-guide/commands.xml (modified) * irc.c (modified) * protocols/nogaim.c (modified) Applied show-offline patch from Florian E.J. Fruth, adapted for a few ... Sun, 02 May 2010 16:14:14 GMT Wilmer van der Gaast [bda2975] * configure (modified) Warning on the libpurple+libevent combination. Sun, 02 May 2010 16:03:41 GMT Wilmer van der Gaast [15794dc] * protocols/purple/purple.c (modified) Groupchat support "finished". Named chatrooms are not supported ... Sun, 02 May 2010 15:53:18 GMT Wilmer van der Gaast [8ad5c34] * protocols/purple/purple.c (modified) Added support for creating groupchats. This can only be done in a ... Sun, 02 May 2010 15:49:01 GMT Wilmer van der Gaast [a348d00] * configure (modified) Although probably the Twitter module won't interfere with libpurple, ... Sat, 01 May 2010 23:55:48 GMT Wilmer van der Gaast [f485008] * protocols/purple/purple.c (modified) Support at least incoming groupchats. Not sure yet how starting them ... Sat, 01 May 2010 14:16:26 GMT Wilmer van der Gaast [4273158] * protocols/nogaim.c (modified) Oops. rt_mon start at 0=Jan, causing off-by-a-month timestamps shown ... Sat, 01 May 2010 14:10:32 GMT Wilmer van der Gaast [f4b0911] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) Save the credentials again. Sat, 01 May 2010 13:53:59 GMT Wilmer van der Gaast [c2ecadc] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_http.c (modified) * protocols/twitter/twitter_http.h (modified) * protocols/twitter/twitter_lib.c (modified) Cleaned up OAuth stuff: consumer key/secret should *not* be in ... Fri, 30 Apr 2010 22:53:29 GMT Wilmer van der Gaast [85ef57f] * lib/oauth.c (modified) NULL-initialize two vars that weren't and should. Fri, 30 Apr 2010 22:51:18 GMT Wilmer van der Gaast [a7c6d0e] * protocols/twitter/twitter.c (modified) Set HTML-flag on Twitter accounts so </> and all get converted ... Wed, 28 Apr 2010 07:44:45 GMT Wilmer van der Gaast [23784065] * doc/user-guide/commands.xml (modified) * lib/Makefile (modified) * lib/misc.c (modified) * lib/oauth.c (added) * lib/oauth.h (added) * lib/url.c (modified) * lib/url.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_http.c (modified) * protocols/twitter/twitter_http.h (modified) * protocols/twitter/twitter_lib.c (modified) Merging OAuth branch. It should be stable now and is documented. Wed, 28 Apr 2010 07:38:25 GMT Wilmer van der Gaast [3f668e47] * doc/user-guide/commands.xml (modified) OAuth documentation update. Tue, 27 Apr 2010 22:49:58 GMT Wilmer van der Gaast [0bff877] * lib/oauth.c (modified) Valgrind-clean now. And decent handling of errors (wrong PIN). Tue, 27 Apr 2010 22:42:07 GMT Wilmer van der Gaast [18dbb20] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) Valgrind cleanup. Tue, 27 Apr 2010 22:11:11 GMT Wilmer van der Gaast [ee84bdb] * lib/oauth.c (modified) The escaping, I fixed it for you. More expensive code this way and ... Mon, 26 Apr 2010 22:50:25 GMT Wilmer van der Gaast [288b215] * protocols/twitter/twitter.c (modified) Save the OAuth token in the acct structs so it doesn't have to be ... Mon, 26 Apr 2010 22:47:35 GMT Wilmer van der Gaast [78a2f1e] * lib/oauth.c (modified) Escaping in oauth_nonce(). Not sure if the escaping is entirely right ... Mon, 26 Apr 2010 22:40:11 GMT Wilmer van der Gaast [c42e8b9] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) OAuth, it lives! Mon, 26 Apr 2010 21:50:48 GMT Wilmer van der Gaast [713d611] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) Twitter module now generates authorize URLs. Mon, 26 Apr 2010 21:20:09 GMT Wilmer van der Gaast [acba168] * lib/oauth.c (modified) * lib/oauth.h (modified) Moving two public OAuth functions into the header file. Mon, 26 Apr 2010 00:42:37 GMT Wilmer van der Gaast [508c340] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_http.c (modified) * protocols/twitter/twitter_http.h (modified) * protocols/twitter/twitter_lib.c (modified) Successfully posted a tweet! Twitter's tricky. It returns vars ... Sun, 25 Apr 2010 23:21:00 GMT Wilmer van der Gaast [b2bc25c] * lib/oauth.c (modified) Added a function that generates an OAuth Authorization: HTTP header. Sun, 25 Apr 2010 19:22:02 GMT Wilmer van der Gaast [346dfd9] * lib/oauth.c (modified) oauth_access_token() added. I managed to increase the counter on ... Sun, 25 Apr 2010 18:57:06 GMT Wilmer van der Gaast [da2efd4] * lib/oauth.c (modified) Some HTTP stuff. Via gdb I can make this request a token. Sun, 25 Apr 2010 18:56:53 GMT Wilmer van der Gaast [e9eaee6] * lib/url.c (modified) * lib/url.h (modified) constified. Sun, 25 Apr 2010 15:12:13 GMT Wilmer van der Gaast [be28fe7] * lib/Makefile (modified) * lib/oauth.c (added) * lib/oauth.h (added) Code to calculate OAuth signatures. I hope that after wrapping my ... Sun, 25 Apr 2010 12:56:20 GMT Wilmer van der Gaast [0f64ca7] * lib/misc.c (modified) Make http_encode() RFC3986-compliant. (Escape everything except ... Sat, 24 Apr 2010 17:04:28 GMT Wilmer van der Gaast [c521362] * debian/control (modified) libpurple-dev build dependency. Sat, 24 Apr 2010 17:02:07 GMT Wilmer van der Gaast [ae3dc99] * Makefile (modified) * bitlbee.c (modified) * bitlbee.h (modified) * conf.c (modified) * configure (modified) * debian/bitlbee.init (modified) * debian/changelog (modified) * debian/rules (modified) * doc/CHANGES (modified) * doc/user-guide/commands.xml (modified) * irc.c (modified) * irc_commands.c (modified) * 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/msn/sb.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 stuff from mainline (1.2.6). Sat, 24 Apr 2010 16:57:34 GMT Wilmer van der Gaast [b5b40ff] * debian/rules (modified) Added BITLBEE_CONFIGURE_FLAGS variable so configure flags can be ... Sat, 24 Apr 2010 14:15:54 GMT Wilmer van der Gaast [f1b7711] * debian/rules (modified) Also override package version number for bitlbee-dev when ... Sat, 24 Apr 2010 11:51:08 GMT Wilmer van der Gaast [dd0dcac7] * debian/changelog (modified) Debian package changelog entry. Mon, 19 Apr 2010 13:08:34 GMT Wilmer van der Gaast [db57e7c] * bitlbee.h (modified) * doc/CHANGES (modified) * protocols/twitter/twitter.c (modified) 1.2.6a. I fail. :-( The 1.2.6 I just released has a groupchat mode ... Mon, 19 Apr 2010 09:40:32 GMT Wilmer van der Gaast [f4bcc22] * doc/CHANGES (modified) Finalized 1.2.6 changelog. Mon, 19 Apr 2010 09:26:49 GMT Wilmer van der Gaast [57400f4] * debian/bitlbee.init (modified) Use the $PIDFILE variable in the Debian init script. Sat, 17 Apr 2010 22:43:55 GMT Wilmer van der Gaast [a897467] * protocols/purple/purple.c (modified) I should stop doing commits with the debugging stuff still enabled. Fri, 16 Apr 2010 23:44:57 GMT Wilmer van der Gaast [0f84234] * doc/user-guide/commands.xml (modified) Help info for the switchboard_keepalives setting. Fri, 16 Apr 2010 09:58:22 GMT Wilmer van der Gaast [efbc154] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) Merge msn-keepalive, a nice hack (not yet documented) which sends ... Thu, 15 Apr 2010 23:34:41 GMT Wilmer van der Gaast [b6190ca] * doc/CHANGES (modified) Changelog update: Credit where credit is due! Thu, 15 Apr 2010 23:15:36 GMT Wilmer van der Gaast [55b1e69] * protocols/twitter/twitter_lib.c (modified) Since the home/timeline response can (and often does) come in before ... Thu, 15 Apr 2010 23:10:10 GMT Wilmer van der Gaast [e88fbe27] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) Added a meta-contact twitter_$username and replaced the ... Wed, 14 Apr 2010 19:08:23 GMT Wilmer van der Gaast [f9ed311] * bitlbee.c (modified) getaddrinfo(NULL) may return an IPv4 address first but we should ... 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. 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. ... 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 01:05:39 GMT Wilmer van der Gaast [bb839e8] * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) Be more clever with keepalives; detect when a switchboard is opened ... Fri, 09 Apr 2010 23:16:38 GMT Wilmer van der Gaast [9bf2481] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) First stab at MSN keepalives. Only kicks in if the user goes ... 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. 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 ... 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. Tue, 23 Mar 2010 01:06:25 GMT Wilmer van der Gaast [edfc6db] * protocols/purple/purple.c (modified) Frankenstein, it lives! This stuff can send files but it has ... Mon, 22 Mar 2010 01:20:40 GMT Wilmer van der Gaast [c735200] * protocols/purple/purple.c (modified) Incoming file transfers can now be accepted (and should work) and/or ... Sun, 21 Mar 2010 21:38:42 GMT Wilmer van der Gaast [437bd9b] * protocols/purple/purple.c (modified) Enough code to make an incoming transfer show up properly and accept ... Sun, 21 Mar 2010 16:57:20 GMT Wilmer van der Gaast [0cb71a6] * dcc.c (modified) I renamed GAIM_INPUT_* to something else in this branch. Sun, 21 Mar 2010 16:17:24 GMT Wilmer van der Gaast [85693e6] * 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) * protocols/oscar/oscar.c (modified) * root_commands.c (modified) Merging in killerbee stuff (just file transfers and maybe a few ...