log libpurple/protocols/myspace/message.c @ 22608:ae436d5e42d5

age author description
Mon, 25 Feb 2008 00:25:23 +0000 Jeffrey Connelly In msimprpl, support dynamically-allocated strings in message element names,
Sat, 09 Feb 2008 02:22:30 +0000 Jeffrey Connelly Patch from oliver:
Sat, 20 Oct 2007 15:57:22 +0000 Luke Schierer applied changes from 9d35dde0c779cca73548172223ba557f27d61882
Fri, 28 Sep 2007 15:57:10 +0000 Richard Laager applied changes from efedefa70ee1d6f7f4dd39afe5db10c7e5bfe64c
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Sun, 26 Aug 2007 02:50:38 +0000 Jeffrey Connelly Now that MsimMessageElement's are more accessible outside message.c,
Mon, 20 Aug 2007 02:35:32 +0000 Jeffrey Connelly Fix crashes. In myspace.c, clone the contact_info message before sending it to
Mon, 20 Aug 2007 01:15:00 +0000 Jeffrey Connelly Initial implementation of friend importing. Not well tested.
Sun, 19 Aug 2007 23:43:48 +0000 Jeffrey Connelly In msim_msg_get(), start at the given node instead of using g_list_first()
Sun, 19 Aug 2007 21:43:12 +0000 Jeffrey Connelly For each msim_msg_get_*() function that takes an element name, add
Sun, 19 Aug 2007 06:57:41 +0000 Jeffrey Connelly Remove msim_parse_body(), obsoleted by msim_msg_get_dictionary().
Sun, 19 Aug 2007 05:04:13 +0000 Jeffrey Connelly Implement msim_msg_dictionary_parse() based on msim_parse_body(). This allows
Sun, 12 Aug 2007 23:16:53 +0000 Jeffrey Connelly Conditionally-compile out debugging statements of escaping.
Sun, 12 Aug 2007 18:48:03 +0000 Jeffrey Connelly Only say we are connected after the MsimSession structure is fully setup.
Sun, 12 Aug 2007 18:20:24 +0000 Jeffrey Connelly Fix some assertion failures, that should really not be assertions. Found by using