Mercurial > pidgin.yaz
graph
-
Make msim_remove_buddy() functional. It now sends the delbuddy, persist,2007-06-13, by Jeffrey Connelly
-
Bug fixes in MsimMessage:2007-06-13, by Jeffrey Connelly
-
Remove msim_get_own_uid{,_cb}() - it is not needed, since the login2007-06-13, by Jeffrey Connelly
-
Several small changes to work towards a working msim_remove_buddy():2007-06-13, by Jeffrey Connelly
-
Send typing notifications (tested).2007-06-12, by Jeffrey Connelly
-
Add TODO in order to fix msim_tooltip_text.2007-06-11, by Jeffrey Connelly
-
Add msim_uid2username_from_blist() to lookup a username by userid, by2007-06-07, by Jeffrey Connelly
-
Use msim_postprocess_outgoing() to resolve uid for adding and deleting buddies.2007-06-06, by Jeffrey Connelly
-
Pass postprocessing parameters inside MsimMessage * instead of in a new struct.2007-06-06, by Jeffrey Connelly
-
Change msim_send_im() to use msim_postprocess_outgoing(), eliminating the2007-06-05, by Jeffrey Connelly
-
Add, but do not use, two new functions to postprocess outgoing messages2007-06-05, by Jeffrey Connelly
-
Add untested implementation of msim_incoming_action().2007-06-05, by Jeffrey Connelly
-
Transition msim_incoming_im() to the callbackless infrastructure. Remove2007-06-05, by Jeffrey Connelly
-
Add message preprocessing in msim_preprocess_incoming(), to resolve2007-06-05, by Jeffrey Connelly
-
msim_status_cb() now takes a MsimMessage *, just like msim_send_im_cb() and2007-06-04, by Jeffrey Connelly
-
Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key.2007-06-04, by Jeffrey Connelly
-
Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and remove2007-06-04, by Jeffrey Connelly
-
Enhance msim_msg_new() to accept a variadic arguments, like msim_send(),2007-06-04, by Jeffrey Connelly
-
Add msim_msg_insert_before(), needed since some elements must be in a certain order.2007-06-04, by Jeffrey Connelly
-
Remove 'flags' from send_im_cb_struct - it was never needed.2007-06-04, by Jeffrey Connelly
-
Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.2007-06-04, by Jeffrey Connelly
-
Change msim_msg_debug_string() to msim_msg_dump(), which prints the string2007-06-04, by Jeffrey Connelly
-
Change MsimSession.sesskey to an integer (used to be a string), now that2007-06-03, by Jeffrey Connelly
-
Add (incomplete) msim_remove_buddy().2007-06-03, by Jeffrey Connelly
-
Add GCC sentinal attribute to msim_send().2007-06-03, by Jeffrey Connelly
-
Add missing argument to debug string.2007-06-03, by Jeffrey Connelly
-
Add incomplete msim_add_buddy() implementation.2007-06-03, by Jeffrey Connelly
-
In debug messages about unknown message element types, display character in addition to numeric code.2007-06-03, by Jeffrey Connelly
-
Previously, the return value of the processing function and msim_process() told2007-06-03, by Jeffrey Connelly
-
Add, but do not use, incomplete functions for using typing notifications.2007-06-02, by Jeffrey Connelly
-
Show online buddies on buddy list as online.2007-06-02, by Jeffrey Connelly
-
Add delete buddy.2007-06-02, by Jeffrey Connelly