log libpurple/plugins/log_reader.c @ 32778:1c0d9e817dcc

age author description
Thu, 22 Dec 2011 08:39:45 +0000 Elliott Sales de Andrade Remove dead assignments found with clang-analyzer.
Tue, 23 Aug 2011 04:32:43 +0000 Mark Doliner Use accessor functions in a few places
Thu, 21 Jul 2011 06:10:54 +0000 Paul Aurich log_reader: Properly fix the QIP crash, and unbreak the Trillian reader (c is NULL the last time through, so just quit out early then)
Thu, 21 Jul 2011 05:39:48 +0000 Paul Aurich log_reader: Fix an actual crash in the QIP reader.
Thu, 21 Jul 2011 05:36:54 +0000 Paul Aurich log_reader: strchr(), and some simplifying to make clang happier
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Fri, 19 Feb 2010 08:54:11 +0000 Mark Doliner Get rid of a few version checks that we no longer need now that we depend
Fri, 27 Nov 2009 07:12:35 +0000 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy.
Sat, 04 Jul 2009 05:20:38 +0000 Elliott Sales de Andrade The Log Reader plugin also supports aMSN logs.
Fri, 14 Nov 2008 06:44:44 +0000 Richard Laager Fix CID #367
Thu, 30 Oct 2008 03:04:31 +0000 Richard Laager Fix up my fix.
Thu, 30 Oct 2008 02:36:22 +0000 Richard Laager Simplify some of the changes. Yeah, this code sucks. I wrote it a LONG
Tue, 28 Oct 2008 04:22:57 +0000 Gary Kramlich Hide the blistnode, buddy, contact, group, and chat structs
Sun, 31 Aug 2008 18:49:23 +0000 Daniel Atallah Warnings cleanup from Lee Roach. Fixes #6242.
Sat, 03 May 2008 19:45:15 +0000 Daniel Atallah Clean up loggers when quitting (or unloading the logreader plugin).