2007-06-14 |
Jeffrey Connelly |
Reorganize the tooltip text, to show more useful information.
|
2007-06-14 |
Jeffrey Connelly |
Show buddy information in tooltip text, and the display name for status text.
|
2007-06-13 |
Jeffrey Connelly |
Remove user_lookup_cache from MsimSession in header file.
|
2007-06-13 |
Jeffrey Connelly |
Remove user_lookup_cache, and display placeholders for status and tooltip text.
|
2007-06-13 |
Jeffrey Connelly |
Make msim_remove_buddy() functional. It now sends the delbuddy, persist,
|
2007-06-13 |
Jeffrey Connelly |
Bug fixes in MsimMessage:
|
2007-06-13 |
Jeffrey Connelly |
Remove msim_get_own_uid{,_cb}() - it is not needed, since the login
|
2007-06-13 |
Jeffrey Connelly |
Several small changes to work towards a working msim_remove_buddy():
|
2007-06-12 |
Jeffrey Connelly |
Send typing notifications (tested).
|
2007-06-11 |
Jeffrey Connelly |
Add TODO in order to fix msim_tooltip_text.
|
2007-06-07 |
Jeffrey Connelly |
Add msim_uid2username_from_blist() to lookup a username by userid, by
|
2007-06-06 |
Jeffrey Connelly |
Use msim_postprocess_outgoing() to resolve uid for adding and deleting buddies.
|
2007-06-06 |
Jeffrey Connelly |
Pass postprocessing parameters inside MsimMessage * instead of in a new struct.
|
2007-06-05 |
Jeffrey Connelly |
Change msim_send_im() to use msim_postprocess_outgoing(), eliminating the
|
2007-06-05 |
Jeffrey Connelly |
Add, but do not use, two new functions to postprocess outgoing messages
|
2007-06-05 |
Jeffrey Connelly |
Add untested implementation of msim_incoming_action().
|
2007-06-05 |
Jeffrey Connelly |
Transition msim_incoming_im() to the callbackless infrastructure. Remove
|
2007-06-05 |
Jeffrey Connelly |
Add message preprocessing in msim_preprocess_incoming(), to resolve
|
2007-06-04 |
Jeffrey Connelly |
msim_status_cb() now takes a MsimMessage *, just like msim_send_im_cb() and
|
2007-06-04 |
Jeffrey Connelly |
Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key.
|
2007-06-04 |
Jeffrey Connelly |
Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and remove
|
2007-06-04 |
Jeffrey Connelly |
Enhance msim_msg_new() to accept a variadic arguments, like msim_send(),
|
2007-06-04 |
Jeffrey Connelly |
Add msim_msg_insert_before(), needed since some elements must be in a certain order.
|
2007-06-04 |
Jeffrey Connelly |
Remove 'flags' from send_im_cb_struct - it was never needed.
|
2007-06-04 |
Jeffrey Connelly |
Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.
|
2007-06-04 |
Jeffrey Connelly |
Change msim_msg_debug_string() to msim_msg_dump(), which prints the string
|
2007-06-03 |
Jeffrey Connelly |
Change MsimSession.sesskey to an integer (used to be a string), now that
|
2007-06-03 |
Jeffrey Connelly |
Add (incomplete) msim_remove_buddy().
|
2007-06-03 |
Jeffrey Connelly |
Add GCC sentinal attribute to msim_send().
|
2007-06-03 |
Jeffrey Connelly |
Add missing argument to debug string.
|
2007-06-03 |
Jeffrey Connelly |
Add incomplete msim_add_buddy() implementation.
|
2007-06-03 |
Jeffrey Connelly |
In debug messages about unknown message element types, display character in addition to numeric code.
|
2007-06-03 |
Jeffrey Connelly |
Previously, the return value of the processing function and msim_process() told
|
2007-06-02 |
Jeffrey Connelly |
Add, but do not use, incomplete functions for using typing notifications.
|
2007-06-02 |
Jeffrey Connelly |
Show online buddies on buddy list as online.
|
2007-06-02 |
Jeffrey Connelly |
Add delete buddy.
|
2007-06-02 |
Jeffrey Connelly |
Update version to 0.6.
|
2007-06-02 |
Jeffrey Connelly |
Use symbolic constants for persist messages.
|
2007-06-02 |
Jeffrey Connelly |
Cosmetic improvement to MsimMessage debug output.
|
2007-06-02 |
Jeffrey Connelly |
Add new MsimMessage element type, MSIM_TYPE_RAW, for fields in incoming
|
2007-06-01 |
Jeffrey Connelly |
Fix double-free crash when sending messages (typo). Works again.
|
2007-06-01 |
Jeffrey Connelly |
(Plugin partially functional) Fix msim_msg_get() search.
|
2007-06-01 |
Jeffrey Connelly |
Trivial fixes to clean up MsimMessage.
|
2007-06-01 |
Jeffrey Connelly |
Use MsimMessage for receiving messages everywhere, instead of GHashTable.
|
2007-06-01 |
Jeffrey Connelly |
Move msim_send() to message.h, since it is implemented in message.c.
|
2007-06-01 |
Jeffrey Connelly |
msim_msg_get_element() -> msim_msg_get(), now in header file.
|
2007-06-01 |
Jeffrey Connelly |
Add MSIM_TYPE_STRING to msim_msg_get_binary() (but with reservations).
|
2007-06-01 |
Jeffrey Connelly |
Add msim_msg_get_binary() - retrieves binary data values from an MsimMessage.
|
2007-06-01 |
Jeffrey Connelly |
Parenthesize 5 * 1024, in case the macro expansion occurs within a complex
|
2007-06-01 |
Jeffrey Connelly |
Change msim_msg_get_element to msim_msg_get.
|
2007-06-01 |
Jeffrey Connelly |
Fix msim_parse() to correctly parse into an MsimMessage *.
|
2007-06-01 |
Jeffrey Connelly |
merge of '8bb110590d07631c51fb0be00d16deee9b1ec0d9'
|
2007-06-01 |
Jeffrey Connelly |
merge of '885cfa74f3bd945a11b82df9d3a8a1727cbcf592'
|
2007-06-01 |
Jeffrey Connelly |
Remove duplicate RC4 from cipher.c (third try; still getting used to MTN)
|
2007-06-01 |
Jeffrey Connelly |
(Plugin loads, but cannot do anything useful)
|
2007-06-01 |
Jeffrey Connelly |
disapproval of revision '9089052bc7340d891f24310b9473339e418a7708'
|
2007-06-01 |
Jeffrey Connelly |
Remove erroroneous duplicate RC4 implementation.
|
2007-05-31 |
Jeffrey Connelly |
(Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage.
|
2007-05-31 |
Jeffrey Connelly |
merge of 'e39985139f646da2edf8d287dd521e2fce8c3cb2'
|
2007-05-31 |
Jeffrey Connelly |
Add MsimMessage implementation (sending only).
|