summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-02Added a minimum word length config option, "wordlen_min".Jon Bergli Heier1-0/+4
Also did some minor cleanup of the word add code in process_file.
2010-01-08Implemented monolog counters.Jon Bergli Heier1-0/+4
2009-11-22Added support for using pthreads.Jon Bergli Heier1-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-20Parse kicks and store number of kicks and times kicked per user.Jon Bergli Heier1-3/+3
2009-08-26Replace sprintf with snprintfJon Bergli Heier1-2/+2
2009-08-21Read and add nick regexes from config.Jon Bergli Heier1-0/+41
2009-08-19Write data to an XML file.Jon Bergli Heier1-2/+8
File path for the XML file is read per channel from the 'xmlpath' option.
2009-08-14Main loop groundwork.Jon Bergli Heier1-1/+0
2009-08-13Store files as a linked list.Jon Bergli Heier1-4/+1
2009-08-13Added channels.Jon Bergli Heier1-0/+60
Minor fixes - known bugs!
2009-08-12Free config and regex sets before exiting.Jon Bergli Heier1-0/+3
Free the regex sets array after freeing compiled pcre patterns.
2009-08-11Added regex sets.Jon Bergli Heier1-6/+9
Minor fixes and comments. Added pcre-config to Makefile.
2009-08-11Initial commit.Jon Bergli Heier1-0/+44