# # ChangeLog for protocols/purple/purple.c # # Generated by Trac 1.2.3 # 2024-03-28T11:51:31Z 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 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. 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, 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 ... 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, 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. 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 ... Fri, 12 Mar 2010 01:47:44 GMT Wilmer van der Gaast [7c5affca] * protocols/purple/purple.c (modified) Add some simple information about available settings to the online ... Fri, 12 Mar 2010 01:05:21 GMT Wilmer van der Gaast [4dc6b8d] * protocols/purple/purple.c (modified) Added support for PURPLE_PREF_STRING_LIST style settings, this makes ... Mon, 08 Mar 2010 01:21:08 GMT Wilmer van der Gaast [bab1c86] * protocols/purple/purple.c (modified) Mail notifications, partially from ... Sun, 07 Mar 2010 23:08:40 GMT Wilmer van der Gaast [52cae01] * protocols/purple/purple.c (modified) Set the ACC_FLAG_*_MESSAGE flags correctly depending on the prpl. Sun, 07 Mar 2010 22:35:00 GMT Wilmer van der Gaast [279607e] * protocols/purple/purple.c (modified) Fixed purple module to work with the new away interface. Sat, 26 Dec 2009 15:14:52 GMT Wilmer van der Gaast [a19ea7a] * protocols/purple/purple.c (modified) Use purple_buddy_get_name, not purple_buddy_get_contact_alias. Makes ... Sat, 28 Nov 2009 00:47:20 GMT Wilmer van der Gaast [3e7b640] * protocols/purple/purple.c (modified) Look up a buddy in the contact list on incoming msgs. This seems to ... Thu, 26 Nov 2009 00:04:40 GMT Wilmer van der Gaast [487f555] * protocols/purple/purple.c (modified) Support for sending zomg-im-typing notifications. Wed, 25 Nov 2009 00:45:27 GMT Wilmer van der Gaast [e5d8d21] * help.c (modified) * help.h (modified) * protocols/purple/purple.c (modified) Added in-memory help info, which I wanted to implement for ages ... Wed, 25 Nov 2009 00:19:45 GMT Wilmer van der Gaast [0ac1a375] * protocols/purple/purple.c (modified) Added enough code to handle one class of queries (action-based), ... Mon, 23 Nov 2009 23:38:31 GMT Wilmer van der Gaast [45a19e5] * protocols/purple/purple.c (modified) Oops, forgot to change one protocol name string pointer.. Mon, 23 Nov 2009 23:23:37 GMT Wilmer van der Gaast [cd741d8] * protocols/nogaim.c (modified) * protocols/nogaim.h (modified) * protocols/purple/purple.c (modified) Fixed compatibility with non-libpurple version: oscar is now ... Mon, 23 Nov 2009 22:58:20 GMT Wilmer van der Gaast [b3117f2] * protocols/purple/purple.c (modified) Adding/removing contacts now works. Wed, 14 Oct 2009 21:36:09 GMT Wilmer van der Gaast [6967d01] * protocols/purple/purple.c (modified) I think daemon mode and libpurple won't go together very well for now ... Mon, 12 Oct 2009 22:37:28 GMT Wilmer van der Gaast [4524f66] * protocols/purple/purple.c (modified) Store real names in /whois. Mon, 12 Oct 2009 22:19:41 GMT Wilmer van der Gaast [dd0d57b1] * protocols/purple/purple.c (modified) Oops, forgot to drop a printf() of all away states for debugging. Mon, 12 Oct 2009 00:00:24 GMT Wilmer van der Gaast [ec5e57d] * protocols/purple/purple.c (modified) Support for setting away states. Somewhat hackish but this stuff is ... Sun, 11 Oct 2009 21:08:26 GMT Wilmer van der Gaast [b74b287] * protocols/purple/purple.c (modified) * set.c (modified) * set.h (modified) Fixed account cleanup (use remove, not destroy) and now using user's ... Sun, 11 Oct 2009 12:57:29 GMT Wilmer van der Gaast [0f7ee7e5] * protocols/purple/purple.c (modified) * set.c (modified) * set.h (modified) Copy all the string/bool/int account settings with their defaults to ... Sun, 11 Oct 2009 12:22:23 GMT Wilmer van der Gaast [db4cd40] * protocols/purple/purple.c (modified) Some valgrind cleaning/type safety fixes. Sun, 11 Oct 2009 11:26:09 GMT Wilmer van der Gaast [4f103ea] * protocols/purple/purple.c (modified) Added handing of away states/messages of contacts. Sun, 11 Oct 2009 10:40:40 GMT Wilmer van der Gaast [4164e62] * protocols/purple/purple.c (modified) Fixing a few compiler warnings and cleaning up the last remains of ... Sat, 10 Oct 2009 23:57:26 GMT Wilmer van der Gaast [c5c18c1] * lib/events.h (modified) * lib/events_glib.c (modified) * lib/events_libevent.c (modified) * protocols/purple/purple.c (modified) Hacked up a B_EV_FLAG_FORCE_REPEAT event handler flag to make ... Sat, 10 Oct 2009 23:25:54 GMT Wilmer van der Gaast [e046390] * bitlbee.c (modified) * ipc.c (modified) * irc.c (modified) * lib/events.h (modified) * lib/events_glib.c (modified) * lib/events_libevent.c (modified) * lib/http_client.c (modified) * lib/proxy.c (modified) * lib/ssl_bogus.c (modified) * lib/ssl_client.h (modified) * lib/ssl_gnutls.c (modified) * lib/ssl_nss.c (modified) * lib/ssl_openssl.c (modified) * lib/ssl_sspi.c (modified) * protocols/jabber/io.c (modified) * protocols/msn/ns.c (modified) * protocols/msn/sb.c (modified) * protocols/oscar/oscar.c (modified) * protocols/purple/purple.c (modified) * protocols/yahoo/yahoo.c (modified) Make purple use BitlBee's event handling API. Since the APIs never ... Wed, 07 Oct 2009 23:37:32 GMT Wilmer van der Gaast [0cbef26] * protocols/purple/purple.c (modified) Added some debugging stuff and handling (better said, ignoring) of ... Tue, 06 Oct 2009 22:55:46 GMT Wilmer van der Gaast [389f7be] * protocols/purple/purple.c (modified) Support for sending messages. Tue, 06 Oct 2009 22:26:01 GMT Wilmer van der Gaast [d250b2a] * protocols/purple/purple.c (modified) Receive messages. Tue, 06 Oct 2009 21:49:42 GMT Wilmer van der Gaast [7da726b] * protocols/purple/purple.c (modified) Getting a contact list and online status now. Time to handle messages. Mon, 05 Oct 2009 23:32:34 GMT Wilmer van der Gaast [860ba6a] * protocols/purple/purple.c (modified) Moved some stuff around, got something that logs in and reports ... Sun, 04 Oct 2009 23:28:11 GMT Wilmer van der Gaast [796da03] * configure (modified) * protocols/nogaim.c (modified) * protocols/purple/Makefile (added) * protocols/purple/purple.c (added) Something that compiles and runs, but otherwise utterly useless. ...