log

age author description
Thu, 22 Nov 2007 19:08:07 +0000 Stu Tomlinson Bump libgnt's version info in configure.ac due to added API
Thu, 22 Nov 2007 19:06:38 +0000 Stu Tomlinson Add a note about pkg-config to configure.ac if glib2 headers were not
Thu, 22 Nov 2007 18:27:09 +0000 Stu Tomlinson Make 'make distcheck' work
Thu, 22 Nov 2007 16:45:38 +0000 Stu Tomlinson 'man 3 ctime' says of localtime() (and friends):
Thu, 22 Nov 2007 16:37:08 +0000 Stu Tomlinson Fix the bug in purple_str_to_time() that was causing 'make check' to fail.
Thu, 22 Nov 2007 16:32:56 +0000 Stu Tomlinson Fix a bug in purple_str_to_time() that could cause it to try reading past
Thu, 22 Nov 2007 02:56:20 +0000 Evan Schoenberg purple_cipher_context_encrypt() wants a pointer to a size_t, not a gsize
Wed, 21 Nov 2007 22:31:11 +0000 Sadrul Habib Chowdhury Plug a tiny little leak.
Wed, 21 Nov 2007 22:26:49 +0000 Sadrul Habib Chowdhury Original patch from Andrew Gaul to fix a leak.
Wed, 21 Nov 2007 21:46:57 +0000 Sadrul Habib Chowdhury merge of '1d074784ebb62d1f8c06d80074ca8cab61c2d346'
Wed, 21 Nov 2007 15:00:17 +0000 Stu Tomlinson Log a debug message when exiting as a result of the single instance check
Wed, 21 Nov 2007 21:46:48 +0000 Sadrul Habib Chowdhury disapproval of revision '91ae77ce12a4ab3798e303eea54d3bef749d5ca5'
Wed, 21 Nov 2007 08:29:33 +0000 Ka-Hing Cheung Andrew Gaul fixed another memory leak
Wed, 21 Nov 2007 05:22:39 +0000 Daniel Atallah Implement more of XEP-0065 to support sending files through a proxy. To avoid adding strings this close to a release, it only supports using a proxy that is discovered from the server, but we'll include an account option to manually specify a ft proxy in the next release. Lots of this is based on a patch from galt - Fixes #3730, #116, #1768
Wed, 21 Nov 2007 02:53:27 +0000 Daniel Atallah Prevent crashing when authorizing or denying after the account is disconnected.
Wed, 21 Nov 2007 02:26:23 +0000 John Bailey I never logged this. Refs #2265
Wed, 21 Nov 2007 02:15:23 +0000 John Bailey NEWS'ing. Looks like I'm not too late?
Tue, 20 Nov 2007 18:54:55 +0000 Ka-Hing Cheung another patch from my coworker Andrew Gaul that plugged a leak, I fixed it
Tue, 20 Nov 2007 15:55:13 +0000 Luke Schierer Daniel tells me the make check failure is not new, and that we shouldn't hold up the release for it. I say we release today :-)
Mon, 19 Nov 2007 23:06:16 +0000 Etan Reisner merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
Mon, 19 Nov 2007 20:50:48 +0000 Stu Tomlinson Fix a double-free and a leak at the same time.
Mon, 19 Nov 2007 15:31:59 +0000 Daniel Atallah Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Mon, 19 Nov 2007 13:18:03 +0000 Stu Tomlinson Unable to connect is not an authentication failure, even if it happens
Mon, 19 Nov 2007 08:07:11 +0000 Evan Schoenberg merge of '22963f332a80135af80a80919aee45d70dd0e1c0'
Mon, 19 Nov 2007 08:05:36 +0000 Evan Schoenberg The Jabber registration process depends upon having a non-NULL cbdata->who,
Mon, 19 Nov 2007 06:15:29 +0000 Evan Schoenberg merge of '114c116bf552647586c41688811808aec9d2ed28'
Mon, 19 Nov 2007 08:07:09 +0000 Evan Schoenberg merge of '5a8a1c7157bbb174029ef625cbf079604f7ad7fa'
Mon, 19 Nov 2007 07:56:50 +0000 Ka-Hing Cheung QuLogic submitted this patch a long time ago, References #2571. I believe
Mon, 19 Nov 2007 07:44:51 +0000 Ka-Hing Cheung prpl->set_buddy_icon may keep a reference to PurpleStoredImage, move the
Mon, 19 Nov 2007 03:16:29 +0000 Daniel Atallah Fix #3983 by canceling the file transfer when connecting to the remote host fails.