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 06:46:30 +0000 Jeff Connelly Add msim_msg_get_next_element_node() to loop over MsimMessage's. 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
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
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
Tue, 03 Jul 2007 03:19:16 +0000 Jeff Connelly Fix email address. 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
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:40:15 +0000 Jeff Connelly Add GCC sentinal attribute to msim_send(). 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 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:11:40 +0000 Jeff Connelly Trivial fixes to clean up MsimMessage. soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 05:52:25 +0000 Jeff Connelly Move msim_send() to message.h, since it is implemented in message.c. soc.2007.msimprpl file | diff | annotate
Fri, 01 Jun 2007 05:48:27 +0000 Jeff Connelly msim_msg_get_element() -> msim_msg_get(), now in header file. 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 04:47:25 +0000 Jeff Connelly (Plugin loads, but cannot do anything useful) soc.2007.msimprpl file | diff | annotate
Thu, 31 May 2007 06:09:46 +0000 Jeff Connelly (Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage. soc.2007.msimprpl file | diff | annotate
Thu, 31 May 2007 02:29:50 +0000 Jeff Connelly Add MsimMessage implementation (sending only). soc.2007.msimprpl file | diff | annotate
(0) tip

mercurial