Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-21 | Added structs and functions for nick grouping. | Jon Bergli Heier | 1 | -1/+1 | |
2009-08-19 | Write data to an XML file. | Jon Bergli Heier | 1 | -1/+3 | |
File path for the XML file is read per channel from the 'xmlpath' option. | |||||
2009-08-15 | Added a hash table to keep track of words. | Jon Bergli Heier | 1 | -1/+1 | |
Moved the sdbm hash function into sdbm.c. Init and free users and words inside the channel loop. Increased the size of the user hash table to 1000. | |||||
2009-08-14 | Added a user struct which is stored in a hash table. | Jon Bergli Heier | 1 | -1/+1 | |
User nicks are hashed using the sdbm hash function. | |||||
2009-08-13 | Added channels. | Jon Bergli Heier | 1 | -2/+3 | |
Minor fixes - known bugs! | |||||
2009-08-11 | Added regex sets. | Jon Bergli Heier | 1 | -2/+5 | |
Minor fixes and comments. Added pcre-config to Makefile. | |||||
2009-08-11 | Initial commit. | Jon Bergli Heier | 1 | -0/+17 | |