log libpurple/protocols/myspace/message.c @ 18889:a3a5b2e9079a

age author description
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
Thu, 05 Jul 2007 00:29:25 +0000 Jeffrey Connelly Fix bug where string returned from msim_msg_get_string() is not a new
Tue, 03 Jul 2007 03:19:16 +0000 Jeffrey Connelly Fix email address.
Sun, 24 Jun 2007 19:32:45 +0000 Jeffrey Connelly Split return type and function name + arguments on to separate lines, to
Thu, 14 Jun 2007 08:21:36 +0000 Jeffrey Connelly msim_msg_get_integer() - if could not find element, return 0.
Thu, 14 Jun 2007 08:18:59 +0000 Jeffrey Connelly Change to use const gchar * where appropriate.