summaryrefslogtreecommitdiffstats
path: root/runtime/ruleset.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: message processing states were not set correctly in all casesRainer Gerhards2009-10-191-0/+2
| | | | | | however, this had no negative effect, as the message processing state was not evaluated when a batch was deleted, and that was the only case where the state could be wrong.
* added multi-ruleset support to imudpRainer Gerhards2009-10-131-6/+1
| | | | | also bumped version number and corrected ChangeLog, where I merged some post 5.3.1 changes into the 5.3.1 section.
* reduced number of debug messages a bit againRainer Gerhards2009-08-261-2/+0
|
* bugfix: discard action did not work (did not discard messages)Rainer Gerhards2009-07-301-3/+8
|
* restored repeated message reduction processingRainer Gerhards2009-06-231-5/+2
|
* completed multi-ruleset core supportRainer Gerhards2009-06-121-2/+82
| | | | ... as well as added multi-ruleset support for imtcp
* implemented $OMFileFlushOnTXEnd directiveRainer Gerhards2009-06-121-3/+6
| | | | plus some cleanup...
* re-enabled queue disk fsync testRainer Gerhards2009-06-101-1/+0
| | | | | | ... actually, it was not broken, but just very slow. I have now reduced the number of test messages so that make check will not be held for an extended period of time.
* restructered code in perparation for multiple rule set supportRainer Gerhards2009-06-101-0/+369
... 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.