log libpurple/protocols/simple/simple.c @ 19680:44b4e8bd759b

age author description
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Thu, 06 Sep 2007 15:40:57 +0000 Daniel Atallah Fix subscribing to an offline user in SIMPLE. Thanks to Will Hawkins for the patch and following up with the OpenSER folks to confirm the behavior. Fixes #2181.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Wed, 11 Jul 2007 22:27:44 +0000 Andreas Monitzer propagate from branch 'im.pidgin.pidgin' (head b195e262642015df66e36d33e9dd16ecae5df9d5)
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/