# # ChangeLog for / # # Generated by Trac 1.2.3 # 2024-05-11T06:33:01Z Sat, 02 Oct 2010 04:22:57 GMT Wilmer van der Gaast [ed86165] * protocols/msn/soap.c (modified) Silence some debugging stuff that was still going to stdout. Sat, 02 Oct 2010 04:21:50 GMT Wilmer van der Gaast [52f5e90] * protocols/msn/soap.c (modified) Fixed possible crash bug on removing contacts while the auth cookie ... Sun, 05 Sep 2010 14:09:43 GMT Wilmer van der Gaast [2c6b0f4] * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Fix auth for @msn.com accounts. Sun, 05 Sep 2010 12:08:12 GMT Wilmer van der Gaast [975708a] * bitlbee.c (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * help.c (modified) * irc_im.c (modified) * irc_send.c (modified) * motd.txt (modified) * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/message.c (modified) * protocols/oscar/oscar.c (modified) * protocols/oscar/ssi.c (modified) * protocols/twitter/twitter.c (modified) * unix.c (modified) Mainline merge. Sun, 05 Sep 2010 11:48:26 GMT Wilmer van der Gaast [ed320e8] * irc_send.c (modified) Oops. One more compiler warning. I wish GCC would give the same ... Sun, 05 Sep 2010 11:31:22 GMT Wilmer van der Gaast [fef7813] * bitlbee.c (modified) * help.c (modified) * irc_send.c (modified) * motd.txt (modified) * protocols/oscar/ssi.c (modified) * unix.c (modified) Fix compiler warnings. Also fixing irc_send_motd(), which so far got ... Sun, 05 Sep 2010 10:27:12 GMT Wilmer van der Gaast [41e0c00] * irc_im.c (modified) * protocols/jabber/conference.c (modified) Fixing handling of (Jabber) chatroom topic changes done by the user. Sat, 04 Sep 2010 23:31:47 GMT Wilmer van der Gaast [52d63dc] * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) Slightly better documentation of control channels and groups. Sat, 04 Sep 2010 17:23:46 GMT Wilmer van der Gaast [4e1be76] * protocols/msn/msn.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Clean up any stuff stuck in the soap queue at disconnect time. Sat, 04 Sep 2010 17:13:55 GMT Wilmer van der Gaast [27053b5] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Finish re-authentication works. Should now work for OIMs as well. Sat, 04 Sep 2010 15:54:52 GMT Wilmer van der Gaast [4aa8a04] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) This works (includes some token sabotage code to ease testing), but I ... Fri, 03 Sep 2010 21:24:58 GMT Wilmer van der Gaast [bae0617] * 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) Rearrange things a bit to support multiple NS connections. This is ... Thu, 02 Sep 2010 09:15:44 GMT Wilmer van der Gaast [64768d4] * 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) Replace msn*write functions with saner versions that accept format ... Wed, 01 Sep 2010 23:06:56 GMT Wilmer van der Gaast [4c737ebd] * irc_im.c (modified) Fixed NULL ptr dereference when hilighting non-IM users in chatrooms. Mon, 30 Aug 2010 22:02:46 GMT Wilmer van der Gaast [31dbb90a] * protocols/jabber/jabber.h (modified) * protocols/jabber/message.c (modified) Suppress subjects in Jabber conversations after showing them once. Mon, 30 Aug 2010 20:12:34 GMT Wilmer van der Gaast [fda55fa] * irc_im.c (modified) Revert to the old control channel messages for fullname changes, the ... Mon, 30 Aug 2010 19:58:33 GMT Wilmer van der Gaast [c55701e] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) Due to popular demand, now using mode=chat by default. Mon, 30 Aug 2010 19:24:28 GMT Wilmer van der Gaast [df61c35a] * protocols/oscar/oscar.c (modified) Warn the user when his/her AIM/ICQ password seems to be too long. For ... Sun, 29 Aug 2010 09:39:27 GMT Wilmer van der Gaast [02bb9db] * protocols/msn/ns.c (modified) * protocols/nogaim.c (modified) Handle payloads attached to errors (assume any number in cmd[2] would ... Sat, 28 Aug 2010 12:24:37 GMT Wilmer van der Gaast [feb1bad] * .bzrignore (modified) * Makefile (modified) * configure (modified) * lib/Makefile (modified) * protocols/Makefile (modified) * protocols/jabber/Makefile (modified) * protocols/msn/Makefile (modified) * protocols/oscar/Makefile (modified) * protocols/purple/Makefile (modified) * protocols/twitter/Makefile (modified) * protocols/yahoo/Makefile (modified) Pull in Makefile dependencies fix from mainline. Sat, 28 Aug 2010 12:22:50 GMT Wilmer van der Gaast [00374ac] * protocols/msn/tables.c (modified) Don't treat error 241 as fatal since it isn't - or at least not always. Fri, 27 Aug 2010 08:48:18 GMT Wilmer van der Gaast [b0a89cc] * .bzrignore (modified) * Makefile (modified) * configure (modified) * lib/Makefile (modified) * protocols/Makefile (modified) * protocols/jabber/Makefile (modified) * protocols/msn/Makefile (modified) * protocols/oscar/Makefile (modified) * protocols/purple/Makefile (modified) * protocols/twitter/Makefile (modified) * protocols/yahoo/Makefile (modified) Use nifty gcc -MD feature to automatically track .h dependencies of ... Fri, 27 Aug 2010 04:22:50 GMT Wilmer van der Gaast [b78c4b9] * doc/user-guide/commands.xml (modified) * irc_commands.c (modified) * irc_send.c (modified) * root_commands.c (modified) Merging minor mainline changes. Wed, 25 Aug 2010 21:37:57 GMT Wilmer van der Gaast [3f10fad] * doc/user-guide/commands.xml (modified) The "transfers" command was renamed to "transfer" but this wasn't ... Wed, 25 Aug 2010 21:35:49 GMT Wilmer van der Gaast [3cd4016] * root_commands.c (modified) I guess the nick command was never deprecated clearly, so let's do ... Wed, 25 Aug 2010 00:18:27 GMT Wilmer van der Gaast [a72af0d] * irc_commands.c (modified) * irc_send.c (modified) Fix /WHO on single nicks. Tue, 24 Aug 2010 12:19:52 GMT Wilmer van der Gaast [ea728e6] * irc.h (modified) * irc_im.c (modified) * irc_send.c (modified) * protocols/bee.h (modified) * protocols/bee_chat.c (modified) * protocols/jabber/message.c (modified) * protocols/jabber/si.c (modified) * protocols/twitter/twitter_lib.c (modified) * protocols/yahoo/libyahoo2.c (modified) * utils/README (modified) * utils/centericq2bitlbee.sh (deleted) * utils/convert_gnomeicu.txt (deleted) * utils/convert_purple.py (added) * utils/create_nicksfile.pl (deleted) Merging mainline. Sun, 22 Aug 2010 10:42:27 GMT Wilmer van der Gaast [9b1d2d6] * protocols/bee_user.c (modified) * protocols/msn/sb.c (modified) Ignore empty status messages, and msnmsgrp2p invitations. Sun, 22 Aug 2010 08:07:48 GMT Wilmer van der Gaast [bd599b9] * protocols/jabber/si.c (modified) * protocols/twitter/twitter_lib.c (modified) Fix two compiler warnings. Mon, 23 Aug 2010 10:34:36 GMT Wilmer van der Gaast [1aa74f55] * irc.h (modified) * irc_im.c (modified) * irc_send.c (modified) * protocols/bee.h (modified) * protocols/bee_chat.c (modified) * protocols/jabber/message.c (modified) Process incoming XMPP groupchat invites in a saner way: Create a ... Sun, 22 Aug 2010 13:31:53 GMT Wilmer van der Gaast [241f9f6] * protocols/yahoo/libyahoo2.c (modified) Better handling of yahoo add responses: libyahoo2 seems to (IMHO) ... Sun, 22 Aug 2010 12:15:53 GMT Wilmer van der Gaast [1bb1e01] * protocols/jabber/si.c (modified) Fixed a misuse of xt_find_node() that could get into an infinite loop. Sun, 22 Aug 2010 11:37:49 GMT Wilmer van der Gaast [f29f50e] * utils/README (modified) * utils/centericq2bitlbee.sh (deleted) * utils/convert_gnomeicu.txt (deleted) * utils/convert_purple.py (added) * utils/create_nicksfile.pl (deleted) Cleaning up utils directory, those scripts generate old-style files ... Sat, 21 Aug 2010 23:08:33 GMT Wilmer van der Gaast [fd424c8] * protocols/msn/ns.c (modified) Also pick up MSN Messenger mobile info. Sat, 21 Aug 2010 22:42:01 GMT Wilmer van der Gaast [4022b68] * debian/bitlbee-common.init (moved) * debian/bitlbee-common.postinst (moved) * debian/bitlbee-common.postrm (moved) * debian/bitlbee-common.prerm (added) * debian/bitlbee.prerm (modified) * debian/changelog (modified) * debian/rules (modified) * doc/user-guide/commands.xml (modified) * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc_channel.c (modified) * irc_send.c (modified) * lib/proxy.c (modified) * protocols/bee.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) * protocols/purple/purple.c (modified) * protocols/yahoo/yahoo.c (modified) * root_commands.c (modified) * set.h (modified) Merge mainline. Sat, 21 Aug 2010 22:39:22 GMT Wilmer van der Gaast [c00dd71] * protocols/yahoo/yahoo.c (modified) Pick up away info from Yahoo! too. Sat, 21 Aug 2010 22:25:37 GMT Wilmer van der Gaast [0ebf919] * doc/user-guide/commands.xml (modified) * protocols/bee.c (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Pass "user is mobile" info coming from OSCAR up to BitlBee and show ... Sat, 21 Aug 2010 19:48:41 GMT Wilmer van der Gaast [a758ec1] * irc.c (modified) Although the backward compatibility stuff for show_offline and ... Sat, 21 Aug 2010 19:34:17 GMT Wilmer van der Gaast [180ab31] * doc/user-guide/misc.xml (modified) * irc.c (modified) * irc_channel.c (modified) * root_commands.c (modified) * set.h (modified) Added some neat whatsnew code that keeps track of the newest version ... Sat, 21 Aug 2010 17:59:03 GMT Wilmer van der Gaast [5613af7] * root_commands.c (modified) Clearer error message when trying to read/write setting that don't ... Sat, 21 Aug 2010 17:46:47 GMT Wilmer van der Gaast [4d4a7ed] * irc_send.c (modified) Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to ... Sat, 21 Aug 2010 17:27:32 GMT Wilmer van der Gaast [327af51] * doc/CHANGES (modified) * lib/ssl_gnutls.c (modified) * lib/ssl_openssl.c (modified) * lib/xmltree.c (modified) * protocols/msn/soap.c (modified) Some general cleanup, plus fixing a bug in the memberlist parsing ... Fri, 20 Aug 2010 23:04:12 GMT Wilmer van der Gaast [a366cca] * configure (modified) * lib/Makefile (modified) * lib/des.c (added) * lib/des.h (added) Now including a nice and compact 3DES implementation done by ... Fri, 20 Aug 2010 19:30:12 GMT Wilmer van der Gaast [801b90b] * protocols/msn/soap.c (modified) Check if a connection is down before handling its SOAP responses. Fri, 20 Aug 2010 08:22:28 GMT Wilmer van der Gaast [f2520b5] * lib/xmltree.c (modified) * protocols/msn/soap.c (modified) In debugging mode, dump all SOAP requests + responses with some ... Thu, 19 Aug 2010 23:42:11 GMT Wilmer van der Gaast [bad41f56] * protocols/bee_user.c (modified) * protocols/nogaim.h (modified) * protocols/purple/purple.c (modified) libpurple: Fix typing notifications (in and out). Closes #671. Thu, 19 Aug 2010 12:21:22 GMT Wilmer van der Gaast [acd7959] * root_commands.c (modified) Forgot one NULL pointer check in the channel sensitivity code for the ... Wed, 18 Aug 2010 19:21:44 GMT Wilmer van der Gaast [80175a1] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Fetch the user's profile to see if there's a display name set there. ... Wed, 18 Aug 2010 10:01:10 GMT Wilmer van der Gaast [763a3ab] * debian/rules (modified) Pass the -Npackage flag the right way so bitlbee-libpurple doesn't ... Tue, 17 Aug 2010 23:57:50 GMT Wilmer van der Gaast [57782e4] * debian/bitlbee-common.postinst (modified) * debian/changelog (modified) Alternative way for detecting upgrades: This should make sure that ... Tue, 17 Aug 2010 23:34:25 GMT Wilmer van der Gaast [5b94e9e] * debian/bitlbee-common.init (moved) * debian/bitlbee-common.postinst (moved) * debian/bitlbee-common.postrm (moved) * debian/bitlbee-common.prerm (added) * debian/bitlbee.prerm (modified) * debian/changelog (modified) * debian/rules (modified) Move scripts, debconf and /etc stuff to bitlbee-common and really ... Tue, 17 Aug 2010 10:39:21 GMT Wilmer van der Gaast [d20ea9f] * debian/rules (modified) Debian change: set BITLBEE_LIBPURPLE=0 to only build the native variant. Sun, 15 Aug 2010 22:07:57 GMT Wilmer van der Gaast [762d96f] * lib/proxy.c (modified) If a connection fails, try the next address from the getaddrinfo() ... Sun, 15 Aug 2010 18:46:10 GMT Wilmer van der Gaast [e0e1546] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) Making display name code a bit saner. Apparently PoS MSN is still ... Sun, 15 Aug 2010 17:19:06 GMT Wilmer van der Gaast [9b01339] * protocols/msn/soap.c (modified) Check the flag in address book entries, ignore the ... Sun, 15 Aug 2010 14:27:44 GMT Wilmer van der Gaast [9679fd8] * protocols/msn/Makefile (modified) Removing soap.h dependency in Makefile. I'll have to fix the internal ... Sun, 15 Aug 2010 13:23:03 GMT Wilmer van der Gaast [660cb00] * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) Parse authentication errors. Sun, 15 Aug 2010 13:02:52 GMT Wilmer van der Gaast [5a7af1b] * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) The ADL command doesn't support >150 contacts. Split it up. Sun, 15 Aug 2010 00:05:49 GMT Wilmer van der Gaast [ff27648] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/soap.c (modified) Read group info. Sat, 14 Aug 2010 23:23:23 GMT Wilmer van der Gaast [d97f51b] * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) Fix issues with logging in with huge SSO tickets (hilariously, the ... Sat, 14 Aug 2010 23:00:53 GMT Wilmer van der Gaast [d912fe4] * lib/xmltree.c (modified) * lib/xmltree.h (modified) Add xt_find_path() to simplify digging through multi-level XML trees. Sat, 14 Aug 2010 21:33:33 GMT Wilmer van der Gaast [4fc95c5] * protocols/msn/msn_util.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) * protocols/msn/tables.c (modified) Add/Remove support. Sat, 14 Aug 2010 19:57:13 GMT Wilmer van der Gaast [6ddb223] * protocols/msn/msn_util.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Separate boilerplate and body of abservice SOAP requests since the ... Sat, 14 Aug 2010 16:16:52 GMT Wilmer van der Gaast [193dc74] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Responses to add requests work now. Sat, 14 Aug 2010 14:50:10 GMT Wilmer van der Gaast [e5854a8] * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) Show incoming auth. requests (although responding to them currently ... Sat, 14 Aug 2010 13:44:35 GMT Wilmer van der Gaast [07874be] * doc/user-guide/commands.xml (modified) * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) * irc_send.c (modified) * irc_user.c (modified) * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/jabber.c (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) * root_commands.c (modified) * sock.h (modified) Merge mainline stuff. Sat, 14 Aug 2010 13:32:46 GMT Wilmer van der Gaast [5848675] * protocols/msn/ns.c (modified) The contact's full name is in a different field now in NLN messages. Sat, 14 Aug 2010 13:06:11 GMT Wilmer van der Gaast [4452e69] * lib/xmltree.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/soap.c (modified) * protocols/msn/soap.h (modified) * protocols/nogaim.h (modified) * storage_xml.c (modified) Allow changing the display_name, now permanently! Sat, 14 Aug 2010 12:20:59 GMT Wilmer van der Gaast [d93c0eb9] * lib/xmltree.c (modified) * lib/xmltree.h (modified) * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.h (modified) Read incoming MSN status/away messages. Sat, 14 Aug 2010 11:30:40 GMT Wilmer van der Gaast [12767e3] * protocols/msn/msn.c (modified) * protocols/msn/soap.c (modified) Status/Away messages. Sat, 14 Aug 2010 11:07:45 GMT Wilmer van der Gaast [73efe3a] * protocols/msn/soap.c (modified) Allow Passport authentication with @msn.com accounts. Sat, 14 Aug 2010 10:57:17 GMT Wilmer van der Gaast [136c2bb] * sock.h (modified) Fix the libevent-specific compiler warning about closesocket(). Sat, 14 Aug 2010 10:55:20 GMT Wilmer van der Gaast [ac2717b] * doc/user-guide/commands.xml (modified) * irc.h (modified) * irc_channel.c (modified) * irc_im.c (modified) * root_commands.c (modified) blist should only show contacts that are (or would be if they were ... Sat, 14 Aug 2010 10:21:44 GMT Wilmer van der Gaast [4ffd757] * irc_user.c (modified) * protocols/twitter/twitter.c (modified) Don't send a /QUIT for every Twitter contact when going offline, and ... Sat, 14 Aug 2010 08:48:46 GMT Wilmer van der Gaast [4e4af1b] * protocols/msn/Makefile (modified) * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/passport.c (deleted) * protocols/msn/passport.h (deleted) * protocols/msn/sb.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/tables.c (modified) Remove some old Passport stuff, this is all in soap.[ch] now. Fri, 13 Aug 2010 09:12:54 GMT Wilmer van der Gaast [50b8978] * lib/ssl_gnutls.c (modified) * lib/ssl_openssl.c (modified) OpenSSL fixes + debugging. Fri, 13 Aug 2010 09:12:31 GMT Wilmer van der Gaast [91d6e91] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Sending offline messages works now ... but Pidgin doesn't seem to ... Thu, 12 Aug 2010 22:44:56 GMT Wilmer van der Gaast [b46769d] * lib/xmltree.c (modified) * lib/xmltree.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) Some syntax checking fixups; don't make the same mistake of failing ... Thu, 12 Aug 2010 22:38:30 GMT Wilmer van der Gaast [be7a180] * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/nogaim.c (modified) Proper responses to CHL challenges. Clean up bee_users before calling ... Thu, 12 Aug 2010 22:13:26 GMT Wilmer van der Gaast [ca7de3a] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) Successful login (including contact list sync). \o/ Wed, 11 Aug 2010 23:03:33 GMT Wilmer van der Gaast [7f34ce2] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Get contact list/address book info. Next step: We have to send it ... Wed, 11 Aug 2010 20:41:23 GMT Wilmer van der Gaast [2b02617] * protocols/twitter/twitter_lib.c (modified) strptime() on FreeBSD (and possibly other non-glibc platforms) %z is ... Wed, 11 Aug 2010 08:53:58 GMT Wilmer van der Gaast [72176c1] * protocols/jabber/jabber.c (modified) Small bug in the previous change: NULL-initialize srv. Wed, 11 Aug 2010 08:08:39 GMT Wilmer van der Gaast [523fb23] * lib/sha1.c (modified) * lib/sha1.h (modified) * lib/ssl_client.h (modified) * lib/ssl_openssl.c (modified) * protocols/msn/Makefile (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/msn/soap.c (modified) * protocols/msn/soap.h (modified) Implement MSNP15 SSO (Sadistic Sign-On). Tue, 10 Aug 2010 11:18:09 GMT Wilmer van der Gaast [ffdf2e7] * lib/misc.c (modified) * lib/misc.h (modified) * protocols/jabber/jabber.c (modified) When doing SRV lookups, return an array with all RRs instead of just ... Mon, 09 Aug 2010 19:04:55 GMT Wilmer van der Gaast [7db65b7] * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Not working yet, but some code for fetching the membership list. ... Mon, 09 Aug 2010 13:39:50 GMT Wilmer van der Gaast [f32c14c] * irc_send.c (modified) Oops. We're using channel mode +h (halfop) for a while already, but ... Sun, 08 Aug 2010 17:29:43 GMT Wilmer van der Gaast [5fecede] * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Enough changes to successfully login up to (but not including) ... Sun, 08 Aug 2010 15:34:49 GMT Wilmer van der Gaast [2528cda] * lib/misc.c (modified) * protocols/msn/Makefile (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/msn/soap.c (added) * protocols/msn/soap.h (added) Merging msn-offline branch. A tiny bit of MSNP13, and it works for ... Sun, 08 Aug 2010 15:25:13 GMT Wilmer van der Gaast [ee6cc94] * lib/misc.c (modified) Use local memory in http_encode() instead of malloc(). Sun, 08 Aug 2010 13:42:57 GMT Wilmer van der Gaast [b890626] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) * protocols/twitter/twitter_lib.h (modified) Add a few more commands (including RT) and the ability to send ... Sat, 07 Aug 2010 21:06:24 GMT Wilmer van der Gaast [203a2d2] * protocols/bee.h (modified) * protocols/bee_user.c (modified) * protocols/nogaim.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_lib.c (modified) Allow protocol modules to keep per-contact protocol-specific data. ... Sat, 07 Aug 2010 19:39:01 GMT Wilmer van der Gaast [7b87539] * lib/misc.c (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_lib.c (modified) * protocols/twitter/twitter_lib.h (modified) Add commands to the Twitter module, starting with undo (which deletes ... Sat, 07 Aug 2010 16:33:02 GMT Wilmer van der Gaast [daae10f] * Makefile (modified) * conf.c (modified) * configure (modified) * irc_commands.c (modified) * lib/Makefile (modified) * lib/md5.h (modified) * lib/oauth.c (modified) * lib/sha1.h (modified) * lib/xmltree.c (modified) * protocols/Makefile (modified) * protocols/jabber/Makefile (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/message.c (modified) * protocols/msn/Makefile (modified) * protocols/msn/msn.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/Makefile (modified) * protocols/twitter/Makefile (modified) * protocols/twitter/twitter_lib.c (modified) * protocols/yahoo/Makefile (modified) * protocols/yahoo/libyahoo2.c (modified) * unix.c (modified) OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen ... Sat, 07 Aug 2010 14:55:18 GMT Wilmer van der Gaast [289bd2d] * lib/proxy.c (modified) Applied patch from wahjava (with some modifications) for bug #644. ... Sat, 07 Aug 2010 13:08:46 GMT Wilmer van der Gaast [e193aeb] * protocols/twitter/twitter_lib.c (modified) Reconstruct incoming truncated retweets. Fri, 06 Aug 2010 21:05:40 GMT Wilmer van der Gaast [bf2ebd8] * doc/CHANGES (modified) Alright, let's try a dev snapshot. Thu, 05 Aug 2010 20:20:44 GMT Wilmer van der Gaast [f7d12f7] * debian/control (modified) * nick.c (modified) * protocols/oscar/oscar.c (modified) * protocols/yahoo/yahoo.c (modified) Some fixes for compiler warnings that only show up when compiling ... Wed, 04 Aug 2010 20:48:47 GMT Wilmer van der Gaast [65a4a64] * root_commands.c (modified) To address bugs #77 and #661, add some code that should avoid ... Wed, 04 Aug 2010 20:04:39 GMT Wilmer van der Gaast [23d6165] * irc_commands.c (modified) For bug #660, add a /LIST command.