summaryrefslogtreecommitdiffstats
path: root/runtime/rule.h
Commit message (Collapse)AuthorAgeFilesLines
* optimization: propert names are now internally identified by integersRainer Gerhards2009-06-261-2/+2
|
* added $Ruleset config commandRainer Gerhards2009-06-101-0/+3
| | | | | | so we now can define multiple rule sets, we just can not use them ;) That means we have the foundation to bind listeners to different rule sets.
* restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-101-0/+74
... this was long overdue, and I finlly tackeld it. It turned out to be more complex than I initially thought. The next step now probably is to actually implement multiple rule sets and the beauty that comes with them.