log

age author description
Mon, 04 Jun 2007 03:55:35 +0000 Jeffrey Connelly Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key.
Mon, 04 Jun 2007 03:49:11 +0000 Jeffrey Connelly Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and remove
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 02:31:02 +0000 Jeffrey Connelly Remove 'flags' from send_im_cb_struct - it was never needed.
Mon, 04 Jun 2007 02:19:51 +0000 Jeffrey Connelly Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.
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 05:50:11 +0000 Jeffrey Connelly Change MsimSession.sesskey to an integer (used to be a string), now that
Sun, 03 Jun 2007 04:50:35 +0000 Jeffrey Connelly Add (incomplete) msim_remove_buddy().
Sun, 03 Jun 2007 04:40:15 +0000 Jeffrey Connelly Add GCC sentinal attribute to msim_send().
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 21:46:22 +0000 Jeffrey Connelly Add, but do not use, incomplete functions for using typing notifications.