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