log

age author description
2007-08-19 Jeffrey Connelly Add msim_msg_get_next_element_node() to loop over MsimMessage's.
2007-08-19 Jeffrey Connelly First half of "Add friends from MySpace.com" support: add msim_import_friends(),
2007-08-19 Jeffrey Connelly Implement msim_msg_dictionary_parse() based on msim_parse_body(). This allows
2007-08-15 Jeffrey Connelly No longer check the length of passwords - instead, pass the password to the
2007-08-15 Jeffrey Connelly Link to profile in get info.
2007-08-15 Jeffrey Connelly If the attention API is being used, then redefine our attention type
2007-08-14 Jeffrey Connelly Make msimprpl work without a libpurple attention API.
2007-08-14 Jeffrey Connelly Re-apply the msimprpl-specific parts of revision
2007-08-14 Jeffrey Connelly merge of '0ae78c5d891099ade8e599dc2087ff9411b98d5f'
2007-08-14 Jeffrey Connelly merge of '8a35b0d36dc6b8c63f5f5e8f499be65866ffcf39'
2007-08-13 Jeffrey Connelly merge of '639773488963c6e7b2de9d73d6ee3abe3b3c51b1'
2007-08-13 Jeffrey Connelly propagate from branch 'im.pidgin.pidgin' (head ee3cab184ee92cf36b4f36013402605653820416)
2007-08-14 Sean Egan merge of '5af486724d98e56d56d8754e0b3d06d5f48b88d4'
2007-08-14 Sean Egan ChangeLog some stuff
2007-08-14 Sean Egan Don't truncate non-aliases
2007-08-14 Sean Egan Allow drag and drop from infopane
2007-08-14 Sean Egan Double-click infopane to alias or change topic. Also, show alias instead of screenname in infopane
2007-08-13 Daniel Atallah Don't trigger another libxml2 parse from within one of the parsing callbacks. References #1652.
2007-08-16 Sadrul Habib Chowdhury Make the close-button underlined, instead of bold, and change the cursor to hand.
2007-08-13 Sadrul Habib Chowdhury merge of 'e2805167b5c9997ce6241fa2156f3fd3cc4f3568'
2007-08-13 Mark Doliner Don't try to remove a timer that doesn't exist
2007-08-13 Mark Doliner Set a larger default conversation size. Previously we were using
2007-08-13 Mark Doliner Two changes here
2007-08-13 Sadrul Habib Chowdhury Fix a crash regarding tooltips on the infopane.
2007-08-13 Sadrul Habib Chowdhury De-seaneganify some of the indentation.
2007-08-13 Sadrul Habib Chowdhury Allow the imhtml to expand and fill the void.
2007-08-13 Mark Doliner Set a minimize size of 300 pixels for the imhtml showing example
2007-08-13 Sadrul Habib Chowdhury Properly escape the chat-topics in the infopane. Fixes #1903.
2007-08-13 Sadrul Habib Chowdhury Make sure dbus doesn't leak in purple_prefs_get_children_names.
2007-08-13 Sadrul Habib Chowdhury merge of '48fad9773e276b7949c6dcebf5b2948b46b8e2c7'
2007-08-13 Richard Laager Add finch/gntsound.c to POTFILES.in, as it has translation markers.
2007-08-13 William Ehlhardt - Fix a memleak
2007-08-13 William Ehlhardt - x509_signed_by now accepts a signature by an X.509 version 1
2007-08-13 William Ehlhardt - Add the Verisign root key (used for MSN)
2007-08-13 William Ehlhardt - Force full initialization of SSL system at startup
2007-08-13 William Ehlhardt - Move ssl-gnutls x509 registration until after GnuTLS itself is inited
2007-08-13 William Ehlhardt - Fix the autoconf/automake stuff so that the ca-certs work
2007-08-13 William Ehlhardt - Add the ca-certs directory for putting default-shipping root certs in.
2007-08-13 William Ehlhardt - Fix x509_signed_by. Apparently I can't read documentation.
2007-08-13 William Ehlhardt - Add debugging babble
2007-08-13 William Ehlhardt - Fix memleak
2007-08-13 William Ehlhardt - Implement x509_ca_get_idlist
2007-08-13 William Ehlhardt - Implement x509_ca_delete_cert
2007-08-13 William Ehlhardt - Add a helper function to destroy x509_ca_elements, and use it where
2007-08-13 William Ehlhardt - Implement x509_ca_get_cert
2007-08-13 William Ehlhardt Cosmetics
2007-08-13 William Ehlhardt - Implement x509_ca cert_in_pool
2007-08-13 William Ehlhardt - Add a function to search the x509_ca internal structures for an id
2007-08-13 William Ehlhardt - Write the uninit function for x509_ca
2007-08-13 William Ehlhardt In x509_ca pool:
2007-08-12 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01)
2007-08-12 Luke Schierer merge of '55f3685b603ec55dbf23d659e71d47f554142a3e'
2007-08-12 Daniel Atallah Don't have the conv. window grow by the width of the transparency slider every time you open a new window. I figured this was more important than not shrinking the backlog pane when someone turns on the slider (it isn't like anyone turns it on and off all the time anyway). Fixes #2470.
2007-08-12 Daniel Atallah Use -1 as length with g_convert() functions instead of strlen()
2007-08-12 Daniel Atallah Make perl loader more robust - use G_EVAL flag on all calls so that if the perl function dies, it doesn't cause libpurple to quit.
2007-08-12 Daniel Atallah Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.
2007-08-12 Daniel Atallah don't forget share/Makefile.mingw in the dist
2007-08-11 Daniel Atallah Fix sounds on the win32 build
2007-08-11 Daniel Atallah malloc(0) returns a null pointer. Fixes #2472.
2007-08-11 Kevin Stange merge of '373e35d7a5ab723079d492a3479c77ff7be8463e'