summaryrefslogtreecommitdiff
path: root/libpurple/log.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some "Dead nested assignment"s and then kill off some uselessElliott Sales de Andrade2010-08-141-2/+1
* Greg correctly pointed out math.h is included in internal.h. Thanks!Paul Aurich2010-03-021-2/+0
* Need to include math.h for ceil()Paul Aurich2010-02-281-0/+2
* pidgin: Distinguish no logs from really old logs (for Recent Log Activity sort)Greg McNew2010-02-281-1/+1
* log: Escape the "from" name in the HTML logger. Refs #9824.Paul Aurich2009-08-061-8/+12
* We are definitely "Check"ing here not "Chat"ting.Etan Reisner2009-06-251-1/+1
* A patch from Chris Connett to change the log size sorting method to weightRichard Laager2009-01-261-1/+65
* Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-22/+22
* Enable logging of IMs and chats by default, using the HTML log format.Richard Laager2008-11-091-3/+3
* Finish off the libpurple updates for the hidden blist structsGary Kramlich2008-11-021-5/+11
* purple_str_to_time() didn't necessarily set "rest" under all circumstances.Daniel Atallah2008-08-261-2/+1
* Avoid searching for a buddy with an empty name. This happens for theSadrul Habib Chowdhury2008-06-141-1/+1
* Correctly detect system logs.Sadrul Habib Chowdhury2008-06-051-1/+1
* Clean up loggers when quitting (or unloading the logreader plugin).Daniel Atallah2008-05-031-0/+12
* Keep valgrind happy by zeroing out the tm struct before we stuff ourStu Tomlinson2008-04-231-0/+1
* Fix a couple of memory leaksStu Tomlinson2008-03-121-1/+2
* Part of a large patch from o_sukhodolsky to fix some build warnings.Richard Laager2008-01-131-2/+6
* Move some curly braces around so static analysis tools can properly detectStu Tomlinson2007-12-181-1/+0
* replace most calls to strerror with calls to g_strerror. strerror will returnNathan Walp2007-11-031-9/+9
* applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defaRichard Laager2007-09-281-2/+3
* The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')Sadrul Habib Chowdhury2007-09-051-1/+1
* bug fixDaniel Atallah2007-08-101-2/+3
* merge of '6733196cafc60146d92a26565e0d90bd8b43a9ef'Richard Laager2007-06-161-2/+3
|\
| * Custom logger selection doesn't work after a restart. To fix this, we do aSadrul Habib Chowdhury2007-06-131-0/+3
| * Remove an old line of code to make this behave as desired. Good catch, Mark.Richard Laager2007-06-111-4/+0
| * Richard, you might want to take a look at this. I have no idea what's going ...Mark Doliner2007-06-111-0/+2
* | disapproval of revision '2d8ea56b90971e7851442d96b7d74ecb4f052126'Richard Laager2007-06-161-1/+1
|/
* Mark the return type const for the following functions. I noticed thisRichard Laager2007-06-071-1/+1
* A patch from David Grohmann (dave1g) to log embedded images.Richard Laager2007-06-041-1/+113
* Fix log viewer crash when the log filename is doesn't contain a date in the e...Daniel Atallah2007-05-081-2/+2
* Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gn...Sean Egan2007-04-251-7/+7
* "delete" is a reserved word in C++, rename the "delete" member ofStu Tomlinson2007-04-111-5/+5
* Fix a one time memleak of 24 bytes. purple_log_init() was passingMark Doliner2007-03-251-1/+1
* sed -ie 's/gaim/purple/g'Sean Egan2007-03-191-361/+361
* Unused variablesDaniel Atallah2007-02-111-2/+4
* The log-timestamp and conversation-timestamp signals return a string. I foundRichard Laager2007-02-041-1/+1
* Fix SF Bug #1644796Richard Laager2007-02-041-16/+35
* I had the wrong arguments for gaim_log_logger_new(). It didn't work, butRichard Laager2007-02-041-2/+9
* This is the core code to support log deletion. It's untested.Richard Laager2007-02-031-4/+99
* In Pidgin, display a full date on the timestamp of the first message toRichard Laager2007-02-031-6/+10
* Patch #1600087 from Richard 'wabz' Nelson: "Don't include a buddy's name when...Sadrul Habib Chowdhury2007-01-261-2/+6
* I think this changes every user-visible string that contains 'Gaim.' We proba...Sean Egan2007-01-221-1/+1
* Rename gtk/ and libgaim/ to pidgin/ and libpurple/Sean Egan2007-01-201-0/+1732