January 23, 2002 | ||
---|---|---|
View a1041efe1d
- re-added break script in condition (if function returns 0)Andrei Pelinescu-Onciul authored on 23/01/2002 18:10:41 |
October 26, 2001 | ||
---|---|---|
View 5ada8f8a66
- fixed a memroy leak (rewritehost/uri/etc.) - added forward to uri support (forward(uri:host, uri:port) ). - improved free_lump_list speed (could be dangerous)Andrei Pelinescu-Onciul authored on 26/10/2001 20:28:55 |
October 24, 2001 | ||
---|---|---|
View 3bf76e49cd
- added loadable module support (sr_module.*) - bumped ver. no (WARNING: not tested yet)Andrei Pelinescu-Onciul authored on 24/10/2001 12:43:39 |
October 11, 2001 | ||
---|---|---|
View f20a56a2b7
- new config style: if expr cmd else cmd; - expr can now contain commands (e.g: forward("proxy") && src_ip==1.2.3.4) - introduced boolean values in expr. (yes/no; true/false; on/off; 1/0) e.g.: if ( true ) log("..."); - changed name to ser, ser.cfg - bumped ver. no (0.7)Andrei Pelinescu-Onciul authored on 11/10/2001 23:03:42 |
September 25, 2001 | ||
---|---|---|
View 7268726eee
- added rewrite support (sethost setuser, setuserpass, sethost, setport, sethostport) - allow spaces in header names (e.g: "via :") - case insensitive header name parsing - do not look anymore for the second via for requests (jiri) - fixed config match operator (was ~=, now is =~) - added config file suport for all the command line options (except -f :)) - bumped the version numberAndrei Pelinescu-Onciul authored on 25/09/2001 23:06:39 |
September 20, 2001 | ||
---|---|---|
View a15c363f83
- still to do action,cAndrei Pelinescu-Onciul authored on 20/09/2001 17:17:26 |
September 19, 2001 | ||
---|---|---|
View 09e52ebb78
- config parser + expression builder seem to be workingAndrei Pelinescu-Onciul authored on 19/09/2001 21:45:25 |
||
View c07508e2e1
- started to build the expresion & acion tree/listAndrei Pelinescu-Onciul authored on 19/09/2001 02:19:09 |