Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix merge problem | Rainer Gerhards | 2013-11-29 | 1 | -4/+3 |
| | |||||
* | Merge branch 'v7-stable' into v7-devel | Rainer Gerhards | 2013-11-29 | 1 | -0/+4 |
|\ | |||||
| * | doc: create skeleton for global() config object | Rainer Gerhards | 2013-11-29 | 1 | -0/+4 |
| | | |||||
* | | remove global variable support | Rainer Gerhards | 2013-10-22 | 1 | -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 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 |