Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup, removing now unused code | Rainer Gerhards | 2011-07-11 | 1 | -1/+0 |
| | |||||
* | cleaup & emergency config system reactivated | Rainer Gerhards | 2011-07-09 | 1 | -1/+0 |
| | |||||
* | milestone/[PARTWORK]: integrted script filter, but var access is missing | Rainer Gerhards | 2011-07-07 | 1 | -2/+4 |
| | |||||
* | milestone: added support for CEE-properties in property-based filters | Rainer Gerhards | 2010-12-01 | 1 | -0/+2 |
| | |||||
* | milestone commit(BUGGY): batch is now handed down to rule processing | Rainer Gerhards | 2010-06-10 | 1 | -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 Gerhards | 2010-02-02 | 1 | -1/+1 |
| | | | | issues | ||||
* | optimization: propert names are now internally identified by integers | Rainer Gerhards | 2009-06-26 | 1 | -2/+2 |
| | |||||
* | added $Ruleset config command | Rainer Gerhards | 2009-06-10 | 1 | -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 support | Rainer Gerhards | 2009-06-10 | 1 | -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. |