# # ChangeLog for protocols # # Generated by Trac 1.2.3 # 2024-03-29T11:09:43Z 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 ... 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. 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 ... 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 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, 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 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 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 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() ... 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 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 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 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. 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. 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 ... 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 ... 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. Sat, 22 Sep 2012 12:47:55 GMT Wilmer van der Gaast [9c77fbf] * lib/http_client.c (modified) * lib/http_client.h (modified) * lib/misc.c (modified) * lib/misc.h (modified) * lib/xmltree.c (modified) * lib/xmltree.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) * protocols/twitter/twitter_lib.c (modified) Merge mainline. Sat, 22 Sep 2012 12:44:47 GMT Wilmer van der Gaast [11ec078] * lib/http_client.c (modified) * protocols/twitter/twitter_lib.c (modified) Since I can't figure out where the stalls are coming from at this ... Sat, 22 Sep 2012 12:12:12 GMT Wilmer van der Gaast [d0752e8] * lib/xmltree.c (modified) * lib/xmltree.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/soap.c (modified) * protocols/twitter/twitter_lib.c (modified) Little cleanup. Use xt_from_string() where possible. Mon, 17 Sep 2012 21:42:27 GMT Wilmer van der Gaast [c6fc24a] * protocols/jabber/io.c (modified) Merge mainline. Sun, 16 Sep 2012 23:47:18 GMT Wilmer van der Gaast [daf544a] * protocols/jabber/io.c (modified) Handle see-other-host requests from XMPP servers. This should fix ... Sun, 16 Sep 2012 21:44:09 GMT Wilmer van der Gaast [a325ebd] * protocols/msn/ns.c (modified) Notification on incoming offline messages. Life is too short to ... Sun, 16 Sep 2012 20:42:11 GMT Wilmer van der Gaast [fe79de66] * protocols/msn/sb.c (modified) One more semicolon check (BYE command). Sun, 16 Sep 2012 18:08:15 GMT Wilmer van der Gaast [e9caacd] * protocols/msn/sb.c (modified) Don't accidentally create groupchats for 1:1 chats. Sun, 16 Sep 2012 17:40:44 GMT Wilmer van der Gaast [79bb7e4] * protocols/msn/msn.h (modified) * protocols/msn/msn_util.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) Online status should be read properly now. Sun, 16 Sep 2012 13:52:19 GMT Wilmer van der Gaast [080c43a] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) Some more tweaks: Should show up online now, and be able to send and ... Sun, 16 Sep 2012 11:52:35 GMT Wilmer van der Gaast [f9258ae] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) Generate a machine UUID instead of using a hardcoded one. Sun, 16 Sep 2012 00:09:58 GMT Wilmer van der Gaast [bc676ac] * protocols/msn/msn.c (modified) * protocols/msn/msn.h (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) MSNP18 code. It logs in now but otherwise doesn't work all too well. Sat, 15 Sep 2012 16:24:52 GMT Wilmer van der Gaast [b61c74c] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) * protocols/twitter/twitter_lib.h (modified) Merge Twitter favourite command from Flexo/#983. Leaving out the ... Sat, 15 Sep 2012 16:03:33 GMT Wilmer van der Gaast [b3d99e3] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) Twitter module cleanup: Both Twitter and identi.ca "modules" support ... Sat, 15 Sep 2012 15:59:17 GMT Wilmer van der Gaast [7281ad1] * 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) Allow building position-independent executables. #981, patch from ... Sun, 19 Aug 2012 14:07:48 GMT Wilmer van der Gaast [6ee51a9] * protocols/account.c (modified) Allow "set -del password". #984 Sun, 19 Aug 2012 13:55:01 GMT Wilmer van der Gaast [d3bfe3d] * protocols/twitter/twitter.c (modified) Fix memory leak. #985 Fri, 20 Jul 2012 20:32:53 GMT Miklos Vajna [1a0b734] * protocols/skype/skyped.py (modified) #979 skyped: tolerate errors from skype during startup Sun, 03 Jun 2012 23:31:01 GMT Wilmer van der Gaast [7d2ce9a] * protocols/twitter/twitter_lib.c (modified) Scan media entities as well, not just url entities. This should ... Sun, 03 Jun 2012 23:08:43 GMT Wilmer van der Gaast [7a2a486] * bitlbee.h (modified) * lib/xmltree.c (modified) * protocols/oscar/oscar.c (modified) Shut up a flood of GLib-related compiler warnings. Sun, 03 Jun 2012 23:02:14 GMT Wilmer van der Gaast [7de784c] * protocols/twitter/twitter.c (modified) Fixed compiler warning in twitter.c report-spam code. Sun, 22 Apr 2012 21:48:09 GMT Miklos Vajna [9ce44dd] * protocols/skype/skyped.py (modified) skyped: set FD_CLOEXEC on listening socket Skype4Py uses ... Sat, 14 Apr 2012 09:55:34 GMT Wilmer van der Gaast [e93fa05] * protocols/twitter/twitter.c (modified) Turn show_ids on by default. I need to do some more things to get ... Thu, 12 Apr 2012 21:27:54 GMT Miklos Vajna [58b65b33] * protocols/skype/skype.c (modified) skype: use ssl_disconnect instead of closesocket Also call ... Mon, 12 Mar 2012 22:36:35 GMT Wilmer van der Gaast [d18dee42] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) * protocols/twitter/twitter_lib.h (modified) Merging report-spam patch for Twitter from Flexo. #923 Sat, 10 Mar 2012 00:00:25 GMT Wilmer van der Gaast [0872bb2] * protocols/jabber/sasl.c (modified) Fix bug that broke MSN-XMPP with confusing error messages. Thu, 23 Feb 2012 12:51:12 GMT Wilmer van der Gaast [441a67e] * protocols/jabber/jabber.c (modified) Make the error message on invalid Jabber room names (this is a FAQ by ... Sat, 11 Feb 2012 17:26:41 GMT Wilmer van der Gaast [dcf155d] * protocols/msn/sb.c (modified) * protocols/msn/soap.c (modified) * protocols/msn/soap.h (modified) Drop dead support for MSN offline messages (that SOAP server isn't ... Sat, 11 Feb 2012 13:01:20 GMT Wilmer van der Gaast [eb54f56] * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) Add missing newslines to debugging output. Bug #896. Sat, 11 Feb 2012 12:55:45 GMT Wilmer van der Gaast [7fa5c19] * Makefile (modified) * configure (modified) * doc/Makefile (modified) * doc/user-guide/Makefile (modified) * lib/Makefile (modified) * protocols/Makefile (modified) * protocols/jabber/Makefile (modified) * protocols/msn/Makefile (modified) * protocols/oscar/Makefile (modified) * protocols/purple/Makefile (modified) * protocols/skype/Makefile (modified) * protocols/twitter/Makefile (modified) * protocols/yahoo/Makefile (modified) * tests/Makefile (modified) Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by ... Fri, 10 Feb 2012 23:49:28 GMT Wilmer van der Gaast [b5fe39b] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) Applied patch from #895, making show_old_mentions an integer setting ... Fri, 10 Feb 2012 18:00:00 GMT Wilmer van der Gaast [fc0640e] * protocols/jabber/conference.c (modified) * protocols/jabber/jabber.c (modified) * protocols/jabber/jabber.h (modified) Support for "nameless" chatrooms on Jabber. Just join #somechannel ... Fri, 10 Feb 2012 15:14:38 GMT Wilmer van der Gaast [bb2d198] * protocols/jabber/iq.c (modified) * protocols/jabber/jabber.h (modified) Probing for Google Talk servers, based on iq-discovery responses. ... Wed, 08 Feb 2012 00:24:12 GMT Wilmer van der Gaast [7d27962] * doc/user-guide/commands.xml (modified) * protocols/twitter/twitter.c (modified) Take t.co URL lengthe^Wshortening into account when counting message ... Mon, 30 Jan 2012 22:23:45 GMT Wilmer van der Gaast [eb4c81a] * protocols/purple/purple.c (modified) Try to show the user_split info for a protocol in "help purple ... Mon, 30 Jan 2012 21:41:00 GMT Wilmer van der Gaast [cf0dbdd] * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter_lib.c (modified) Merging strip_newlines Twitter setting. Mon, 30 Jan 2012 21:29:04 GMT Wilmer van der Gaast [8d96b78] * protocols/purple/purple.c (modified) Report mysterious unsupported libpurple options in "help purple ... Fri, 27 Jan 2012 23:25:13 GMT Miklos Vajna [85341dd] * protocols/skype/skype.c (modified) skype: properly display multiple about lines Previously we printed ... Fri, 27 Jan 2012 23:16:15 GMT Miklos Vajna [7c2daf5f] * protocols/skype/skype.c (modified) skype: don't crash in skype_parse_user() if the user has multiple ...