log libpurple/log.c @ 32672:3828a61c44da

age author description
Sat, 01 Oct 2011 18:21:43 +0000 andrew victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions.
Thu, 11 Aug 2011 16:10:33 +0000 Ethan Blanton Bounds check log scanning, thanks to the EFF
Fri, 20 May 2011 04:19:13 +0000 Paul Aurich I will compile before committing. I will compile before committing.
Thu, 19 May 2011 04:18:26 +0000 Paul Aurich Fix another leak
Sat, 14 Aug 2010 05:17:38 +0000 Elliott Sales de Andrade Fix some "Dead nested assignment"s and then kill off some useless
Tue, 02 Mar 2010 04:40:37 +0000 Paul Aurich Greg correctly pointed out math.h is included in internal.h. Thanks!
Sun, 28 Feb 2010 19:17:29 +0000 Paul Aurich Need to include math.h for ceil()
Sun, 28 Feb 2010 19:15:03 +0000 gmcnew pidgin: Distinguish no logs from really old logs (for Recent Log Activity sort)
Thu, 06 Aug 2009 05:45:47 +0000 Paul Aurich log: Escape the "from" name in the HTML logger. Refs #9824.
Thu, 25 Jun 2009 03:32:17 +0000 Etan Reisner We are definitely "Check"ing here not "Chat"ting.
Mon, 26 Jan 2009 04:19:00 +0000 Richard Laager A patch from Chris Connett to change the log size sorting method to weight
Tue, 06 Jan 2009 03:39:51 +0000 Paul Aurich Patch from Paul Aurich to add purple_strequal to help readability and simplicity of code. Ie, don't need to negate the value of strcmp, since this does a strcmp and does the negation for us
Sun, 09 Nov 2008 02:50:43 +0000 Richard Laager Enable logging of IMs and chats by default, using the HTML log format.
Sun, 02 Nov 2008 10:54:00 +0000 Gary Kramlich Finish off the libpurple updates for the hidden blist structs
Tue, 26 Aug 2008 22:37:23 +0000 Daniel Atallah purple_str_to_time() didn't necessarily set "rest" under all circumstances.