log

age author description
2007-08-17 Luke Schierer merge of '248776630a5ac63bd46aba2e4fd73d05f06098e0'
2007-07-22 Tim Ringenbach be a bit less optimistic about our msn support in yahoo
2007-07-22 Tim Ringenbach Allow you to authorize msn buddies to add your yahoo account.
2007-08-17 Sadrul Habib Chowdhury Don't enable the sounds by default.
2007-08-17 Daniel Atallah fix mingw build
2007-08-17 Richard Nelson merge of '2a491439465c5e397575898b7acc45446c9e2eeb'
2007-08-17 Richard Nelson plug small leak
2007-08-17 Richard Nelson leak fix, and fix nosound
2007-08-16 Sean Egan Small tab icons
2007-08-16 Sean Egan Adds a new icon size for tab status icons
2007-08-16 Sean Egan Remove truncation until we can do it smarter
2007-08-16 Sadrul Habib Chowdhury merge of '7d1dce3bbcb28d37b103c86124b8b1fe54132760'
2007-08-16 Will Thompson Add marginally better doxygen magic to PurplePluginProtocolInfo
2007-08-16 Mark Doliner Update the Galician translators
2007-08-16 Mark Doliner Removing pidgin/pixmaps/emotes/default/22/default.theme.in broke intltool.
2007-08-16 Mark Doliner 15 translation updates. Our translators rock!
2007-08-16 Daniel Atallah Take advantage of the fact that our buddy icon filenames are SHA-1 hashes to avoid recalculating them in the bonjour protocol. I noticed that it wasn't calculating the hash correctly anyway while doing this.
2007-08-15 Daniel Atallah Retire Petter Johan Olsen and update the apparently invalid language name. I hope this isn't something contentious like the Catalan/Valencian thing (it doesn't seem to be). Fixes #2322.
2007-08-15 Daniel Atallah Fix the docked buddy list to consistently not have a taskbar entry thanks to some tips from "imiganai." This took *way* too long because of how arcane dealing with Windows on Windows is (the unnecessary complexity of our gtkappbar implementation doesn't help). Hopefully this doesn't break anything. Fixes #575.
2007-08-15 Daniel Atallah merge of '197e1b0c22949c758e407b2720f5e051f5cb4adf'
2007-08-14 Daniel Atallah Fix for disabling NetworkManager in configure.ac from Elliot Sales de Andrade. Thanks, Elliot. Fixes #2391.
2007-08-14 Daniel Atallah Make sure that there is an active conversation before trying to set the unseen state. It may be possible to trigger this when closing a window, but I think it is more likely to happen when using the Hide Conversation plugin or something like that. I think this fixes #2275.
2007-08-17 Evan Schoenberg Initialize newmood to NULL, as there are codepaths by which we can check against whether it is NULL or not before setting it, and that's bad.
2007-08-17 Evan Schoenberg merge of 'c6cd7cce984b6e47dfbce5041ac4bd47a1267e05'
2007-08-14 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 37793415aab363acafa9ca7ce5a76c974dbc6c4c)
2007-08-14 Evan Schoenberg merge of 'be89c0801e3ce85d83aa490bd3b25c83791e887d'
2007-08-15 Sean Egan Changelog smiley style
2007-08-14 Sean Egan More icons from Hylke
2007-08-17 William Ehlhardt - Add x509_import_from_file
2007-08-17 William Ehlhardt - Fill out the x509_nss struct properly
2007-08-14 William Ehlhardt In x509_ca pool:
2007-08-14 William Ehlhardt - Fix some overzealous g_asserts leading to a crash
2007-08-14 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head cb5420b4b28888af9a419d6ca29f524e552c9cf0)
2007-08-14 Daniel Atallah bcopy and bzero shouldn't be used. This allows Alver to compile nat-pmp.c on one of his obscure systems (and I fixed some other stuff that I noticed at the same time).
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)