log libpurple/protocols/myspace/myspace.c @ 17285:4f54e8c41086

age author description
Sat, 02 Jun 2007 03:26:06 +0000 Jeffrey Connelly Cosmetic improvement to MsimMessage debug output.
Fri, 01 Jun 2007 06:20:23 +0000 Jeffrey Connelly Fix double-free crash when sending messages (typo). Works again.
Fri, 01 Jun 2007 06:09:32 +0000 Jeffrey Connelly Use MsimMessage for receiving messages everywhere, instead of GHashTable.
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
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:12:32 +0000 Jeffrey Connelly Clean up a few TODO's.
Sun, 20 May 2007 08:21:01 +0000 Jeffrey Connelly Incomplete attempt at using msim_send() instead of msim_send_raw().
Sun, 20 May 2007 07:08:57 +0000 Jeffrey Connelly Implement msim_pack(), msim_sendh(), msim_send().
Sun, 13 May 2007 19:53:34 +0000 Jeffrey Connelly Do not localize any debug messages, as described in #648.
Thu, 10 May 2007 04:25:40 +0000 Jeffrey Connelly Use _ for translations in msimprpl. See #648.
Thu, 10 May 2007 04:05:49 +0000 Jeffrey Connelly Use g_return_if_fail() instead of g_assert(), as to not crash the whole program.
Wed, 09 May 2007 04:43:24 +0000 Jeffrey Connelly Check for RC4 in libpurple on plugin initialization.