Fri, 03 Aug 2007 13:29:02 +0000 |
Daniel Atallah |
Fix more null pointer derefs in the log reader plugin. Fixes #2378.
|
Thu, 02 Aug 2007 19:52:00 +0000 |
Michael Shkutkov |
bug with flags variable initialization was fixed
|
Wed, 01 Aug 2007 02:13:16 +0000 |
Daniel Atallah |
Fix #2349 (null pointer deref in log_reader plugin).
|
Wed, 18 Jul 2007 06:28:11 +0000 |
Mark Doliner |
Get rid of an unused variable
|
Sun, 01 Jul 2007 08:02:31 +0000 |
Michael Shkutkov |
set flags in QIP logger to prevent the problem with history plugin.
|
Sat, 30 Jun 2007 22:04:49 +0000 |
Richard Laager |
Minor comment fix.
|
Sat, 30 Jun 2007 22:04:32 +0000 |
Richard Laager |
Make the MSN logger set flags and ues <br> instead of \n. This fixes the
|
Sat, 30 Jun 2007 22:00:19 +0000 |
Richard Laager |
Make the Adium logger set flags, though it's still very much a stub.
|
Sat, 30 Jun 2007 21:57:01 +0000 |
Richard Laager |
Make the Trillian logger set flags properly, and use <br> instead of \n for
|
Fri, 29 Jun 2007 18:56:56 +0000 |
Michael Shkutkov |
using <br> as end of line instead of '\n' in QIP logger. With this change History plugin works fine
|
Tue, 26 Jun 2007 19:53:55 +0000 |
Michael Shkutkov |
reading only necessary part of log file using g_fopen/fseek/fread
|
Tue, 26 Jun 2007 11:11:40 +0000 |
Michael Shkutkov |
optimization: finding offsets without converting to UTF8 and escaping
|
Tue, 26 Jun 2007 10:39:41 +0000 |
Michael Shkutkov |
avoiding some finding EOL and creating new log only in one place
|
Tue, 26 Jun 2007 09:58:05 +0000 |
Michael Shkutkov |
using purple_debug_info instead of purple_debug_error
|
Tue, 26 Jun 2007 09:50:40 +0000 |
Michael Shkutkov |
using while cycle instead of g_strrstr, because g_strrstr doesn't work properly. g_strrstr finds the last '(' of the string, not the line.
|