# # ChangeLog for / # # Generated by Trac 1.2.3 # 2024-05-09T21:42:32Z Sun, 13 Jan 2013 11:41:21 GMT Miklos Vajna [fffabad] * protocols/skype/skyped.py (modified) * protocols/skype/skyped.txt (modified) skyped: add mock mode Sun, 13 Jan 2013 11:11:26 GMT Wilmer van der Gaast [4cb21b7] * protocols/account.c (modified) Don't set up the account_on_timeout() timer if *_login() called ... Sun, 06 Jan 2013 23:40:05 GMT Wilmer van der Gaast [106f19c] * doc/CHANGES (modified) BitlBee 3.2. The fairly massive Twitter improvements should be enough ... Sun, 06 Jan 2013 23:36:17 GMT Wilmer van der Gaast [955aad8] * doc/user-guide/commands.xml (modified) * protocols/jabber/jabber.c (modified) Require StartTLS from all Jabber servers by default, like most ... Sun, 06 Jan 2013 12:55:46 GMT Wilmer van der Gaast [a906b77] * bitlbee.h (modified) * doc/CHANGES (modified) * doc/user-guide/misc.xml (modified) Preparing for 3.2 release, hopefully very soon. Sun, 06 Jan 2013 12:09:35 GMT Wilmer van der Gaast [cfbecc9] * protocols/twitter/twitter.c (modified) Fixed NULL pointer dereference bug when newly connecting to ... Sat, 05 Jan 2013 13:47:56 GMT Wilmer van der Gaast [62a2bf9] * Makefile (modified) * lib/json.c (modified) * protocols/skype/HACKING (modified) * protocols/skype/Makefile (modified) * protocols/skype/README (modified) * protocols/skype/asciidoc.conf (modified) * protocols/skype/skype.c (modified) * protocols/skype/skyped.txt (modified) Merge from vmiklos. Tue, 01 Jan 2013 16:19:09 GMT Miklos Vajna [757e1e0] * Makefile (modified) * protocols/skype/HACKING (modified) * protocols/skype/Makefile (modified) * protocols/skype/README (modified) * protocols/skype/asciidoc.conf (modified) * protocols/skype/skyped.txt (modified) skype: remove unused build system targets, references to git Tue, 01 Jan 2013 16:04:34 GMT Miklos Vajna [e1d6b38] * protocols/skype/Makefile (modified) * protocols/skype/skype.c (modified) skype: make checkpatch happy again (cosmetics) Tue, 01 Jan 2013 15:44:31 GMT Miklos Vajna [7764fb1] * protocols/skype/README (modified) * protocols/skype/skype.c (modified) skype: support setting mood text Requested by martinc on IRC. Tue, 01 Jan 2013 15:31:22 GMT Miklos Vajna [eab8e52] * lib/json.c (modified) json: fix uninitialized variables json.c: In function ... Sat, 29 Dec 2012 10:56:53 GMT Wilmer van der Gaast [e6298e5] * protocols/skype/README (modified) * protocols/skype/skype.c (modified) Merging Skype fix from vmiklos. Sat, 29 Dec 2012 10:44:24 GMT Miklos Vajna [3c7af69] * protocols/skype/README (modified) * protocols/skype/skype.c (modified) skype: make it not hang with >=2.2.0.35 Sadly reading users of ... Tue, 25 Dec 2012 00:08:33 GMT Wilmer van der Gaast [14d0b02] * protocols/twitter/twitter_lib.c (modified) I suck. This will teach me not to combine logging and actual work in ... Mon, 24 Dec 2012 22:02:41 GMT Wilmer van der Gaast [c1d9c95] * lib/http_client.c (modified) * protocols/twitter/twitter_lib.c (modified) Whoops, remove those debugging printfs as I intended to do before ... Mon, 24 Dec 2012 19:17:37 GMT Wilmer van der Gaast [9b67285] * lib/ssl_gnutls.c (modified) SSL session caching. You'd think that this makes Twitter stuff ... Mon, 24 Dec 2012 13:28:02 GMT Wilmer van der Gaast [def3650] * lib/ssl_openssl.c (modified) In the OpenSSL module, keep only one global SSL context instead of ... Mon, 24 Dec 2012 12:51:26 GMT Wilmer van der Gaast [3f661849] * lib/ssl_gnutls.c (modified) * lib/ssl_openssl.c (modified) SNI client support in GnuTLS+OpenSSL modules. Sun, 23 Dec 2012 23:36:56 GMT Wilmer van der Gaast [bbc69f7] * irc_commands.c (modified) Support /NOTICE for contacts, might be used by bots for example. Pre- ... Sun, 23 Dec 2012 23:27:34 GMT Wilmer van der Gaast [c1bc24a] * protocols/jabber/sasl.c (modified) Fixed minor memory leak in Jabber module. Sat, 22 Dec 2012 00:20:24 GMT Wilmer van der Gaast [7d5afa6] * protocols/twitter/twitter_lib.h (modified) Updated report_spam API URL to 1.1. Fixes #1011. Sat, 22 Dec 2012 00:14:26 GMT Wilmer van der Gaast [cc6fdf8] * debian/copyright (modified) * doc/user-guide/commands.xml (modified) * lib/Makefile (modified) * lib/http_client.c (modified) * lib/http_client.h (modified) * lib/json.c (added) * lib/json.h (added) * lib/json_util.c (added) * lib/json_util.h (added) * lib/oauth2.c (modified) * lib/ssl_gnutls.c (modified) * nick.c (modified) * protocols/msn/msn.c (modified) * protocols/msn/ns.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.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) * protocols/twitter/twitter_lib.h (modified) Merging JSON branch. It's very stable by now, and I want more testers. Fri, 21 Dec 2012 21:50:05 GMT Wilmer van der Gaast [573e274] * protocols/twitter/twitter_lib.c (modified) For finding since_id, don't use RT original IDs of course. :-/ This ... Tue, 18 Dec 2012 01:24:33 GMT Wilmer van der Gaast [92d3044] * protocols/jabber/si.c (modified) Improved failure handling in jabber_si_handle_request(). If the imcb ... Mon, 03 Dec 2012 23:30:33 GMT Wilmer van der Gaast [2dcde94] * protocols/twitter/twitter_lib.c (modified) Don't hide own tweets in streaming mode with fetch_mentions off, and ... Sun, 02 Dec 2012 17:39:22 GMT Wilmer van der Gaast [3bda2c2] * lib/oauth2.c (modified) Fixed minor memory leak. Sun, 02 Dec 2012 16:32:59 GMT Wilmer van der Gaast [b0ee720] * lib/xmltree.c (modified) Error handling fix in xmltree. Fixes a problem where if the start of ... Sun, 02 Dec 2012 14:40:46 GMT Wilmer van der Gaast [b3eee9b] * configure (modified) Remove claims that BitlBee with NSS for SSL is supported or even ... Sun, 02 Dec 2012 12:53:12 GMT Wilmer van der Gaast [3ca001b] * protocols/twitter/twitter.c (modified) Extend twitter_message_id_from_command_arg() a little bit and use it ... Sun, 02 Dec 2012 12:40:03 GMT Wilmer van der Gaast [2c18fcd] * root_commands.c (modified) Removing comment about new syntax for the "account" command, which by ... Sat, 01 Dec 2012 12:13:44 GMT Wilmer van der Gaast [e8161ec] * lib/json.c (modified) Importing json.c UTF-8 encoding fix from upstream. Not importing the ... Tue, 27 Nov 2012 23:20:34 GMT Wilmer van der Gaast [85cd12d] * lib/json.c (modified) Fixing integer size issue in JSON parser: Although I've changed the ... Sun, 25 Nov 2012 22:28:38 GMT Wilmer van der Gaast [b235228] * lib/http_client.h (modified) * protocols/twitter/twitter_http.c (modified) * protocols/twitter/twitter_http.h (modified) * protocols/twitter/twitter_lib.c (modified) Have root confirm some commands that so far gave no feedback at all, ... Sun, 25 Nov 2012 22:09:41 GMT Wilmer van der Gaast [67f6828] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) Only a few commands use twitter_message_id_from_command_arg(), others ... Sun, 25 Nov 2012 20:43:52 GMT Wilmer van der Gaast [f97b8e9] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_lib.c (modified) Use hex for show_ids, but stick to the 2-char maximum. a 256-message ... Sun, 25 Nov 2012 20:21:24 GMT Wilmer van der Gaast [3592b95] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) To address #991, adding a strict commands mode, where one has to use ... Sun, 25 Nov 2012 18:39:11 GMT Wilmer van der Gaast [9ed0081] * nick.c (modified) * protocols/twitter/twitter_lib.c (modified) Fixed one potential memory leak, and re-remembered that for GLib + ... Sun, 25 Nov 2012 17:43:13 GMT Wilmer van der Gaast [29f72b7] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) Finally cleaned up the show-tweet functions. Sun, 25 Nov 2012 14:58:29 GMT Wilmer van der Gaast [7f557d5] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) Fixing two oopses from my last commit. Sun, 25 Nov 2012 14:26:23 GMT Wilmer van der Gaast [631ec80] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_lib.c (modified) Changed mode/room management a little bit. Sun, 25 Nov 2012 13:11:19 GMT Wilmer van der Gaast [96dd574] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_lib.c (modified) s/twitter_msg/twitter_log/ and use it in a few more places. Sun, 25 Nov 2012 12:05:48 GMT Wilmer van der Gaast [2cd8540] * protocols/twitter/twitter_lib.c (modified) Show DMs the right way. With mode=many and show_ids=off they'll look ... Sun, 25 Nov 2012 11:47:23 GMT Wilmer van der Gaast [898c08e] * lib/http_client.c (modified) Clean up streaming HTTP event handler, which should fix crash-bugs ... Sun, 25 Nov 2012 01:05:53 GMT Wilmer van der Gaast [e9bdfbc] * doc/user-guide/commands.xml (modified) Fix documentation for show_ids setting, it's on by default for a ... Sun, 25 Nov 2012 00:55:47 GMT Wilmer van der Gaast [c9b5817] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) Minor rework: Always fill td->log now and use it not just for ... Sat, 24 Nov 2012 19:20:57 GMT Wilmer van der Gaast [5f2f728] * lib/http_client.c (modified) Increasing http_client buffersize to 4KB. You'd think that with ... Sat, 24 Nov 2012 14:10:34 GMT Wilmer van der Gaast [f26d9a3e] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) Add help info for "stream" setting. Also, disable it for non-Twitter ... Sat, 24 Nov 2012 00:15:17 GMT Wilmer van der Gaast [c751e51] * protocols/twitter/twitter_lib.c (modified) Fixing one obvious memory leak. Tue, 20 Nov 2012 00:20:10 GMT Wilmer van der Gaast [5aa96fc8] * protocols/twitter/twitter_lib.c (modified) Some code for handling disconnect/event messages. Sat, 17 Nov 2012 23:51:21 GMT Wilmer van der Gaast [b006464] * configure (modified) * debian/changelog (modified) * debian/control (modified) * debian/copyright (modified) * doc/AUTHORS (modified) * doc/bitlbee.8 (modified) * doc/user-guide/help.xml (modified) * lib/ssl_bogus.c (deleted) * lib/ssl_gnutls.c (modified) * motd.txt (modified) * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/message.c (modified) * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Merge mainline. Mon, 12 Nov 2012 23:57:43 GMT Wilmer van der Gaast [d1356cb] * protocols/twitter/twitter_lib.c (modified) Decode incoming DMs. Mon, 12 Nov 2012 14:45:38 GMT Wilmer van der Gaast [e1d3f98] * configure (modified) * lib/ssl_bogus.c (deleted) Remove ssl_bogus.c, it really shouldn't be used anymore since it ... Mon, 12 Nov 2012 00:14:29 GMT Wilmer van der Gaast [aef2077] * protocols/nogaim.c (modified) Bugfix: Two commits ago I broke cleanup of the account_on_timeout() ... Mon, 12 Nov 2012 00:03:33 GMT Wilmer van der Gaast [67ebc8e] * lib/json_util.h (modified) Fixed valgrind warnings in JSON_O_FOREACH. Sun, 11 Nov 2012 23:32:47 GMT Wilmer van der Gaast [e132b60] * protocols/msn/msn.c (modified) * protocols/msn/ns.c (modified) * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) Extend keepalive code to time out connections when pings don't get ... Sun, 11 Nov 2012 22:13:07 GMT Wilmer van der Gaast [536dfa1] * protocols/nogaim.h (modified) * protocols/oscar/oscar.c (modified) Cleaning up struct im_connection a little bit. Sun, 11 Nov 2012 21:52:26 GMT Wilmer van der Gaast [dd672e2] * lib/http_client.c (modified) * lib/http_client.h (modified) * protocols/twitter/twitter_lib.c (modified) Detect and handle streaming connection loss. Sun, 11 Nov 2012 18:22:39 GMT Wilmer van der Gaast [2fb1262] * lib/ssl_gnutls.c (modified) * protocols/twitter/twitter_lib.c (modified) Tiny cleanup. Fixing some memory leaks (why did I not notice so far ... Sun, 11 Nov 2012 17:57:20 GMT Wilmer van der Gaast [1388d30] * lib/http_client.c (modified) * lib/http_client.h (modified) * protocols/twitter/twitter.c (modified) Mostly finished HTTP streaming support: Shrink the buffer and add a ... Sun, 11 Nov 2012 16:53:56 GMT Wilmer van der Gaast [62f6b45] * protocols/twitter/twitter_lib.c (modified) Realised I don't need delimited=length at all, objects are guaranteed ... Sun, 11 Nov 2012 14:42:20 GMT Wilmer van der Gaast [dff0e0b] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) * protocols/twitter/twitter_lib.h (modified) Showing tweets now, and leaking less memory. Still lots of cleanup ... Sat, 10 Nov 2012 23:52:21 GMT Wilmer van der Gaast [ddc2de5] * lib/http_client.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/twitter/twitter_lib.h (modified) Very immature code for reading from the streaming API. It reads from ... Sat, 10 Nov 2012 22:25:58 GMT Wilmer van der Gaast [8bd866f] * lib/http_client.c (modified) * lib/http_client.h (modified) Reworked http_client a little bit to support streaming besides just ... Sat, 10 Nov 2012 12:31:33 GMT Wilmer van der Gaast [9e8c945] * protocols/twitter/twitter_lib.c (modified) Removed xmltree dependency entirely. Fri, 09 Nov 2012 23:53:45 GMT Wilmer van der Gaast [24132ec] * protocols/twitter/twitter_lib.c (modified) Fixed the last parser (generic handler which just remembers status ... Fri, 09 Nov 2012 23:50:09 GMT Wilmer van der Gaast [398b2533] * lib/json_util.c (modified) Fix compiler warning (missed glib include in json_util). Fri, 09 Nov 2012 23:48:22 GMT Wilmer van der Gaast [5d749ad] * lib/json.h (modified) One difference in json.h: use "long long" instead of "long" for ... Fri, 09 Nov 2012 00:23:44 GMT Wilmer van der Gaast [5246133] * lib/json_util.c (modified) * protocols/twitter/twitter_lib.c (modified) Updated error response parsing. Also, use this for 401 responses so ... Fri, 09 Nov 2012 00:07:23 GMT Wilmer van der Gaast [fb351ce] * protocols/twitter/twitter_lib.c (modified) * protocols/twitter/twitter_lib.h (modified) Getting better. Corruption fixed, fetching of mentions fixed, error ... Thu, 08 Nov 2012 22:38:20 GMT Wilmer van der Gaast [8e3b7ac] * lib/json_util.c (modified) * lib/json_util.h (modified) * protocols/twitter/twitter_lib.c (modified) It logs in and fetches statuses! \o/ But, some corruption.. Mon, 05 Nov 2012 08:46:06 GMT Wilmer van der Gaast [0688e99] * protocols/twitter/twitter_lib.c (modified) Type safety check. Sun, 04 Nov 2012 23:39:48 GMT Wilmer van der Gaast [e08ae0c] * protocols/twitter/twitter_lib.c (modified) Can log in now. Fails to fetch timelines though, which is going to be ... Sun, 04 Nov 2012 23:39:01 GMT Wilmer van der Gaast [c08d201] * lib/Makefile (modified) * lib/json_util.c (added) * lib/json_util.h (added) Add json_util.c with helper functions. Keeping them in a separate ... Sun, 04 Nov 2012 22:23:07 GMT Wilmer van der Gaast [3b4a22a] * protocols/twitter/twitter_lib.c (modified) * protocols/twitter/twitter_lib.h (modified) s/.xml/.json/. Good luck getting that working again. Tue, 30 Oct 2012 23:41:43 GMT Wilmer van der Gaast [8f976e6] * lib/ssl_gnutls.c (modified) * protocols/jabber/jabber.c (modified) SSL fixes from Michal Suchanek. Tue, 30 Oct 2012 23:28:42 GMT Wilmer van der Gaast [addad71] * debian/changelog (modified) * debian/control (modified) Debian packaging changes: Depend on different gnutls dev package. Mon, 29 Oct 2012 00:16:12 GMT Wilmer van der Gaast [f21ad37] * debian/copyright (modified) * doc/AUTHORS (modified) * doc/bitlbee.8 (modified) * doc/user-guide/help.xml (modified) * motd.txt (modified) Update authors files to reflect the current state of things. I'd like ... Sun, 28 Oct 2012 23:54:21 GMT Wilmer van der Gaast [91ae87d] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/message.c (modified) Merging XEP-0184 support patch from Michael Stapelberg, #999. Sun, 28 Oct 2012 23:36:55 GMT Wilmer van der Gaast [ba654ec] * lib/oauth2.c (modified) Use the new JSON code for OAuth2 processing. Starting to see the ... Sun, 28 Oct 2012 23:05:02 GMT Wilmer van der Gaast [696dc9e] * debian/copyright (modified) * lib/Makefile (modified) * lib/json.c (added) * lib/json.h (added) Add json.[ch], update debian/copyright with license info. Sun, 28 Oct 2012 20:17:56 GMT Wilmer van der Gaast [4d82e50] * debian/changelog (modified) * debian/source/options (added) Meging Debian upload. Sun, 28 Oct 2012 20:17:01 GMT Wilmer van der Gaast [3079db8] * debian/changelog (modified) * debian/source/options (added) Just uploaded 3.0.6-1. Sat, 20 Oct 2012 09:44:59 GMT Wilmer van der Gaast [3cd37d7] * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo.c (modified) * protocols/yahoo/yahoo2.h (modified) * protocols/yahoo/yahoo2_callbacks.h (modified) * protocols/yahoo/yahoo_httplib.c (modified) Cleaning up some more Yahoo! symbols. Sat, 20 Oct 2012 00:02:45 GMT Wilmer van der Gaast [509cf60] * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/yahoo/libyahoo2.c (modified) Some more removals. Using ifdefs instead of read deletions in Yahoo! ... Fri, 19 Oct 2012 23:38:33 GMT Wilmer van der Gaast [6042a54] * protocols/oscar/aim.h (modified) * protocols/oscar/aim_internal.h (modified) * protocols/oscar/buddylist.c (modified) * protocols/oscar/buddylist.h (modified) * protocols/oscar/chat.c (modified) * protocols/oscar/conn.c (modified) * protocols/oscar/icq.c (modified) * protocols/oscar/icq.h (modified) * protocols/oscar/im.c (modified) * protocols/oscar/im.h (modified) * protocols/oscar/info.c (modified) * protocols/oscar/info.h (modified) * protocols/oscar/misc.c (modified) * protocols/oscar/oscar_util.c (modified) * protocols/oscar/rxhandlers.c (modified) * protocols/oscar/search.c (modified) * protocols/oscar/search.h (modified) * protocols/oscar/service.c (modified) * protocols/oscar/ssi.c (modified) * protocols/oscar/ssi.h (modified) * protocols/oscar/tlv.c (modified) Massive cleanup in OSCAR. Fri, 19 Oct 2012 23:16:52 GMT Wilmer van der Gaast [386042c] * protocols/oscar/aim.h (modified) * protocols/oscar/im.c (modified) * protocols/yahoo/Makefile (modified) * protocols/yahoo/crypt.c (deleted) * protocols/yahoo/libyahoo2.c (modified) * protocols/yahoo/yahoo_fn.c (deleted) * protocols/yahoo/yahoo_fn.h (deleted) Removing some more cruft now that I've (re)discovered ld garbage ... Fri, 19 Oct 2012 22:39:10 GMT Wilmer van der Gaast [0eb971a] * protocols/nogaim.h (modified) * protocols/oscar/aim.h (modified) * protocols/oscar/bos.c (modified) * protocols/oscar/oscar.c (modified) * protocols/oscar/ssi.c (modified) * protocols/oscar/ssi.h (modified) Removing some fully dead code. Wed, 17 Oct 2012 07:23:00 GMT Michael Stapelberg [1444be5] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) * protocols/jabber/message.c (modified) Implement jabber message receipts (XEP-0184) This change will make ... Sun, 14 Oct 2012 20:35:34 GMT Wilmer van der Gaast [13df515] * bitlbee.h (modified) * doc/CHANGES (modified) Yeah, sure, let's call this 3.0.6. Fri, 05 Oct 2012 22:56:53 GMT Wilmer van der Gaast [4fdb102] * debian/changelog (modified) Fix charset issue in debian/changelog. Mon, 01 Oct 2012 22:51:39 GMT Wilmer van der Gaast [06aed9a] * 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) Merge msnp18 branch. It's stable enough and really not that intrusive. Sat, 29 Sep 2012 21:49:46 GMT Wilmer van der Gaast [a992d7a] * debian/bitlbee-dev.postinst (added) * debian/bitlbee.postinst (added) * debian/changelog (modified) Merging 3.0.5-1.2 Debian NMU. Sat, 29 Sep 2012 19:49:19 GMT Wilmer van der Gaast [4c9d377] * protocols/msn/ns.c (modified) Suppress own UBM messages. Sat, 29 Sep 2012 19:38:18 GMT Wilmer van der Gaast [208db4b] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) Support for sending messages to federated contacts. They don't seem ... Tue, 25 Sep 2012 22:48:56 GMT Wilmer van der Gaast [3901b5d] * protocols/msn/ns.c (modified) Support for receiving messages via the NS (UBM command). Tue, 25 Sep 2012 00:10:05 GMT Wilmer van der Gaast [ba86713] * .gdbinit (added) * lib/xmltree.c (modified) * protocols/twitter/twitter_lib.c (modified) More mainline merges. Tue, 25 Sep 2012 00:08:54 GMT Wilmer van der Gaast [2a6da96] * protocols/twitter/twitter_lib.c (modified) Move Twitter XML parsing/error checking into a separate function and ... Sun, 23 Sep 2012 23:25:32 GMT Wilmer van der Gaast [6f55bec] * lib/xmltree.c (modified) xt_from_string() will return NULL if the string wasn't terminated ... Sun, 23 Sep 2012 22:09:52 GMT Wilmer van der Gaast [a07a8c2] * .gdbinit (added) Add a .gdbinit that disables ASLR (added by PIE compilation) at ... Sat, 22 Sep 2012 12:55:02 GMT Wilmer van der Gaast [6bef211] * protocols/msn/ns.c (modified) Fixed syntax error introduced by latest merge.