Wed, 17 Dec 2008 20:50:49 +0000 |
Sadrul Habib Chowdhury |
Fix a leak in myspace prpl.
|
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, 25 Feb 2008 00:25:23 +0000 |
Jeffrey Connelly |
In msimprpl, support dynamically-allocated strings in message element names,
|
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, 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 06:46:30 +0000 |
Jeffrey Connelly |
Add msim_msg_get_next_element_node() to loop over MsimMessage's.
|
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
|
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.
|
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.
|
Tue, 03 Jul 2007 03:19:16 +0000 |
Jeffrey Connelly |
Fix email address.
|
Thu, 14 Jun 2007 08:18:59 +0000 |
Jeffrey Connelly |
Change to use const gchar * where appropriate.
|
Mon, 04 Jun 2007 03:30:55 +0000 |
Jeffrey Connelly |
Enhance msim_msg_new() to accept a variadic arguments, like msim_send(),
|
Mon, 04 Jun 2007 03:07:42 +0000 |
Jeffrey Connelly |
Add msim_msg_insert_before(), needed since some elements must be in a certain order.
|
Mon, 04 Jun 2007 01:59:20 +0000 |
Jeffrey Connelly |
Change msim_msg_debug_string() to msim_msg_dump(), which prints the string
|
Sun, 03 Jun 2007 04:40:15 +0000 |
Jeffrey Connelly |
Add GCC sentinal attribute to msim_send().
|
Sun, 03 Jun 2007 01:28:59 +0000 |
Jeffrey Connelly |
Previously, the return value of the processing function and msim_process() told
|
Sat, 02 Jun 2007 02:43:43 +0000 |
Jeffrey Connelly |
Add new MsimMessage element type, MSIM_TYPE_RAW, for fields in incoming
|
Fri, 01 Jun 2007 06:11:40 +0000 |
Jeffrey Connelly |
Trivial fixes to clean up MsimMessage.
|
Fri, 01 Jun 2007 05:52:25 +0000 |
Jeffrey Connelly |
Move msim_send() to message.h, since it is implemented in message.c.
|
Fri, 01 Jun 2007 05:48:27 +0000 |
Jeffrey Connelly |
msim_msg_get_element() -> msim_msg_get(), now in header file.
|
Fri, 01 Jun 2007 05:44:50 +0000 |
Jeffrey Connelly |
Add MSIM_TYPE_STRING to msim_msg_get_binary() (but with reservations).
|
Fri, 01 Jun 2007 05:28:46 +0000 |
Jeffrey Connelly |
Add msim_msg_get_binary() - retrieves binary data values from an MsimMessage.
|
Fri, 01 Jun 2007 04:47:25 +0000 |
Jeffrey Connelly |
(Plugin loads, but cannot do anything useful)
|
Thu, 31 May 2007 06:09:46 +0000 |
Jeffrey Connelly |
(Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage.
|
Thu, 31 May 2007 02:29:50 +0000 |
Jeffrey Connelly |
Add MsimMessage implementation (sending only).
|