summaryrefslogtreecommitdiff
path: root/regexset.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-09Free all regexes in rs_free().Jon Bergli Heier1-0/+11
2010-11-09Modified time branch to store only first and last time seen.Jon Bergli Heier1-5/+6
2010-06-05Mostly-working implementation of time tracking for users.timeJon Bergli Heier1-15/+88
Needs some more testing.
2009-10-20Parse kicks and store number of kicks and times kicked per user.Jon Bergli Heier1-1/+18
2009-09-05Add locale and multibyte support.Jon Bergli Heier1-2/+6
Set LC_CTYPE to support locales. Use wchar_t to handle multibyte strings. Generate character tables for PCRE to support locales.
2009-08-15Study compiled patterns to speed up matching.Jon Bergli Heier1-0/+8
2009-08-13Added channels.Jon Bergli Heier1-1/+5
Minor fixes - known bugs!
2009-08-12Free config and regex sets before exiting.Jon Bergli Heier1-0/+2
Free the regex sets array after freeing compiled pcre patterns.
2009-08-11Added regex sets.Jon Bergli Heier1-0/+60
Minor fixes and comments. Added pcre-config to Makefile.