log libpurple/protocols/myspace/message.c @ 31836:8d6630912021

age author description
Sun, 17 Oct 2010 03:55:04 +0000 Daniel Atallah Fix for CVE-2010-3711. Properly validate the return value from
Sat, 27 Jun 2009 18:12:10 +0000 Etan Reisner Including internal.h here fixed a Windows build ages ago but struck me as odd
Thu, 18 Dec 2008 01:53:49 +0000 Mark Doliner Fix a few small memleaks
Wed, 17 Dec 2008 20:50:49 +0000 Sadrul Habib Chowdhury Fix a leak in myspace prpl.
Wed, 17 Dec 2008 01:33:10 +0000 Daniel Atallah Fix win32 build.
Tue, 16 Dec 2008 21:31:05 +0000 Mark Doliner Remove a bunch of calls to msim_msg_dump(). I find it really annoying
Tue, 16 Dec 2008 01:40:38 +0000 Mark Doliner Mark some parameters as const char * instead of char * and don't
Mon, 15 Dec 2008 05:32:31 +0000 Mark Doliner Shuffling things around, remove stray whitespace, remove some forward
Mon, 15 Dec 2008 04:08:31 +0000 Mark Doliner Change the msim_msg_clone_element() function to respect the "dynamic_name"
Thu, 27 Nov 2008 05:54:09 +0000 Richard Laager The other day while struct hiding, I noticed a for loop that was checking
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.