log libpurple/log.c @ 20836:d1e3e1bbb242

age author description
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-05 Sadrul Habib Chowdhury Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
2007-08-10 Daniel Atallah bug fix
2007-06-16 Richard Laager merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5'
2007-06-13 Sadrul Habib Chowdhury Custom logger selection doesn't work after a restart. To fix this, we do a
2007-06-11 Richard Laager Remove an old line of code to make this behave as desired. Good catch, Mark.
2007-06-11 Mark Doliner Richard, you might want to take a look at this. I have no idea what's going on here.
2007-06-16 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
2007-06-07 Richard Laager Mark the return type const for the following functions. I noticed this
2007-06-04 Richard Laager A patch from David Grohmann (dave1g) to log embedded images.
2007-05-08 Daniel Atallah Fix log viewer crash when the log filename is doesn't contain a date in the expected format. Fixes #588.
2007-04-25 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
2007-04-11 Stu Tomlinson "delete" is a reserved word in C++, rename the "delete" member of
2007-03-25 Mark Doliner Fix a one time memleak of 24 bytes. purple_log_init() was passing
2007-03-19 Sean Egan sed -ie 's/gaim/purple/g'
2007-02-11 Daniel Atallah Unused variables
2007-02-04 Richard Laager The log-timestamp and conversation-timestamp signals return a string. I found
2007-02-04 Richard Laager Fix SF Bug #1644796
2007-02-04 Richard Laager I had the wrong arguments for gaim_log_logger_new(). It didn't work, but
2007-02-03 Richard Laager This is the core code to support log deletion. It's untested.
2007-02-03 Richard Laager In Pidgin, display a full date on the timestamp of the first message to
2007-01-26 Sadrul Habib Chowdhury Patch #1600087 from Richard 'wabz' Nelson: "Don't include a buddy's name when logging error/raw messages"
2007-01-22 Sean Egan I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
2007-01-20 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/