Thu, 18 Dec 2008 01:53:49 +0000 Mark Doliner Fix a few small memleaks file | diff | annotate
Wed, 17 Dec 2008 20:50:49 +0000 Sadrul Habib Chowdhury Fix a leak in myspace prpl. file | diff | annotate
Wed, 17 Dec 2008 01:33:10 +0000 Daniel Atallah Fix win32 build. file | diff | annotate
Tue, 16 Dec 2008 21:31:05 +0000 Mark Doliner Remove a bunch of calls to msim_msg_dump(). I find it really annoying file | diff | annotate
Tue, 16 Dec 2008 01:40:38 +0000 Mark Doliner Mark some parameters as const char * instead of char * and don't file | diff | annotate
Mon, 15 Dec 2008 05:32:31 +0000 Mark Doliner Shuffling things around, remove stray whitespace, remove some forward file | diff | annotate
Mon, 15 Dec 2008 04:08:31 +0000 Mark Doliner Change the msim_msg_clone_element() function to respect the "dynamic_name" file | diff | annotate
Thu, 27 Nov 2008 05:54:09 +0000 Richard Laager The other day while struct hiding, I noticed a for loop that was checking file | diff | annotate
Mon, 25 Feb 2008 00:25:23 +0000 Jeff Connelly In msimprpl, support dynamically-allocated strings in message element names, file | diff | annotate
Sat, 09 Feb 2008 02:22:30 +0000 Jeff Connelly Patch from oliver: file | diff | annotate
Sat, 20 Oct 2007 15:57:22 +0000 Luke Schierer applied changes from 9d35dde0c779cca73548172223ba557f27d61882 release-2.2.2 file | diff | annotate
Fri, 28 Sep 2007 15:57:10 +0000 Richard Laager applied changes from efedefa70ee1d6f7f4dd39afe5db10c7e5bfe64c release-2.2.1 file | diff | annotate
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date. file | diff | annotate
Sun, 26 Aug 2007 02:50:38 +0000 Jeff Connelly Now that MsimMessageElement's are more accessible outside message.c, file | diff | annotate
Mon, 20 Aug 2007 02:35:32 +0000 Jeff Connelly Fix crashes. In myspace.c, clone the contact_info message before sending it to soc.2007.msimprpl file | diff | annotate
Mon, 20 Aug 2007 01:15:00 +0000 Jeff Connelly Initial implementation of friend importing. Not well tested. soc.2007.msimprpl file | diff | annotate
Sun, 19 Aug 2007 23:43:48 +0000 Jeff Connelly In msim_msg_get(), start at the given node instead of using g_list_first() soc.2007.msimprpl file | diff | annotate
Sun, 19 Aug 2007 21:43:12 +0000 Jeff Connelly For each msim_msg_get_*() function that takes an element name, add soc.2007.msimprpl file | diff | annotate
Sun, 19 Aug 2007 06:57:41 +0000 Jeff Connelly Remove msim_parse_body(), obsoleted by msim_msg_get_dictionary(). soc.2007.msimprpl file | diff | annotate
Sun, 19 Aug 2007 05:04:13 +0000 Jeff Connelly Implement msim_msg_dictionary_parse() based on msim_parse_body(). This allows soc.2007.msimprpl file | diff | annotate
Sun, 12 Aug 2007 23:16:53 +0000 Jeff Connelly Conditionally-compile out debugging statements of escaping. soc.2007.msimprpl file | diff | annotate
Sun, 12 Aug 2007 18:48:03 +0000 Jeff Connelly Only say we are connected after the MsimSession structure is fully setup. soc.2007.msimprpl file | diff | annotate
Sun, 12 Aug 2007 18:20:24 +0000 Jeff Connelly Fix some assertion failures, that should really not be assertions. Found by using soc.2007.msimprpl file | diff | annotate
Sun, 12 Aug 2007 07:35:51 +0000 Jeff Connelly Rewrite escaping so that it is more correct, in order to fix #2521. Test it. soc.2007.msimprpl file | diff | annotate
Sat, 11 Aug 2007 17:57:19 +0000 Jeff Connelly Change msim_msg_new() and msim_msg_new_v() to accept the first key name as soc.2007.msimprpl file | diff | annotate
Sat, 11 Aug 2007 05:53:11 +0000 Jeff Connelly Change all code to better match the style of libpurple - use 8-space tabs soc.2007.msimprpl file | diff | annotate
Sat, 11 Aug 2007 04:38:52 +0000 Jeff Connelly Make msim_escape_or_unescape() take a const gchar *, and duplicate it itself soc.2007.msimprpl file | diff | annotate
Sat, 11 Aug 2007 04:34:20 +0000 Jeff Connelly Use cuddled if's etc. everywhere, to better match style of Pidgin/libpurple. soc.2007.msimprpl file | diff | annotate
Sat, 11 Aug 2007 04:07:39 +0000 Jeff Connelly Change escape code replacement text parallel arrays to an array of structs, soc.2007.msimprpl file | diff | annotate
Tue, 07 Aug 2007 02:54:46 +0000 Jeff Connelly In lists, only insert a | between elements, no longer at the end also. soc.2007.msimprpl file | diff | annotate
Tue, 07 Aug 2007 02:50:34 +0000 Jeff 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. soc.2007.msimprpl file | diff | annotate
Tue, 07 Aug 2007 02:11:15 +0000 Jeff Connelly In msim_msg_pack_element_dict(), separate keys and values with '=' for soc.2007.msimprpl file | diff | annotate
Sun, 05 Aug 2007 03:02:17 +0000 Jeff Connelly Be more careful about null strings in %s format specifier in debug messages. soc.2007.msimprpl file | diff | annotate
Sat, 04 Aug 2007 17:43:37 +0000 Jeff Connelly Fix crash when deleting buddies on Windows. This was done by soc.2007.msimprpl file | diff | annotate
Sun, 22 Jul 2007 07:00:10 +0000 Jeff Connelly Move msim_escape() and msim_unescape() to message.c. soc.2007.msimprpl file | diff | annotate
Sun, 22 Jul 2007 04:12:12 +0000 Jeff Connelly In MsimMessage, add support for MSIM_TYPE_LIST - pipe-separated lists. soc.2007.msimprpl file | diff | annotate
Thu, 12 Jul 2007 03:21:07 +0000 Jeff Connelly Allow setting status string messages. Known bug: custom status messages always soc.2007.msimprpl file | diff | annotate
Thu, 05 Jul 2007 06:10:30 +0000 Jeff Connelly In debug messages, don't output unknown elem->type fields as %c too (only as soc.2007.msimprpl file | diff | annotate
Thu, 05 Jul 2007 00:29:25 +0000 Jeff Connelly Fix bug where string returned from msim_msg_get_string() is not a new soc.2007.msimprpl file | diff | annotate
Tue, 03 Jul 2007 03:19:16 +0000 Jeff Connelly Fix email address. soc.2007.msimprpl file | diff | annotate
Sun, 24 Jun 2007 19:32:45 +0000 Jeff Connelly Split return type and function name + arguments on to separate lines, to soc.2007.msimprpl file | diff | annotate
Thu, 14 Jun 2007 08:21:36 +0000 Jeff Connelly msim_msg_get_integer() - if could not find element, return 0. soc.2007.msimprpl file | diff | annotate
Thu, 14 Jun 2007 08:18:59 +0000 Jeff Connelly Change to use const gchar * where appropriate. soc.2007.msimprpl file | diff | annotate
Wed, 13 Jun 2007 22:44:26 +0000 Jeff Connelly Bug fixes in MsimMessage: soc.2007.msimprpl file | diff | annotate
Wed, 06 Jun 2007 02:49:35 +0000 Jeff Connelly Pass postprocessing parameters inside MsimMessage * instead of in a new struct. soc.2007.msimprpl file | diff | annotate
Mon, 04 Jun 2007 03:30:55 +0000 Jeff Connelly Enhance msim_msg_new() to accept a variadic arguments, like msim_send(), soc.2007.msimprpl file | diff | annotate
Mon, 04 Jun 2007 03:07:42 +0000 Jeff Connelly Add msim_msg_insert_before(), needed since some elements must be in a certain order. soc.2007.msimprpl file | diff | annotate
Mon, 04 Jun 2007 01:59:20 +0000 Jeff Connelly Change msim_msg_debug_string() to msim_msg_dump(), which prints the string soc.2007.msimprpl file | diff | annotate
Sun, 03 Jun 2007 04:35:03 +0000 Jeff Connelly Add missing argument to debug string. soc.2007.msimprpl file | diff | annotate
Sun, 03 Jun 2007 02:14:03 +0000 Jeff Connelly Add incomplete msim_add_buddy() implementation. soc.2007.msimprpl file | diff | annotate
Sun, 03 Jun 2007 01:55:50 +0000 Jeff Connelly In debug messages about unknown message element types, display character in addition to numeric code. soc.2007.msimprpl file | diff | annotate
Sun, 03 Jun 2007 01:28:59 +0000 Jeff Connelly Previously, the return value of the processing function and msim_process() told soc.2007.msimprpl file | diff | annotate
Sat, 02 Jun 2007 03:26:06 +0000 Jeff Connelly Cosmetic improvement to MsimMessage debug output. soc.2007.msimprpl file | diff | annotate
Sat, 02 Jun 2007 02:43:43 +0000 Jeff Connelly Add new MsimMessage element type, MSIM_TYPE_RAW, for fields in incoming soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 06:17:54 +0000 Jeff Connelly (Plugin partially functional) Fix msim_msg_get() search. soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 06:11:40 +0000 Jeff Connelly Trivial fixes to clean up MsimMessage. soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 05:44:50 +0000 Jeff Connelly Add MSIM_TYPE_STRING to msim_msg_get_binary() (but with reservations). soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 05:28:46 +0000 Jeff Connelly Add msim_msg_get_binary() - retrieves binary data values from an MsimMessage. soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 05:07:25 +0000 Jeff Connelly Change msim_msg_get_element to msim_msg_get. soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 04:55:42 +0000 Jeff Connelly Fix msim_parse() to correctly parse into an MsimMessage *. soc.2007.msimprpl file | diff | annotate
(0) -60 tip

mercurial