2010-03-02 |
Paul Aurich |
Greg correctly pointed out math.h is included in internal.h. Thanks!
|
2010-02-28 |
Paul Aurich |
Need to include math.h for ceil()
|
2010-02-28 |
gmcnew |
pidgin: Distinguish no logs from really old logs (for Recent Log Activity sort)
|
2009-08-06 |
Paul Aurich |
log: Escape the "from" name in the HTML logger. Refs #9824.
|
2009-06-25 |
Etan Reisner |
We are definitely "Check"ing here not "Chat"ting.
|
2009-01-26 |
Richard Laager |
A patch from Chris Connett to change the log size sorting method to weight
|
2009-01-06 |
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
|
2008-11-09 |
Richard Laager |
Enable logging of IMs and chats by default, using the HTML log format.
|
2008-11-02 |
Gary Kramlich |
Finish off the libpurple updates for the hidden blist structs
|
2008-08-26 |
Daniel Atallah |
purple_str_to_time() didn't necessarily set "rest" under all circumstances.
|
2008-06-14 |
Sadrul Habib Chowdhury |
Avoid searching for a buddy with an empty name. This happens for the
|
2008-06-05 |
Sadrul Habib Chowdhury |
Correctly detect system logs.
|
2008-05-03 |
Daniel Atallah |
Clean up loggers when quitting (or unloading the logreader plugin).
|
2008-04-23 |
Stu Tomlinson |
Keep valgrind happy by zeroing out the tm struct before we stuff our
|
2008-03-12 |
Stu Tomlinson |
Fix a couple of memory leaks
|
2008-01-13 |
Richard Laager |
Part of a large patch from o_sukhodolsky to fix some build warnings.
|
2007-12-18 |
Stu Tomlinson |
Move some curly braces around so static analysis tools can properly detect
|
2007-11-03 |
Nathan Walp |
replace most calls to strerror with calls to g_strerror. strerror will return
|
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/
|