log libpurple/util.c @ 16063:fa8aeab4ca5a

age author description
Wed, 11 Apr 2007 14:46:04 +0000 Stu Tomlinson Hopefully prevent libpurple causing problems for 3rd party UIs if they also
Mon, 09 Apr 2007 00:03:04 +0000 Richard Laager Use ~/.gaim if it exists, else ~/.purple. If you think you can make this code
Sat, 07 Apr 2007 04:43:50 +0000 Nathan Walp fix our string-to-time function, and add a couple tests for it
Sat, 24 Mar 2007 23:28:25 +0000 Mark Doliner Go back to using ~/.gaim/ until we decide what to do.
Mon, 19 Mar 2007 10:03:36 +0000 Sean Egan who knew that --disable-plugins still worked?! Also, some completely untested support for aim:buddyicon, which I'll look at more tomorrow
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 10 Mar 2007 17:24:53 +0000 Mark Doliner Thanks to Ka-Hing Cheung for catching this
Fri, 23 Feb 2007 13:50:17 +0000 Evan Schoenberg merge of '29edb52ee278b20f6e1569192934bd2f83482536'
Sun, 25 Feb 2007 01:09:27 +0000 Sean Egan More icons and icon improvements
Fri, 23 Feb 2007 16:26:47 +0000 Ethan Blanton merge of '29edb52ee278b20f6e1569192934bd2f83482536'
Fri, 23 Feb 2007 16:25:32 +0000 Ethan Blanton Sean didn't clean up some merge gunk, it looks like
Fri, 23 Feb 2007 05:16:50 +0000 Sean Egan merge of 'dbd6240bc36085014ed8c0efd9549c1213bd4785'
Fri, 23 Feb 2007 05:12:54 +0000 Evan Schoenberg merge of 'dbd6240bc36085014ed8c0efd9549c1213bd4785'
Mon, 19 Feb 2007 16:08:43 +0000 Daniel Atallah Merge fix and build fix for win32
Mon, 19 Feb 2007 15:31:32 +0000 Daniel Atallah merge of '2f881bb7bad3beb5ec8384245c1350050d4b73a1'
Mon, 19 Feb 2007 04:55:48 +0000 Evan Schoenberg merge of '2f881bb7bad3beb5ec8384245c1350050d4b73a1'
Mon, 19 Feb 2007 04:52:43 +0000 Evan Schoenberg SIGEMT is not available on non-POSIX systems; SIGPOLL is present, instead. Thanks to Richard for catching this.
Mon, 19 Feb 2007 04:32:50 +0000 Richard Laager I don't have a SIGEMT.
Sun, 18 Feb 2007 18:16:57 +0000 Evan Schoenberg Restore default signal handlers in fork()'d children. This adds a gaim_restore_default_signal_handlers() utility function since children are made in multiple places.
Sun, 11 Feb 2007 00:46:43 +0000 Daniel Atallah Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
Fri, 26 Jan 2007 04:10:22 +0000 Sadrul Habib Chowdhury Make sure the pounces, buddy-aliases, savedstatuses etc. saved before the aim/icq split works after the split. The util function _gaim_oscar_convert will be removed at a 'suitable' time in the future.
Wed, 24 Jan 2007 19:51:20 +0000 Daniel Atallah Fix an issue where url_fetch_recv_cb() can be triggered after we start to redirect. This causes the crashes reported in bugs like #1642430.
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/