Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-15 | Added some ecpg stuff. | Jon Bergli Heier | 1 | -0/+5 | |
2010-11-15 | Removed XML export. | Jon Bergli Heier | 1 | -8/+2 | |
2010-11-12 | Remove broken threading support. | Jon Bergli Heier | 1 | -4/+0 | |
2010-11-09 | Modified time branch to store only first and last time seen. | Jon Bergli Heier | 1 | -1/+5 | |
2010-06-05 | Mostly-working implementation of time tracking for users.time | Jon Bergli Heier | 1 | -4/+24 | |
Needs some more testing. | |||||
2010-06-02 | Added a minimum word length config option, "wordlen_min". | Jon Bergli Heier | 1 | -0/+4 | |
Also did some minor cleanup of the word add code in process_file. | |||||
2010-01-08 | Implemented monolog counters. | Jon Bergli Heier | 1 | -0/+4 | |
2009-11-22 | Added support for using pthreads. | Jon Bergli Heier | 1 | -0/+6 | |
Data processing (parsing) moved to parsing.c. The line parsing code is moved to its own function which is called from one or more threads (depends on the "threads" setting in the config file). | |||||
2009-10-20 | Parse kicks and store number of kicks and times kicked per user. | Jon Bergli Heier | 1 | -3/+3 | |
2009-08-26 | Replace sprintf with snprintf | Jon Bergli Heier | 1 | -2/+2 | |
2009-08-21 | Read and add nick regexes from config. | Jon Bergli Heier | 1 | -0/+41 | |
2009-08-19 | Write data to an XML file. | Jon Bergli Heier | 1 | -2/+8 | |
File path for the XML file is read per channel from the 'xmlpath' option. | |||||
2009-08-14 | Main loop groundwork. | Jon Bergli Heier | 1 | -1/+0 | |
2009-08-13 | Store files as a linked list. | Jon Bergli Heier | 1 | -4/+1 | |
2009-08-13 | Added channels. | Jon Bergli Heier | 1 | -0/+60 | |
Minor fixes - known bugs! | |||||
2009-08-12 | Free config and regex sets before exiting. | Jon Bergli Heier | 1 | -0/+3 | |
Free the regex sets array after freeing compiled pcre patterns. | |||||
2009-08-11 | Added regex sets. | Jon Bergli Heier | 1 | -6/+9 | |
Minor fixes and comments. Added pcre-config to Makefile. | |||||
2009-08-11 | Initial commit. | Jon Bergli Heier | 1 | -0/+44 | |