log libpurple/plugins/log_reader.c @ 29841:f3a573191e43

age author description
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).
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Sat, 27 Oct 2007 13:56:54 +0000 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
Tue, 23 Oct 2007 17:27:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
Sun, 14 Oct 2007 20:35:13 +0000 Daniel Atallah Set log_reader paths at plugin load time instead of init time. This should hopefully make any crashes more clearly attributable to this plugin (hopefully there are no outstanding crashes in the init code, but this is a safeguard).
Sun, 14 Oct 2007 20:25:20 +0000 Daniel Atallah Leak fix.
Sat, 13 Oct 2007 21:55:41 +0000 Richard Laager A patch from QuLogic to eliminate some duplication in the aMSN code, also