Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: clarify global/local variables | Rainer Gerhards | 2013-09-10 | 1 | -2/+2 |
| | |||||
* | doc: add global variables | Rainer Gerhards | 2013-07-23 | 1 | -6/+28 |
| | |||||
* | doc: document local variables and their distinction to message JSON properties | Rainer Gerhards | 2013-07-21 | 1 | -0/+20 |
| | |||||
* | doc: add version requirement for main_queue() object | Rainer Gerhards | 2013-07-19 | 1 | -0/+1 |
| | |||||
* | doc: add doc for main_queue() object | Rainer Gerhards | 2013-07-19 | 1 | -0/+12 |
| | |||||
* | add RainerScript re_extract() function | Rainer Gerhards | 2013-03-27 | 1 | -0/+9 |
| | |||||
* | field() function now supports a string as field delimiter | Rainer Gerhards | 2013-02-10 | 1 | -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 functionality | Rainer Gerhards | 2013-01-17 | 1 | -1/+6 |
| | |||||
* | Implement RainerScript prifield() function | Rainer Gerhards | 2012-09-20 | 1 | -0/+3 |
| | |||||
* | Implement RainerScript field() function | Rainer Gerhards | 2012-09-20 | 1 | -0/+5 |
| | |||||
* | doc: add new functions to RainerScript function list | Rainer Gerhards | 2012-09-20 | 1 | -1/+4 |
| | |||||
* | added function getenv() to RainerScript | Rainer Gerhards | 2009-11-03 | 1 | -3/+15 |
| | |||||
* | added some user doc on RainerScript | Rainer Gerhards | 2008-02-26 | 1 | -29/+49 |
| | |||||
* | added string concatenation operator & to RainerScript | Rainer Gerhards | 2008-02-25 | 1 | -2/+8 |
| | |||||
* | - added some thoughts on RainerScript | Rainer Gerhards | 2008-02-24 | 1 | -0/+37 |
- worked a bit on conversion functions |