summaryrefslogtreecommitdiffstats
path: root/grammar/lexer.l
Commit message (Collapse)AuthorAgeFilesLines
* conf file: bufgix: legacy parsing of some filters did not work correctlyRainer Gerhards2012-02-011-1/+1
|
* bugfix: facility local<x> was not correctly interpreted in legacy filtersRainer Gerhards2011-09-281-1/+1
| | | | | Was only accepted if it was the first PRI in a multi-filter PRI. Thanks to forum user Mark for bringing this to our attention.
* bugfix: config parser did not support properties with dashes in themRainer Gerhards2011-09-151-1/+1
| | | | ...inside property-based filters. Thanks to Gerrit Seré for reporting this.
* milestone: queue object now has a param handler for new conf interfaceRainer Gerhards2011-07-221-3/+18
| | | | ... and action queue defs use this new interface (but not yet the main queues)
* need to handle legacy-legacy omusrmsg format stricterRainer Gerhards2011-07-221-1/+1
| | | | otherwise, the grammar for if-constructs was broken
* omusrmsg now supports the new config systemRainer Gerhards2011-07-211-1/+1
|
* removed some printf's left in lexerRainer Gerhards2011-07-151-4/+5
| | | | | may cause some mild confusion if someone actually uses the not-yet-officially-supported construct
* forgotten to support the discard action ("~")Rainer Gerhards2011-07-131-0/+1
|
* lexer bug: *.somewhat PRIs not detectedRainer Gerhards2011-07-131-1/+1
| | | | regression from last update
* removed emergency config, do error reporting on fatal config file errorRainer Gerhards2011-07-121-4/+4
|
* fixed lexer: facilities local0-local7 were not correctly handledRainer Gerhards2011-07-111-1/+5
|
* cleaup & emergency config system reactivatedRainer Gerhards2011-07-091-0/+23
|
* milestone/[WORKS AGAIN!]: looks like the new conf format is integratedRainer Gerhards2011-07-091-1/+1
| | | | finally completed $IncludeConfig processing.
* milestone/[PARTWORK]: made sure all legacy selectors workRainer Gerhards2011-07-091-1/+2
| | | | | ... except for the not guaranteed $outchannel construct, which we could not fix without syntax change. Shouldn't hurt too many.
* milestone/[PARTWORK]: implemented comparison operationsRainer Gerhards2011-07-081-0/+3
|
* milestone/[PARTWORK]: integrted script filter, but var access is missingRainer Gerhards2011-07-071-3/+20
|
* milestone: some plumbing for rsyslog/stand alone parsingRainer Gerhards2011-07-051-2/+2
|
* milestone: improved build systemRainer Gerhards2011-07-051-0/+251
... still had quite some glitches, as usual. This time it hopefully works under all circumstances (well, let's hope for "usual cir..." ;)).