Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-12 | Remove broken threading support. | Jon Bergli Heier | 1 | -1/+1 | |
2009-11-22 | Added support for using pthreads. | Jon Bergli Heier | 1 | -116/+2 | |
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 | -0/+12 | |
2009-09-06 | Count the number of total characters per user. | Jon Bergli Heier | 1 | -0/+1 | |
2009-09-05 | Convert characters to lowercase when counting words. | Jon Bergli Heier | 1 | -1/+1 | |
2009-09-05 | Add locale and multibyte support. | Jon Bergli Heier | 1 | -8/+19 | |
Set LC_CTYPE to support locales. Use wchar_t to handle multibyte strings. Generate character tables for PCRE to support locales. | |||||
2009-08-21 | Implemented nick_get - nicks can now be mapped | Jon Bergli Heier | 1 | -1/+1 | |
2009-08-21 | Added structs and functions for nick grouping. | Jon Bergli Heier | 1 | -0/+3 | |
2009-08-19 | Write data to an XML file. | Jon Bergli Heier | 1 | -0/+2 | |
File path for the XML file is read per channel from the 'xmlpath' option. | |||||
2009-08-17 | Count lines per quarter hour for channels and users. | Jon Bergli Heier | 1 | -2/+14 | |
2009-08-15 | Study compiled patterns to speed up matching. | Jon Bergli Heier | 1 | -2/+2 | |
2009-08-15 | Added a hash table to keep track of words. | Jon Bergli Heier | 1 | -5/+15 | |
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-15 | Only increment word count if len > 0. | Jon Bergli Heier | 1 | -1/+2 | |
2009-08-15 | Word count using ctype.h to check for alphabetic and blank characters. | Jon Bergli Heier | 1 | -5/+36 | |
Use defines for buffer sizes. Added missing fclose. Return pointer to the user_t struct in user_get. | |||||
2009-08-14 | Parse text and join lines. | Jon Bergli Heier | 1 | -1/+20 | |
Add users from text lines. Fixed hash table code. | |||||
2009-08-14 | Main loop groundwork. | Jon Bergli Heier | 1 | -0/+22 | |
2009-08-13 | Init and free channels. Currently crashes when freeing existing config or ↵ | Jon Bergli Heier | 1 | -1/+5 | |
channels. | |||||
2009-08-12 | Free config and regex sets before exiting. | Jon Bergli Heier | 1 | -0/+6 | |
Free the regex sets array after freeing compiled pcre patterns. | |||||
2009-08-11 | Added regex sets. | Jon Bergli Heier | 1 | -0/+6 | |
Minor fixes and comments. Added pcre-config to Makefile. | |||||
2009-08-11 | Initial commit. | Jon Bergli Heier | 1 | -0/+10 | |