log

age author description
2007-06-21 William Ehlhardt - Debugging babble
2007-06-21 William Ehlhardt applied changes from e52b685d84ca8874da6e3e71199829e513500642
2007-06-21 William Ehlhardt - More API additions
2007-06-21 William Ehlhardt - GnuTLS plugin registers an x509 certscheme now
2007-06-21 William Ehlhardt - Add unregister_scheme
2007-06-20 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 1e05cb8a9ac73bb313b07aa7944bd320f9a91dfe)
2007-08-08 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
2007-08-17 Evan Schoenberg Gadu-Gadu now calls the registration_cb for the account if it is set after performing a registration
2007-08-08 Andreas Monitzer Updated attention namespace to adhere to my new XEP-0224: Attention
2007-07-31 Andreas Monitzer Mixed up TRUE and FALSE.
2007-07-31 Andreas Monitzer Implemented a callback for unregistering, mirroring the registration callback. Since this is a new API, I can do it properly by passing it right in the unregister function call, instead of having a separate function for setting it.
2007-07-30 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head cd20365dc59b48132f198784fbca95b91d1fc5c9)
2007-08-14 Jeffrey Connelly Change two strcmp()s to purple_utf8_strcasecmp() for case-insensitive comparison.
2007-08-14 Jeffrey Connelly disapproval of revision 'b888bc5c0494c9dd0398baba81e4d602ac88948f'
2007-08-13 Jeffrey Connelly Proposed "attention" API, a generalization of zaps (MySpaceIM), buzzes
2007-08-13 Jeffrey Connelly Show buddy icons.
2007-08-13 Jeffrey Connelly Conditionally compile out a few advanced configuration options (status text
2007-08-13 Jeffrey Connelly Refactor msim_tooltip_text() and msim_get_info_cb(), so that they now both use
2007-08-12 Jeffrey Connelly Use MsimUser structure for storing ephemeral information on users, instead
2007-08-12 Jeffrey Connelly Conditionally-compile out debugging statements of escaping.
2007-08-12 Jeffrey Connelly Update for 0.14.
2007-08-12 Jeffrey Connelly Only say we are connected after the MsimSession structure is fully setup.
2007-08-12 Jeffrey Connelly Fix some assertion failures, that should really not be assertions. Found by using
2007-08-12 Jeffrey Connelly Replace non-portable stricmp() with two calls to strcmp(), one uppercase and
2007-08-12 Jeffrey Connelly Re-enable non-test mode. This revision now correctly handles links with paths.
2007-08-12 Jeffrey Connelly Rewrite escaping so that it is more correct, in order to fix #2521. Test it.
2007-08-12 Jeffrey Connelly Support sending and receiving hyperlinks.
2007-08-12 Jeffrey Connelly Support all emoticons used in the official MySpaceIM client.
2007-08-12 Jeffrey Connelly In default emoticon theme file, for MySpaceIM, change tabs used for indentation
2007-08-12 Jeffrey Connelly Add additional MySpaceIM emoticons from Hylke Bons to Makefile.am.
2007-08-12 Jeffrey Connelly Add new emoticons for MySpaceIM from Hylke Bons.
2007-08-11 Jeffrey Connelly Use msim_uid2username_from_blist() to resolve uid -> username on incoming
2007-08-11 Jeffrey Connelly Clarify password-too-long error (MySpace limits it, not us), and clean up
2007-08-11 Jeffrey Connelly Change msim_msg_new() and msim_msg_new_v() to accept the first key name as
2007-08-11 Jeffrey Connelly Fix a few typos in the MySpaceIM section of the default smileys theme input file.
2007-08-11 Jeffrey Connelly Change all code to better match the style of libpurple - use 8-space tabs
2007-08-11 Jeffrey Connelly Convert password to lowercase using g_utf8_strdown(), better because
2007-08-11 Jeffrey Connelly Use an array of structs instead of parallel arrays for the emoticon
2007-08-11 Jeffrey Connelly Always use our own msim_round() instead of checking for C99's round and using
2007-08-11 Jeffrey Connelly Make msim_escape_or_unescape() take a const gchar *, and duplicate it itself
2007-08-11 Jeffrey Connelly Use cuddled if's etc. everywhere, to better match style of Pidgin/libpurple.
2007-08-11 Jeffrey Connelly Change escape code replacement text parallel arrays to an array of structs,
2007-08-08 Jeffrey Connelly In default emoticon theme file, change MySpace to MySpaceIM to
2007-08-08 Jeffrey Connelly Use paths from win32-install-dir for -win32.zip release archive, instead of
2007-08-08 Jeffrey Connelly Use a better directory layout for the Win32 archive, now you can just unzip
2007-08-07 Jeffrey Connelly Use the right message in the persistance command for adding buddies, but
2007-08-07 Jeffrey Connelly Add MySpaceIM emoticons to default themes input file (Note: untested!)
2007-08-07 Jeffrey Connelly Use a list when updating the blocklist when removing the buddy, since
2007-08-07 Jeffrey Connelly In lists, only insert a | between elements, no longer at the end also.
2007-08-07 Jeffrey Connelly Use the new dictionary data type when:
2007-08-07 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.
2007-08-07 Jeffrey Connelly In msim_msg_pack_element_dict(), separate keys and values with '=' for
2007-08-06 Jeffrey Connelly propagate from branch 'im.pidgin.pidgin' (head 128e100bae27b44dc77c5db5be0151b0fceaea8f)
2007-08-11 Sadrul Habib Chowdhury Fix a memory leak from not freeing the ui-info hashtable on exit.
2007-08-11 Sadrul Habib Chowdhury The entries in the right-click menu on the tabs was getting cut off for me.
2007-08-11 Sadrul Habib Chowdhury Some more navigation improvement for the menus.
2007-08-11 Sadrul Habib Chowdhury Make the menus a little more usable.
2007-08-11 Sadrul Habib Chowdhury disapproval of revision 'a4ce7b8adf2db74d531c35278fe83247d90ce4b1'
2007-08-11 Sadrul Habib Chowdhury libgnt.localize
2007-08-11 Sadrul Habib Chowdhury Fix a few small bugs in the example code.