Age | Commit message (Collapse) | Author | Files | Lines |
|
ircstats now builds by running scons instead of make.
Build with DEBUG set to compile with -g.
Also added scons-related stuff to .gitignore.
|
|
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).
|
|
|
|
File path for the XML file is read per channel from the 'xmlpath'
option.
|
|
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.
|
|
User nicks are hashed using the sdbm hash function.
|
|
Minor fixes - known bugs!
|
|
Minor fixes and comments.
Added pcre-config to Makefile.
|
|
|