summaryrefslogtreecommitdiffstats
path: root/runtime/rule.h
Commit message (Collapse)AuthorAgeFilesLines
* milestone commit(BUGGY): batch is now handed down to rule processingRainer Gerhards2010-06-101-2/+3
| | | | | | | | Now, the full batch is passed down to the rule, which then enqueues the elements as single messages. Note that this code has some known defects and needs more changes until it is correct again. This is primarily a commit to be able to return to a known-(somewhat)-good state.
* replaced data type "bool" by "sbool" because this created some portability ↵Rainer Gerhards2010-02-021-1/+1
| | | | issues
* 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.