log libpurple/util.c @ 17480:a7a8e4245b33

age author description
Mon, 04 Jun 2007 05:52:11 +0000 Richard Laager Remove needless string duplication.
Sun, 03 Jun 2007 21:42:54 +0000 Mark Doliner Add some notes about why Yahoo! web messenger login doesn't work
Tue, 22 May 2007 22:46:07 +0000 William Ehlhardt merge of '6314e2458eb034f1157174edc1f80ea8bb7ecebc'
Sun, 20 May 2007 15:56:53 +0000 Richard Laager If we're operating on ASCII characters only, we should use g_ascii_isalnum.
Sun, 20 May 2007 14:57:09 +0000 Stu Tomlinson Linkify xmpp: URIs
Tue, 15 May 2007 01:06:02 +0000 Sean Egan Patch #756 from EvilSporkMan. Use Datallah's url handling for Dbus
Mon, 14 May 2007 19:55:01 +0000 Sean Egan Patch #702, Info not reset on URL redirect
Sun, 06 May 2007 21:36:36 +0000 Sadrul Habib Chowdhury Stripping html should replace HR with a newline.
Sat, 05 May 2007 23:56:21 +0000 Richard Laager merge of '6410c883762e90fc54d85e2ca466d863b2951796'
Fri, 04 May 2007 04:23:24 +0000 Evan Schoenberg Removed a stray )
Sat, 05 May 2007 23:55:29 +0000 Richard Laager From my reading of the documentation, g_mkstemp() is a strict superset of
Fri, 04 May 2007 04:01:23 +0000 Daniel Atallah _mktmp() sucks, so use g_mkstemp() instead. This probably doesn't have to be done differently for win32 and elsewhere, but I don't want to be changing things right now.
Sat, 28 Apr 2007 00:36:53 +0000 Luke Schierer sadrul fixed the next but not last crash
Fri, 27 Apr 2007 03:45:56 +0000 Daniel Atallah Fix purple_util_get_image_extension()'s data param. to be correctly marked as constant.
Fri, 27 Apr 2007 02:14:44 +0000 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
Thu, 26 Apr 2007 16:54:15 +0000 Sean Egan remove debug statement
Tue, 24 Apr 2007 03:57:07 +0000 Richard Laager Rework the buddy icon subsystem to use the imgstore subsystem, and modify the
Mon, 23 Apr 2007 17:06:43 +0000 Richard Laager There's no need to recalculate the home_dir on every call to
Mon, 23 Apr 2007 17:05:54 +0000 Richard Laager Use ~/.purple only, never ~/.gaim. This is a revert of the functional
Mon, 16 Apr 2007 21:40:15 +0000 Sadrul Habib Chowdhury This was causing problems with jabber in finch.
Sun, 15 Apr 2007 18:51:11 +0000 Mark Doliner Call strtolower() so that we don't have to check against the
Fri, 13 Apr 2007 04:15:14 +0000 Richard Laager Patch cleanups:
Fri, 13 Apr 2007 04:13:24 +0000 Shlomi Loubaton Patch from shlomil in ticket #78.
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