log

age author description
2007-08-14 William Ehlhardt merge of '3413e78bc17828c36f80fa106446aef898adfc6d'
2007-08-14 Ka-Hing Cheung this change from 1c3f25359208d70ea8d20a62c1dd4d7232b7a11a broke my
2007-08-14 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 37a828a3519f5c2fe7a6d94dc41d607b807dd371)
2007-08-14 Daniel Atallah Use gtk's functionality to keep window on top. Think this fixes #1743
2007-08-14 Sean Egan merge of '1c3f25359208d70ea8d20a62c1dd4d7232b7a11a'
2007-08-11 Sean Egan When converting to xhtml, only add URLs in angle brackets if it doesn't match the cdata. Fixes #2445
2007-08-11 Sean Egan Don't scroll to bottom if imhtml is not realized. Fixes #2320
2007-08-11 Sean Egan Thanks sadrul. Fixes #2277
2007-08-21 Jeffrey Connelly Remove icons to avoid merge conflicts.
2007-08-20 Jeffrey Connelly Re-add Hylke's additional emoticons for MySpaceIM.
2007-08-20 Jeffrey Connelly Remove im.pidgin.soc.2007.msimprpl's versions of Hylke's extra icons to
2007-08-20 Jeffrey Connelly Fix crashes. In myspace.c, clone the contact_info message before sending it to
2007-08-20 Jeffrey Connelly Initial implementation of friend importing. Not well tested.
2007-08-19 Jeffrey Connelly In msim_msg_get(), start at the given node instead of using g_list_first()
2007-08-19 Jeffrey Connelly For each msim_msg_get_*() function that takes an element name, add
2007-08-19 Jeffrey Connelly Remove msim_parse_body(), obsoleted by msim_msg_get_dictionary().
2007-08-19 Jeffrey Connelly Replace msim_parse_body(), which returns a GHashTable * and takes a gchar *,
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'
2007-07-12 Tim Ringenbach Make adding buddies work again for yahoo.
2007-07-11 Tim Ringenbach Allow you to move your Yahoo! buddies between groups again.
2007-07-11 Tim Ringenbach Reverse the key/value pairs as they go out, so that they're in the correct
2007-08-13 Sadrul Habib Chowdhury Destroy the tooltip when a conversation window is closed.
2007-08-11 Kevin Stange merge of 'bbeac90ad01d5059327da9e2504716614a191cab'
2007-08-11 Sadrul Habib Chowdhury Print debug messages appropriately.
2007-08-11 Sadrul Habib Chowdhury Fix a couple of memory leaks.
2007-08-11 Sadrul Habib Chowdhury Mark a string for translation.
2007-08-11 Sadrul Habib Chowdhury Crash fix.
2007-08-11 Sadrul Habib Chowdhury Changelog the sound support in finch.
2007-08-11 Sadrul Habib Chowdhury Update the version no. for libgnt.
2007-08-11 Sadrul Habib Chowdhury merge of '67bc02a2c7f212cbe500066a42a3a477fdd25289'
2007-08-11 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.soc.2007.finchfeat' (head f9bd1ff649a74b3722f5d3181f1533a92fc3d4f8)
2007-08-11 Sadrul Habib Chowdhury Fix a memory leak.
2007-08-11 Sadrul Habib Chowdhury Fix some white-space and other similar issues. Preparing for a merge.
2007-08-11 Sadrul Habib Chowdhury Fix faulty merge.
2007-08-11 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin.2.1.0' (head 1b855097a1f8ddde513bda1e81761c8d8455f931)
2007-07-24 Eric Polino Allows libgnt to pull in needed scripts for a standalone build.
2007-07-24 Eric Polino propagate from branch 'tmpbranch' (head fd482c25cc81ccebcc993d06cad489169e942c22)
2007-07-22 Eric Polino propagate from branch 'tmpbranch' (head e6743aa2d424749cd40350df703d079ef61fd5ce)
2007-07-19 Sadrul Habib Chowdhury Whitespace fix.
2007-07-16 Eric Polino propagate from branch 'tmpbranch' (head fb9ec433650ff4b1b7f84319be7937cb6ab45e71)
2007-07-16 Eric Polino Some lines to the auto-thingies to aid in libgnt building standalone
2007-07-13 Eric Polino Deleting profile is now from the entry.
2007-07-13 Eric Polino Reset to the default profile when the active profile is deleted.
2007-07-13 Sadrul Habib Chowdhury This makes things look nicer.
2007-07-13 Sadrul Habib Chowdhury Deleting a profile doesn't need to load the default profile.
2007-07-13 Sadrul Habib Chowdhury Fix some crashes when adding new profiles with the same name.
2007-07-13 Sadrul Habib Chowdhury Reduce some of the paddings.
2007-07-13 Eric Polino In case some decide to get anal about spaces after commas.
2007-07-12 Eric Polino Profiles now work with the new layout
2007-07-12 Eric Polino Redid the look to the Sound Prefs
2007-07-12 Eric Polino Added sound profiles. First revision that's anywhere near stable, _shouldn't_ crash though.
2007-07-11 Eric Polino merge of '16890deaaff10687d4bb05f2ee33efeac224027b'
2007-07-11 Sadrul Habib Chowdhury Update the way _get_children_names is used.
2007-07-11 Sadrul Habib Chowdhury merge of '71460fdbdf27e2233f9157851787002b09ead2c6'
2007-07-11 Sadrul Habib Chowdhury One leak fix. Mostly cosmetic changes.
2007-07-11 Eric Polino merge of '8e1c0ef9ebb6ce5efc6fad6c18ad02f6f83f220e'
2007-07-11 Eric Polino Cleaned up a few missing NULL checks in GntWM
2007-07-11 Eric Polino disapproval of revision '28530bc53fbe271f49ca1baa55938a067f20aed8'
2007-07-11 Eric Polino Cleaned up a few missing NULL checks in GntWM
2007-07-11 Eric Polino Removed some useless functions
2007-07-10 Eric Polino Added some info to docs about mem management
2007-07-10 Eric Polino memleak fix
2007-07-10 Eric Polino Added sound profiles
2007-07-11 Sadrul Habib Chowdhury disapproval of revision '2d13603b37141a4e8eb8ce3358198dec9c9f7852'
2007-07-09 Eric Polino Added a function to the prefs API to get a list of children names.
2007-07-07 Sadrul Habib Chowdhury Fix a potential crash if the file-selector window is closed after the pref-window.
2007-07-07 Sadrul Habib Chowdhury Mark some strings for translation.
2007-07-07 Sadrul Habib Chowdhury Fix a potential bug.
2007-07-07 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 007693114b23cd2711c1cb9030a148e2f63de8c8)
2007-07-06 Eric Polino Made the display of files for sound events cleaner
2007-07-06 Eric Polino Added ability to show empty groups
2007-07-06 Eric Polino Fixed a few merge errors
2007-07-05 Eric Polino merge of '6a14f373f6f5ea48a0816197f7cfbfdc7600e74e'
2007-07-05 Eric Polino FIX: Setting combo_box doesn't cause memory corruption.
2007-07-05 Eric Polino merged FinchSoundPrefEvent with FinchSoundEvent and removed id from FSE
2007-07-05 Eric Polino propagate from branch 'im.pidgin.pidgin' (head 6521407fd5a6d9175e6532a874a2735658c113e9)
2007-07-05 Eric Polino Some more work to the sound prefs
2007-07-02 Eric Polino Fixed Cancel button callback
2007-07-02 Eric Polino Cleaned up a few poorly written "activate" callbacks.
2007-07-01 Eric Polino Sound prefs now save.
2007-06-29 Eric Polino Removed sound_pref_data
2007-06-29 Eric Polino Made sound_pref_data a pointer
2007-06-29 Eric Polino Added _get_value
2007-06-29 Eric Polino Changed the volume changer to a GntSlider.
2007-06-29 Eric Polino propagate from branch 'im.pidgin.pidgin' (head 89468df5d1cdb033902c9f7e41cfdf3a348d97bc)
2007-06-29 Eric Polino propagate from branch 'im.pidgin.pidgin' (head 96be2c6bb0b910f823a48bf0ffc247135df4a988)
2007-06-29 Eric Polino Fixed a merge error
2007-06-29 Eric Polino merge of '7229e4b74f5d355cabe59ecbbe84f35f1d9cdca9'
2007-06-28 Eric Polino explicit merge of 'e53fe113efde971f9f1d14d8a7af937542ee2732'
2007-06-29 Eric Polino Created SoundPrefDialog to store dialog data.
2007-06-28 Eric Polino Added more to the Sounds Preferences
2007-06-27 Eric Polino Added Sounds to the actions list
2007-06-27 Eric Polino Added some docs
2007-06-25 Eric Polino Moved:
2007-06-24 Eric Polino merge of '2970edca111b3535ae0703e3c866ad1c3b87df94'
2007-06-23 Sadrul Habib Chowdhury merge of 'ae0440e75a9a8e5aa5e513b57295049b0c338cf4'
2007-06-22 Eric Polino Conversation window names are now suffixed by type
2007-06-23 Sadrul Habib Chowdhury Define a generic g_hash_table_find for glib < 2.4, which uses
2007-06-22 Eric Polino Workspace window placement now supports substring checking in window-names
2007-06-21 Eric Polino propagate from branch 'im.pidgin.pidgin' (head d2f50519c5ed668dd980277afdc25d71ccb8a852)
2007-06-19 Eric Polino merge of '0fa7cc4bced44eafda83b747f69a36db34078edc'
2007-06-19 Eric Polino merge of '459bc8f8b1cfc6e94a0a8e8328bc86651ee59cbc'
2007-06-19 Eric Polino merge of 'c80d121e4fd54ef1ba9c1ce9e4afa059f6b777e9'
2007-06-19 Eric Polino disapproval of revision 'c80d121e4fd54ef1ba9c1ce9e4afa059f6b777e9'
2007-06-19 Eric Polino FIX: Setting an INT field in preferences wasn't working properly. We were checking for a FIELD_LIST but doing the same thing all the time.
2007-06-19 Eric Polino FIX: INT fields weren't being updated properly
2007-06-24 Eric Polino disapproval of revision 'd07595d436b95a0c21e8e5e26ffdf6c37af63915'
2007-06-15 Eric Polino Added the ability to configure sound in Finch.
2007-06-14 Eric Polino Added sound to Finch.
2007-06-12 Eric Polino Fixed a few problems that were created by the merge from the propagate.
2007-06-12 Eric Polino propagate from branch 'im.pidgin.pidgin.2.1.0' (head 121873f517c4c5e2d65c3a1cdd152694834d7db0)
2007-08-11 Sadrul Habib Chowdhury merge of '86fd5e0d8b80a9da3103e850c97f1e04a2333961'
2007-08-12 William Ehlhardt - Add a hacked-up method of adding certs to the CA pool
2007-08-12 William Ehlhardt - x509_ca_lazy_init is more implemented
2007-08-12 William Ehlhardt In x509_ca pool:
2007-08-12 William Ehlhardt - Add skeleton for X.509 Certificate Authority (x509_ca) CertificatePool
2007-08-10 William Ehlhardt - purple_certificate_verify_destroy is deprecated and has met its end.
2007-08-10 William Ehlhardt - Remove all usage of purple_certificate_verify_destroy, as it is
2007-08-10 William Ehlhardt - Add HOSTNAME CHECKING to tls_cached unknown_peer mode, which is kind
2007-08-10 William Ehlhardt - Wrote a tls_cached unknown_peer function that does many fun things,
2007-08-10 William Ehlhardt - Add verify_complete, which should deprecate verify_destroy
2007-08-10 William Ehlhardt - x509_destroy_certificate is supposed to free the PurpleCertificate
2007-08-10 William Ehlhardt - Move "certificate found in cache" out of tls_cached_start_verify into
2007-08-10 William Ehlhardt In tls_cached Verifier:
2007-08-10 William Ehlhardt - Cosmetics
2007-08-10 William Ehlhardt - Comment on NSS's refcounting prowess
2007-08-08 William Ehlhardt - Add a TODO. A most worthy accomplishment, to be sure.
2007-08-08 William Ehlhardt - Add debugging babble to check_signature_chain
2007-08-07 William Ehlhardt - Expose get_unique_id and get_issuer_unique_id through libpurple functions
2007-08-07 William Ehlhardt - Add unique_id and issuer_unique_id constructions (defined as Distinguished
2007-08-07 William Ehlhardt - tls_peers pool unescapes filenames in its directory, as it should
2007-08-07 William Ehlhardt - Add purple_certificate_check_signature_chain
2007-08-07 William Ehlhardt - Add purple_certificate_signed_by