summaryrefslogtreecommitdiff
path: root/libpurple/plugins/log_reader.c
Commit message (Expand)AuthorAgeFilesLines
* Fix CID #367Richard Laager2008-11-141-1/+1
* Fix up my fix.Richard Laager2008-10-301-2/+2
* Simplify some of the changes. Yeah, this code sucks. I wrote it a LONGRichard Laager2008-10-301-29/+25
* Hide the blistnode, buddy, contact, group, and chat structsGary Kramlich2008-10-281-26/+54
* Warnings cleanup from Lee Roach. Fixes #6242.Daniel Atallah2008-08-311-1/+1
* Clean up loggers when quitting (or unloading the logreader plugin).Daniel Atallah2008-05-031-0/+20
* Probe for -Wstrict-prototypes to get some more warnings. I then cleaned upRichard Laager2008-01-031-1/+1
* Add a --with-extraversion option to ./configure so packagers can fine tuneStu Tomlinson2007-10-271-1/+1
* Set log_reader paths at plugin load time instead of init time. This should h...Daniel Atallah2007-10-141-2/+6
* Leak fix.Daniel Atallah2007-10-141-2/+6
* A patch from QuLogic to eliminate some duplication in the aMSN code, alsoRichard Laager2007-10-131-110/+105
* Since we are looking at the return value of fread, it actually matters thatSadrul Habib Chowdhury2007-10-121-5/+5
* Use functions and loops and all those fancy things.Sadrul Habib Chowdhury2007-10-121-40/+15
* Pay attention to the return value of fread. I don't think not doing thisSadrul Habib Chowdhury2007-10-121-18/+11
* Patch from QuLogic to add support for aMSN logs from the log-reader plugin.Sadrul Habib Chowdhury2007-10-121-0/+385
* Fix CID 317 and 335 as well as an additional leak.Daniel Atallah2007-10-091-7/+7
* Fix the notorious log_reader plugin crash. It turns out that the file conten...Daniel Atallah2007-10-071-35/+42
* Fix a small leak in the log_reader plugin.Daniel Atallah2007-10-051-0/+4
* Fix more null pointer derefs in the log reader plugin. Fixes #2378.Daniel Atallah2007-08-031-25/+25
* bug with flags variable initialization was fixedMichael Shkutkov2007-08-021-3/+8
* Fix #2349 (null pointer deref in log_reader plugin).Daniel Atallah2007-08-011-1/+2
* Get rid of an unused variableMark Doliner2007-07-181-1/+0
* set flags in QIP logger to prevent the problem with history plugin.Michael Shkutkov2007-07-011-1/+1
* Minor comment fix.Richard Laager2007-06-301-1/+1
* Make the MSN logger set flags and ues <br> instead of \n. This fixes theRichard Laager2007-06-301-2/+3
* Make the Adium logger set flags, though it's still very much a stub.Richard Laager2007-06-301-0/+4
* Make the Trillian logger set flags properly, and use <br> instead of \n forRichard Laager2007-06-301-1/+6
* using <br> as end of line instead of '\n' in QIP logger. With this change His...Michael Shkutkov2007-06-291-1/+1
* reading only necessary part of log file using g_fopen/fseek/freadMichael Shkutkov2007-06-261-11/+13
* optimization: finding offsets without converting to UTF8 and escapingMichael Shkutkov2007-06-261-45/+33
* avoiding some finding EOL and creating new log only in one placeMichael Shkutkov2007-06-261-83/+72
* using purple_debug_info instead of purple_debug_errorMichael Shkutkov2007-06-261-2/+2
* using while cycle instead of g_strrstr, because g_strrstr doesn't work proper...Michael Shkutkov2007-06-261-10/+11
* Optimize this QIP code some more.Richard Laager2007-06-251-145/+124
* Trying to avoid duplicating a single line of code is stupid. I've finallyRichard Laager2007-06-251-73/+43
* Prepend to lists for performance, and use g_list_reverse when the list isRichard Laager2007-06-241-9/+9
* Remove trailing whitespace.Richard Laager2007-06-241-53/+53
* Avoid some extra nesting.Richard Laager2007-06-241-147/+138
* Eliminate some leaks.Richard Laager2007-06-241-1/+5
* Change the purple_debug(level, ...) statements to purple_debug_level(...)Richard Laager2007-06-241-101/+71
* internal.h includes config.h, so let's not do it twiceRichard Laager2007-06-241-4/+0
* creat new log if difference between current and previous message more then pr...Michael Shkutkov2007-06-221-68/+117
* setting error to NULL before usingMichael Shkutkov2007-06-211-0/+6
* minor style fixMichael Shkutkov2007-06-211-2/+1
* fixing missing bracesMichael Shkutkov2007-06-211-7/+4
* Converting all qip logs into UTF8Michael Shkutkov2007-06-211-144/+187
* small coding style changesMichael Shkutkov2007-06-211-19/+20
* Using g_file_get_contents instead of common file operations; all DEBUG_MESSAG...Michael Shkutkov2007-06-201-116/+97
* reverse searching of '(' characterMichael Shkutkov2007-06-181-2/+5
* propagate from branch 'im.pidgin.pidgin' (head 0a7d2fde749b34ae6c3ac413e0472d...Michael Shkutkov2007-06-171-2/+9
|\