summaryrefslogtreecommitdiffstats
path: root/doc/rainerscript.html
Commit message (Collapse)AuthorAgeFilesLines
* fix merge problemRainer Gerhards2013-11-291-4/+3
|
* Merge branch 'v7-stable' into v7-develRainer Gerhards2013-11-291-0/+4
|\
| * doc: create skeleton for global() config objectRainer Gerhards2013-11-291-0/+4
| |
* | remove global variable supportRainer Gerhards2013-10-221-30/+8
| | | | | | | | | | | | | | | | The original idea was not well thought out and global variables, as implemented, worked far different from what anybody would expect. As such, we consider the current approach as an experiment that did not work out and opt to removing it, clearing the way for a better future solution. Note: global vars were introduced in 7.5.3 on Sept, 11th 2013.
* | doc: clarify global/local variablesRainer Gerhards2013-09-101-2/+2
| |
* | doc: add global variablesRainer Gerhards2013-07-231-6/+28
| |
* | doc: document local variables and their distinction to message JSON propertiesRainer Gerhards2013-07-211-0/+20
| |
* | doc: add version requirement for main_queue() objectRainer Gerhards2013-07-191-0/+1
| |
* | doc: add doc for main_queue() objectRainer Gerhards2013-07-191-0/+12
|/
* add RainerScript re_extract() functionRainer Gerhards2013-03-271-0/+9
|
* field() function now supports a string as field delimiterRainer Gerhards2013-02-101-2/+12
| | | | | also done a bugfix: field() function did never return "***FIELD NOT FOUND***" instead it returned "***ERROR in field() FUNCTION***" in that case
* design: draft lookup table functionalityRainer Gerhards2013-01-171-1/+6
|
* Implement RainerScript prifield() functionRainer Gerhards2012-09-201-0/+3
|
* Implement RainerScript field() functionRainer Gerhards2012-09-201-0/+5
|
* doc: add new functions to RainerScript function listRainer Gerhards2012-09-201-1/+4
|
* added function getenv() to RainerScriptRainer Gerhards2009-11-031-3/+15
|
* added some user doc on RainerScriptRainer Gerhards2008-02-261-29/+49
|
* added string concatenation operator & to RainerScriptRainer Gerhards2008-02-251-2/+8
|
* - added some thoughts on RainerScriptRainer Gerhards2008-02-241-0/+37
- worked a bit on conversion functions