log

age author description
Mon, 13 Aug 2007 04:23:57 +0000 Mark Doliner Set a minimize size of 300 pixels for the imhtml showing example
Mon, 13 Aug 2007 01:04:20 +0000 Sadrul Habib Chowdhury Properly escape the chat-topics in the infopane. Fixes #1903.
Mon, 13 Aug 2007 00:52:41 +0000 Sadrul Habib Chowdhury Make sure dbus doesn't leak in purple_prefs_get_children_names.
Mon, 13 Aug 2007 00:50:25 +0000 Sadrul Habib Chowdhury merge of '48fad9773e276b7949c6dcebf5b2948b46b8e2c7'
Mon, 13 Aug 2007 00:31:39 +0000 Richard Laager Add finch/gntsound.c to POTFILES.in, as it has translation markers.
Mon, 13 Aug 2007 23:33:20 +0000 William Ehlhardt - Fix a memleak
Mon, 13 Aug 2007 22:49:45 +0000 William Ehlhardt - x509_signed_by now accepts a signature by an X.509 version 1
Mon, 13 Aug 2007 22:44:23 +0000 William Ehlhardt - Add the Verisign root key (used for MSN)
Mon, 13 Aug 2007 20:07:57 +0000 William Ehlhardt - Force full initialization of SSL system at startup
Mon, 13 Aug 2007 19:38:49 +0000 William Ehlhardt - Move ssl-gnutls x509 registration until after GnuTLS itself is inited
Mon, 13 Aug 2007 19:29:33 +0000 William Ehlhardt - Fix the autoconf/automake stuff so that the ca-certs work
Mon, 13 Aug 2007 19:01:04 +0000 William Ehlhardt - Add the ca-certs directory for putting default-shipping root certs in.
Mon, 13 Aug 2007 16:33:32 +0000 William Ehlhardt - Fix x509_signed_by. Apparently I can't read documentation.
Mon, 13 Aug 2007 16:04:48 +0000 William Ehlhardt - Add debugging babble
Mon, 13 Aug 2007 06:00:00 +0000 William Ehlhardt - Fix memleak
Mon, 13 Aug 2007 05:58:09 +0000 William Ehlhardt - Implement x509_ca_get_idlist
Mon, 13 Aug 2007 05:55:02 +0000 William Ehlhardt - Implement x509_ca_delete_cert
Mon, 13 Aug 2007 05:52:21 +0000 William Ehlhardt - Add a helper function to destroy x509_ca_elements, and use it where
Mon, 13 Aug 2007 05:46:57 +0000 William Ehlhardt - Implement x509_ca_get_cert
Mon, 13 Aug 2007 05:42:57 +0000 William Ehlhardt Cosmetics
Mon, 13 Aug 2007 05:42:25 +0000 William Ehlhardt - Implement x509_ca cert_in_pool
Mon, 13 Aug 2007 05:40:33 +0000 William Ehlhardt - Add a function to search the x509_ca internal structures for an id
Mon, 13 Aug 2007 05:35:06 +0000 William Ehlhardt - Write the uninit function for x509_ca
Mon, 13 Aug 2007 05:29:22 +0000 William Ehlhardt In x509_ca pool:
Sun, 12 Aug 2007 20:48:34 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01)
Sun, 12 Aug 2007 19:16:01 +0000 Luke Schierer merge of '55f3685b603ec55dbf23d659e71d47f554142a3e'
Sun, 12 Aug 2007 15:27:35 +0000 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.
Sun, 12 Aug 2007 02:11:05 +0000 Daniel Atallah Use -1 as length with g_convert() functions instead of strlen()
Sun, 12 Aug 2007 01:52:10 +0000 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.
Sun, 12 Aug 2007 00:52:17 +0000 Daniel Atallah Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.