July 4, 2014 | ||
---|---|---|
View 9e1ff4488a
all: updated FSF address in GPL textAnthony Messina authored on 04/07/2014 09:36:37 • Daniel-Constantin Mierla committed on 04/07/2014 09:37:36 |
March 29, 2014 | ||
---|---|---|
View d1c6071830
core: new global parameter max_recursive_levelDaniel-Constantin Mierla authored on 29/03/2014 23:22:17 |
September 16, 2013 | ||
---|---|---|
View ca568ee699
core: added wrapper functions to return cfg line and name for current actionDaniel-Constantin Mierla authored on 16/09/2013 07:53:15 |
||
View 4294b7bf3b
core: store current executed cfg action in a global variableDaniel-Constantin Mierla authored on 15/09/2013 20:35:38 |
September 29, 2010 | ||
---|---|---|
View 28a882873f
core: fix end-script commands in expr. leaksAndrei Pelinescu-Onciul authored on 29/09/2010 14:30:40 |
October 19, 2009 | ||
---|---|---|
View 5a03489e53
- Doxygen updates on core files - Add project name to doxygen in Makefileoej authored on 19/10/2009 20:35:43 |
July 9, 2009 | ||
---|---|---|
View 4ce1715db7
core: run_top_route() can be give action contextDaniel-Constantin Mierla authored on 09/07/2009 09:23:14 |
March 29, 2009 | ||
---|---|---|
View 8402508053
Introducing run_top_route functionJan Janak authored on 29/03/2009 15:53:58 |
June 14, 2007 | ||
---|---|---|
View 20fded1fe8
- fix: run_actions() & friends used some static variables to save some internal state (run_flags, last_ret a.s.o). Problems would appear when different routes (e.g. main route and an onsend route) would execute in the same process (e.g. an onsend route return would exit also the main route). Now run_actions(), do_action() and eval_expr() take an extra "context" parameter (which must be initialized before use).Andrei Pelinescu-Onciul authored on 14/06/2007 23:12:26 |
June 17, 2006 | ||
---|---|---|
View d766c020ec
- run_flags published in header file. It may require any module command that calls run_actions, e.g. to absorb return.Tomas Mandys authored on 17/06/2006 09:40:59 |
December 12, 2005 | ||
---|---|---|
View 01dea12497
- return [val] support (returns from the current route with value val, by default 1) - exit [val] support (exits the script with code val, where 0 means drop, >0 means do default actions and <0 means error) - drop is now equivalent to exit 0 - drop should be faster when used to exit deep routes - break is now equivalent with return 1 - the return code can be checked with $?, e.g.: if ($?==1) {...} else if ($?==-1){...} else {...}.Andrei Pelinescu-Onciul authored on 12/12/2005 23:47:56 |
August 24, 2004 | ||
---|---|---|
View 53c7e0f19a
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:45:09 |
September 19, 2002 | ||
---|---|---|
View 7dd0b34273
GPLization banner introduced to *.[hc] filesJiri Kuthan authored on 19/09/2002 12:23:52 |
May 13, 2002 | ||
---|---|---|
View 3881f12c2c
TM callbacks, acc, flagsJiri Kuthan authored on 13/05/2002 01:15:40 |
September 21, 2001 | ||
---|---|---|
View 4ac74c03d9
- compiles okAndrei Pelinescu-Onciul authored on 21/09/2001 15:24:24 |