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
Sun, 12 Aug 2007 07:35:51 +0000 Jeffrey Connelly Rewrite escaping so that it is more correct, in order to fix #2521. Test it.
Sat, 11 Aug 2007 17:57:19 +0000 Jeffrey Connelly Change msim_msg_new() and msim_msg_new_v() to accept the first key name as
Sat, 11 Aug 2007 05:53:11 +0000 Jeffrey Connelly Change all code to better match the style of libpurple - use 8-space tabs
Sat, 11 Aug 2007 04:38:52 +0000 Jeffrey Connelly Make msim_escape_or_unescape() take a const gchar *, and duplicate it itself
Sat, 11 Aug 2007 04:34:20 +0000 Jeffrey Connelly Use cuddled if's etc. everywhere, to better match style of Pidgin/libpurple.
Sat, 11 Aug 2007 04:07:39 +0000 Jeffrey Connelly Change escape code replacement text parallel arrays to an array of structs,
Tue, 07 Aug 2007 02:54:46 +0000 Jeffrey Connelly In lists, only insert a | between elements, no longer at the end also.
Tue, 07 Aug 2007 02:50:34 +0000 Jeffrey Connelly Add a new public function msim_msg_free_element_data(), that frees element data (but the MsimMessageElement * still must be g_free()'d). Internally, msim_msg_free_element() is still used, as a callback to g_list_foreach() to free every element in an MsimMessage.
Tue, 07 Aug 2007 02:11:15 +0000 Jeffrey Connelly In msim_msg_pack_element_dict(), separate keys and values with '=' for
Sun, 05 Aug 2007 03:02:17 +0000 Jeffrey Connelly Be more careful about null strings in %s format specifier in debug messages.
Sat, 04 Aug 2007 17:43:37 +0000 Jeffrey Connelly Fix crash when deleting buddies on Windows. This was done by
Sun, 22 Jul 2007 07:00:10 +0000 Jeffrey Connelly Move msim_escape() and msim_unescape() to message.c.
Sun, 22 Jul 2007 04:12:12 +0000 Jeffrey Connelly In MsimMessage, add support for MSIM_TYPE_LIST - pipe-separated lists.
Thu, 12 Jul 2007 03:21:07 +0000 Jeffrey Connelly Allow setting status string messages. Known bug: custom status messages always
Thu, 05 Jul 2007 06:10:30 +0000 Jeffrey Connelly In debug messages, don't output unknown elem->type fields as %c too (only as