summaryrefslogtreecommitdiffstats
path: root/runtime/objomsr.c
Commit message (Collapse)AuthorAgeFilesLines
* Add OMSR_TPL_AS_FIELDS mode for output modules.Miloslav Trmač2012-08-281-1/+2
| | | | | | This does not yet do anything. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
* bugfix: report error if module tries to request more strings than supportedRainer Gerhards2012-04-131-1/+4
|
* action cfg: do no longer require template for TPL_AS_MSG passing modeRainer Gerhards2012-03-191-1/+0
|
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-161-16/+14
|\ | | | | | | | | | | | | | | Conflicts: runtime/debug.h runtime/obj.c runtime/parser.h runtime/wti.h
| * runtime license changeRainer Gerhards2012-01-161-16/+14
| |
* | added omruleset output module, which provides great flexibility in action ↵Rainer Gerhards2009-11-021-18/+12
|/ | | | | | processing. THIS IS A VERY IMPORTANT ADDITION, see its doc for why.
* added a new way how output plugins may be passed parameters.Rainer Gerhards2009-04-031-0/+18
| | | | | This is more efficient for some outputs. They new can receive fields not only as a single string but rather in an array where each string is seperated.
* moved files to the runtimeRainer Gerhards2008-04-161-0/+145
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.