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.
|
Wed, 13 Jun 2007 22:44:26 +0000 |
Jeffrey Connelly |
Bug fixes in MsimMessage:
|
Wed, 06 Jun 2007 02:49:35 +0000 |
Jeffrey Connelly |
Pass postprocessing parameters inside MsimMessage * instead of in a new struct.
|
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:35:03 +0000 |
Jeffrey Connelly |
Add missing argument to debug string.
|
Sun, 03 Jun 2007 02:14:03 +0000 |
Jeffrey Connelly |
Add incomplete msim_add_buddy() implementation.
|
Sun, 03 Jun 2007 01:55:50 +0000 |
Jeffrey Connelly |
In debug messages about unknown message element types, display character in addition to numeric code.
|
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 03:26:06 +0000 |
Jeffrey Connelly |
Cosmetic improvement to MsimMessage debug output.
|
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:17:54 +0000 |
Jeffrey Connelly |
(Plugin partially functional) Fix msim_msg_get() search.
|
Fri, 01 Jun 2007 06:11:40 +0000 |
Jeffrey Connelly |
Trivial fixes to clean up MsimMessage.
|
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 05:07:25 +0000 |
Jeffrey Connelly |
Change msim_msg_get_element to msim_msg_get.
|
Fri, 01 Jun 2007 04:55:42 +0000 |
Jeffrey Connelly |
Fix msim_parse() to correctly parse into an MsimMessage *.
|
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).
|