# # ChangeLog for / # # Generated by Trac 1.2.3 # 2024-05-10T08:24:27Z 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. 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. Sat, 22 Sep 2012 11:52:01 GMT Wilmer van der Gaast [55ccc9a0] * lib/http_client.c (modified) * lib/http_client.h (modified) * lib/misc.c (modified) * lib/misc.h (modified) Solve a whole bunch of Twitter module crashes: Twitter responses seem ... 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:26:32 GMT Wilmer van der Gaast [ddca104] * .vimrc (added) Adding a .vimrc as requested by Flexo/#983. I did correct the tabsize ... 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 15:33:55 GMT Wilmer van der Gaast [68709f5] * configure (modified) * lib/Makefile (modified) * lib/des.c (deleted) * lib/des.h (deleted) * lib/ssl_nss.c (modified) NSS module fixes from mcepl in #714. This removes des.c since it's no ... 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 Sun, 19 Aug 2012 13:53:18 GMT Wilmer van der Gaast [84be1b6] * otr.c (modified) Fixing "oppurtunistic" typo. Sat, 28 Jul 2012 11:32:32 GMT Wilmer van der Gaast [809cd37] * debian/bitlbee-common.postrm (modified) * debian/changelog (modified) Merge 3.0.5-1.1 NMU by gregor herrmann. Fixes RC Debian bug ... Fri, 20 Jul 2012 22:18:08 GMT Wilmer van der Gaast [5ffa4f7] * protocols/skype/skyped.py (modified) Merge from vmiklos, should fox #979. 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, 03 Jun 2012 21:01:06 GMT Wilmer van der Gaast [25b80e9c] * configure (modified) * doc/Makefile (modified) * doc/user-guide/Makefile (modified) Commit two patches from RH package maintainer (#956). Wed, 02 May 2012 07:58:22 GMT Wilmer van der Gaast [18e1f3b] * bitlbee.h (modified) * configure (modified) * ipc.c (modified) * irc_commands.c (modified) * irc_send.c (modified) * irc_user.c (modified) * unix.c (modified) Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because ... Sun, 22 Apr 2012 21:57:33 GMT Wilmer van der Gaast [d527913] * bitlbee.conf (modified) s/him/it/ in bitlbee.conf, bug #948. Sun, 22 Apr 2012 21:53:57 GMT Wilmer van der Gaast [3c88759] * protocols/skype/skyped.py (modified) Merge skyped bugfix (#945).