log

age author description
Thu, 22 Nov 2007 20:21:09 +0000 Bj«Órn Voigt new German string
Thu, 22 Nov 2007 19:34:50 +0000 Sadrul Habib Chowdhury Workarounds to fix some issues with the minidialog and scrollbook.
Thu, 22 Nov 2007 19:09:32 +0000 Stu Tomlinson The use of lowercase "pango" looks out of place when appended with _CFLAGS
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.
Mon, 19 Nov 2007 03:10:41 +0000 Daniel Atallah merge of '28981c935948f2d4e944f786a01e16ecadfd4848'
Mon, 19 Nov 2007 02:45:41 +0000 Ka-Hing Cheung soap faults are now properly handled
Mon, 19 Nov 2007 00:40:33 +0000 Daniel Atallah This is a patch from Lee Roach to update the mingw "clean" makefile targets to remove some generated files and to fix a couple other issues. Fixes #3981.
Sun, 18 Nov 2007 21:03:29 +0000 Stu Tomlinson This fixes the problem where all accounts are disabled due to connection
Sun, 18 Nov 2007 17:34:39 +0000 Stu Tomlinson Fix showing groups that contain offline buddies that have the "Show when
Sun, 18 Nov 2007 01:00:09 +0000 Sadrul Habib Chowdhury merge of '16aac1f231cfcd086d52cb58b975ea2d01399cb1'
Sat, 17 Nov 2007 20:58:56 +0000 Stu Tomlinson Allow empty GNOME_DESKTOP_SESSION_ID to "fail" the running_gnome check as
Sat, 17 Nov 2007 20:09:15 +0000 Stu Tomlinson ChangeLog a couple of items
Sat, 17 Nov 2007 20:00:25 +0000 Evan Schoenberg Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
Sat, 17 Nov 2007 19:58:00 +0000 Stu Tomlinson merge of '7740233c9fca04206ee36d5c66bc83674db5dd9f'
Sat, 17 Nov 2007 19:41:12 +0000 Evan Schoenberg merge of '9799ea1a775e027d12b0c7e89bca78e7ce446402'
Sat, 17 Nov 2007 19:41:05 +0000 Evan Schoenberg merge of '08cb9f1663b00e65e42b571d63bfda3137430524'
Sat, 17 Nov 2007 19:40:58 +0000 Evan Schoenberg merge of '451870242251136bbe412d57d396a243cdcba188'
Sat, 17 Nov 2007 17:44:21 +0000 Stu Tomlinson default the conversation close immediately pref to TRUE to prevent
Sat, 17 Nov 2007 19:44:50 +0000 Evan Schoenberg disapproval of revision 'e98859404f9599f2db1a5ebea2a0b340ad4701b8'
Sat, 17 Nov 2007 19:39:21 +0000 Evan Schoenberg Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
Sat, 17 Nov 2007 17:27:48 +0000 Evan Schoenberg merge of '76c07fcb434a2a7aa289734bb221c171a376d73b'
Sat, 17 Nov 2007 15:18:01 +0000 Bj«Órn Voigt new string (German)
Sat, 17 Nov 2007 02:21:25 +0000 Sadrul Habib Chowdhury These functions aren't deprecated anymore.
Sat, 17 Nov 2007 02:20:01 +0000 Sadrul Habib Chowdhury merge of '936967b97a8afdc95b54fe92924ef7c0414bea42'
Wed, 14 Nov 2007 02:40:56 +0000 Sadrul Habib Chowdhury disapproval of revision 'c52c996c95bec84928db81dc592640366ff5a432'
Sat, 17 Nov 2007 02:03:01 +0000 Sadrul Habib Chowdhury merge of '540d26af45cb3708b3fe07efd7aa25e40a0b78ea'
Sat, 17 Nov 2007 01:55:40 +0000 Sadrul Habib Chowdhury disapproval of revision 'ea579831d8561ac6b0cde4b034383b02b3e51ae5'
Sat, 17 Nov 2007 01:55:21 +0000 Sadrul Habib Chowdhury merge of '30fcf2f336afb635b62a5c3ed3adb3e1fa1dd2d1'
Sat, 17 Nov 2007 01:45:03 +0000 Sadrul Habib Chowdhury merge of '201e11a069d84d6e66abf5192dbb2083233beb4c'
Sat, 17 Nov 2007 00:56:02 +0000 Luke Schierer merge of '1084824bf3739139306602c736073dd294ca4206'
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.