log libpurple/protocols/myspace/myspace.h @ 17649:9cb771adbdea

age author description
Wed, 20 Jun 2007 03:28:05 +0000 Jeffrey Connelly Refactor msim_escape() & msim_unescape().
Wed, 20 Jun 2007 03:17:46 +0000 Jeffrey Connelly Add msim_test_all() and related procedures, to perform basic functionality
Thu, 14 Jun 2007 08:18:59 +0000 Jeffrey Connelly Change to use const gchar * where appropriate.
Thu, 14 Jun 2007 06:06:56 +0000 Jeffrey Connelly Implement msim_get_info() for users on the user's buddy list.
Thu, 14 Jun 2007 01:53:58 +0000 Jeffrey Connelly Add msim_offline_message() for offline message status. Always return TRUE,
Thu, 14 Jun 2007 00:23:06 +0000 Jeffrey Connelly Show buddy information in tooltip text, and the display name for status text.
Wed, 13 Jun 2007 23:43:13 +0000 Jeffrey Connelly Remove user_lookup_cache from MsimSession in header file.
Wed, 13 Jun 2007 22:57:54 +0000 Jeffrey Connelly Make msim_remove_buddy() functional. It now sends the delbuddy, persist,
Wed, 13 Jun 2007 21:25:40 +0000 Jeffrey Connelly Remove msim_get_own_uid{,_cb}() - it is not needed, since the login
Wed, 13 Jun 2007 21:21:48 +0000 Jeffrey Connelly Several small changes to work towards a working msim_remove_buddy():
Tue, 12 Jun 2007 03:40:38 +0000 Jeffrey Connelly Send typing notifications (tested).
Thu, 07 Jun 2007 04:56:01 +0000 Jeffrey Connelly Add msim_uid2username_from_blist() to lookup a username by userid, by
Tue, 05 Jun 2007 04:41:16 +0000 Jeffrey Connelly Add, but do not use, two new functions to postprocess outgoing messages
Tue, 05 Jun 2007 02:42:46 +0000 Jeffrey Connelly Transition msim_incoming_im() to the callbackless infrastructure. Remove
Tue, 05 Jun 2007 02:36:17 +0000 Jeffrey Connelly Add message preprocessing in msim_preprocess_incoming(), to resolve
Mon, 04 Jun 2007 03:49:11 +0000 Jeffrey Connelly Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and remove
Mon, 04 Jun 2007 02:31:02 +0000 Jeffrey Connelly Remove 'flags' from send_im_cb_struct - it was never needed.
Sun, 03 Jun 2007 05:50:11 +0000 Jeffrey Connelly Change MsimSession.sesskey to an integer (used to be a string), now that
Sun, 03 Jun 2007 04:50:35 +0000 Jeffrey Connelly Add (incomplete) msim_remove_buddy().
Sun, 03 Jun 2007 02:14:03 +0000 Jeffrey Connelly Add incomplete msim_add_buddy() implementation.
Sun, 03 Jun 2007 01:28:59 +0000 Jeffrey Connelly Previously, the return value of the processing function and msim_process() told
Sat, 02 Jun 2007 21:46:22 +0000 Jeffrey Connelly Add, but do not use, incomplete functions for using typing notifications.
Sat, 02 Jun 2007 20:57:11 +0000 Jeffrey Connelly Show online buddies on buddy list as online.
Sat, 02 Jun 2007 04:45:59 +0000 Jeffrey Connelly Use symbolic constants for persist messages.
Fri, 01 Jun 2007 06:09:32 +0000 Jeffrey Connelly Use MsimMessage for receiving messages everywhere, instead of GHashTable.
Fri, 01 Jun 2007 05:10:01 +0000 Jeffrey Connelly Parenthesize 5 * 1024, in case the macro expansion occurs within a complex
Fri, 01 Jun 2007 04:47:25 +0000 Jeffrey Connelly (Plugin loads, but cannot do anything useful)
Thu, 31 May 2007 06:09:46 +0000 Jeffrey Connelly (Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage.
Thu, 31 May 2007 03:06:38 +0000 Jeffrey Connelly Stylistic improvements - use type *name instead of type* name for pointers
Thu, 31 May 2007 02:17:03 +0000 Jeffrey Connelly Enable usage of RC4 in libpurple, now that it is in 2.0.1.
Wed, 23 May 2007 04:18:05 +0000 Jeffrey Connelly Use MsimMessage via msim_send(), instead of msim_send_raw(). This is a more
Tue, 22 May 2007 06:03:18 +0000 Jeffrey Connelly Add partial implementation of MsimMessage (not used anywhere yet).
Sun, 20 May 2007 20:56:04 +0000 Jeffrey Connelly Replacement magic numbers by symbolic constants.
Sun, 20 May 2007 19:08:26 +0000 Jeffrey Connelly Add field type codes.
Sun, 20 May 2007 07:08:57 +0000 Jeffrey Connelly Implement msim_pack(), msim_sendh(), msim_send().
Sun, 06 May 2007 06:48:30 +0000 Jeffrey Connelly Re-add RC4 code from Samba, whose use is enabled by not defining
Fri, 04 May 2007 04:49:01 +0000 Jeffrey Connelly Add initializers for reserved fields in plugin and prpl structures.
Mon, 30 Apr 2007 04:34:04 +0000 Jeffrey Connelly Add escaping and unescaping functions (for /1 and /2).
Sat, 28 Apr 2007 22:38:16 +0000 Jeffrey Connelly Replace printf() in MySpaceIM prpl with purple_debug_info().
Sat, 28 Apr 2007 21:19:40 +0000 Jeffrey Connelly Add MySpaceIM header file and reorganize functions.