log libpurple/log.c @ 32827:4a34689eeb33 default tip

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.
Sat, 14 Jun 2008 02:01:41 +0000 Sadrul Habib Chowdhury Avoid searching for a buddy with an empty name. This happens for the
Thu, 05 Jun 2008 10:16:23 +0000 Sadrul Habib Chowdhury Correctly detect system logs.
Sat, 03 May 2008 19:45:15 +0000 Daniel Atallah Clean up loggers when quitting (or unloading the logreader plugin).
Wed, 23 Apr 2008 14:58:55 +0000 Stu Tomlinson Keep valgrind happy by zeroing out the tm struct before we stuff our
Wed, 12 Mar 2008 01:35:40 +0000 Stu Tomlinson Fix a couple of memory leaks
Sun, 13 Jan 2008 20:48:56 +0000 Richard Laager Part of a large patch from o_sukhodolsky to fix some build warnings.
Tue, 18 Dec 2007 15:56:06 +0000 Stu Tomlinson Move some curly braces around so static analysis tools can properly detect
Sat, 03 Nov 2007 17:52:28 +0000 Nathan Walp replace most calls to strerror with calls to g_strerror. strerror will return
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.
Wed, 05 Sep 2007 22:33:22 +0000 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
Fri, 10 Aug 2007 15:04:04 +0000 Daniel Atallah bug fix
Sat, 16 Jun 2007 19:00:52 +0000 Richard Laager merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'
Wed, 13 Jun 2007 12:26:48 +0000 Sadrul Habib Chowdhury Custom logger selection doesn't work after a restart. To fix this, we do a
Mon, 11 Jun 2007 17:36:40 +0000 Richard Laager Remove an old line of code to make this behave as desired. Good catch, Mark.
Mon, 11 Jun 2007 07:38:54 +0000 Mark Doliner Richard, you might want to take a look at this. I have no idea what's going on here.
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Mon, 04 Jun 2007 05:47:06 +0000 Richard Laager A patch from David Grohmann (dave1g) to log embedded images.
Tue, 08 May 2007 20:16:24 +0000 Daniel Atallah Fix log viewer crash when the log filename is doesn't contain a date in the expected format. Fixes #588.
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Wed, 11 Apr 2007 12:02:45 +0000 Stu Tomlinson "delete" is a reserved word in C++, rename the "delete" member of
Sun, 25 Mar 2007 07:20:01 +0000 Mark Doliner Fix a one time memleak of 24 bytes. purple_log_init() was passing
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sun, 11 Feb 2007 00:27:46 +0000 Daniel Atallah Unused variables
Sun, 04 Feb 2007 07:18:02 +0000 Richard Laager The log-timestamp and conversation-timestamp signals return a string. I found
Sun, 04 Feb 2007 06:46:31 +0000 Richard Laager Fix SF Bug #1644796
Sun, 04 Feb 2007 05:48:15 +0000 Richard Laager I had the wrong arguments for gaim_log_logger_new(). It didn't work, but
Sat, 03 Feb 2007 21:43:29 +0000 Richard Laager This is the core code to support log deletion. It's untested.
Sat, 03 Feb 2007 20:28:41 +0000 Richard Laager In Pidgin, display a full date on the timestamp of the first message to
Fri, 26 Jan 2007 04:34:30 +0000 Sadrul Habib Chowdhury Patch #1600087 from Richard 'wabz' Nelson: "Don't include a buddy's name when logging error/raw messages"
Mon, 22 Jan 2007 09:27:02 +0000 Sean Egan I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/