summaryrefslogtreecommitdiff
path: root/export_xml.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-08Fixed compiler warnings.Jon Bergli Heier1-31/+31
Upgraded word_t's count to long long.
2010-01-08Implemented monolog counters.Jon Bergli Heier1-0/+4
2009-10-20Parse kicks and store number of kicks and times kicked per user.Jon Bergli Heier1-0/+4
2009-09-06Count the number of total characters per user.Jon Bergli Heier1-0/+2
2009-09-06export_xml: Add continue after setting user when checking for the <NULL> user.Jon Bergli Heier1-0/+2
export_xml: Include string.h for strcmp.
2009-09-05Skip <NULL> when exporting users.Jon Bergli Heier1-0/+4
2009-09-05Fixed lines_node being added as a child of users_node instead of user_node ↵Jon Bergli Heier1-1/+1
in export_xml.
2009-08-26Replace sprintf with snprintfJon Bergli Heier1-4/+4
2009-08-24Export words to XML.Jon Bergli Heier1-0/+17
2009-08-19Write data to an XML file.Jon Bergli Heier1-0/+68
File path for the XML file is read per channel from the 'xmlpath' option.