log libpurple/protocols/simple/simple.c @ 18574:94f4048f1380

age author description
Fri, 20 Jul 2007 16:31:39 +0000 Daniel Atallah Fix from Will Hawkins to plug some leaks in error cases for the SIMPLE prpl. References #2181.
Sun, 01 Jul 2007 01:41:57 +0000 Richard Laager Use the glib strcasecmp functions everywhere, as we've had reports of
Fri, 08 Jun 2007 20:53:59 +0000 Sean Egan Fix a freeze caused by improper SIMPLE message parsing. Thanks, Michal Matyska! Fixes #1037
Mon, 18 Jun 2007 12:37:29 +0000 Andreas Monitzer Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me.
Mon, 18 Jun 2007 03:25:22 +0000 Andreas Monitzer Removed one padding field from PurplePluginProtocolInfo to stay source compatible.
Sun, 17 Jun 2007 20:31:01 +0000 Andreas Monitzer Implemented user tune, currently untested.
Sat, 19 May 2007 07:53:30 +0000 Richard Laager merge of 'ad8976c24b5929a7dc2e27af5ffc3522aafa11d5'
Fri, 18 May 2007 01:51:35 +0000 Daniel Atallah Fix an extra \r\n in the Authorization header. Fixes #965.
Fri, 18 May 2007 01:46:51 +0000 Daniel Atallah disapproval of revision '1e0f6c89bdf3a21258ac4f64039122a909ac67cc'
Fri, 18 May 2007 01:37:27 +0000 Daniel Atallah Fix an extra \r\n in the Authorization header. Fixes #965.
Mon, 14 May 2007 23:35:50 +0000 Richard Laager Replace strcasecmp() calls with glib equivalents.
Mon, 30 Apr 2007 00:01:57 +0000 Gary Kramlich And now the protocols
Sun, 15 Apr 2007 22:55:36 +0000 Richard Laager simple-crashfix.diff from achris in ticket #98. This is a fix for the crasher,
Sun, 15 Apr 2007 18:28:56 +0000 Richard Laager simple-casepatch.diff from achris in ticket #98
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/