Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Implement config object dumping to xml | Vsevolod Stakhov | 2010-04-22 | 1 | -0/+184 |
* | * Make perl config parser working | Vsevolod Stakhov | 2010-04-21 | 1 | -20/+98 |
* | * Initial version of perl config library | Vsevolod Stakhov | 2010-04-20 | 1 | -0/+288 |
* | * Bugfixes: | Vsevolod Stakhov | 2010-04-20 | 14 | -198/+212 |
* | * Add lua config for most common rules | Vsevolod Stakhov | 2010-04-13 | 8 | -6/+420 |
* | * Handle and dump factors correctly | Vsevolod Stakhov | 2010-04-08 | 5 | -270/+307 |
* | * Insert fuzzy check symbol correctly as it depends not only on factor but al... | Vsevolod Stakhov | 2010-04-08 | 2 | -3/+23 |
* | * Regexp module now can understand lua variables and functions | Vsevolod Stakhov | 2010-04-08 | 1 | -5/+27 |
* | * Call lua functions like C functions in expressions | Vsevolod Stakhov | 2010-04-08 | 3 | -1/+70 |
* | * Modules section | Vsevolod Stakhov | 2010-04-08 | 3 | -27/+108 |
* | * Handle modules configuration | Vsevolod Stakhov | 2010-04-08 | 2 | -33/+31 |
* | * Wellcome to the XML world | Vsevolod Stakhov | 2010-04-07 | 6 | -112/+303 |
* | * Add classifiers and composites sections to dump | Vsevolod Stakhov | 2010-04-06 | 5 | -16/+125 |
* | * Add lua functions parsing for module options | Vsevolod Stakhov | 2010-04-06 | 8 | -110/+619 |
* | * Add initial version of lua configuration system | Vsevolod Stakhov | 2010-04-05 | 10 | -48/+331 |
* | * Add dumper to XML file (not all sections yet) | Vsevolod Stakhov | 2010-04-01 | 6 | -45/+310 |
* | * Add more syntax | Vsevolod Stakhov | 2010-03-30 | 3 | -49/+346 |
* | * New syntax parser that should make syntax check of XML configs | Vsevolod Stakhov | 2010-03-27 | 4 | -144/+460 |
* | * Initial add of xml parser for rspamd configuration | Vsevolod Stakhov | 2010-03-25 | 6 | -1/+505 |
* | * Add FreeBSD port | Vsevolod Stakhov | 2010-03-24 | 8 | -55/+199 |
* | * Take block size into consideration while searching for fuzzy hash | Vsevolod Stakhov | 2010-03-23 | 1 | -4/+7 |
* | * Fix freeing of module parameters (they should NOT be freed) | Vsevolod Stakhov | 2010-03-23 | 6 | -14/+80 |
* | * Add option min_tokens to classifier that allows to skip too short messages ... | Vsevolod Stakhov | 2010-03-22 | 1 | -1/+34 |
* | * Update documentation | Vsevolod Stakhov | 2010-03-22 | 2 | -3209/+3416 |
* | * Add support for Judy storage for fuzzy hashes | cebka@lenovo-laptop | 2010-03-22 | 4 | -35/+177 |
* | * Some logging added | cebka@lenovo-laptop | 2010-03-18 | 1 | -0/+6 |
* | * Try to speed up fuzzy storage | cebka@lenovo-laptop | 2010-03-18 | 3 | -51/+135 |
* | * Handle writing of messages correctly in perl module | cebka@lenovo-laptop | 2010-03-18 | 2 | -4/+56 |
* | * Add statistics for fuzzy storage | cebka@lenovo-laptop | 2010-03-17 | 3 | -0/+13 |
* | * Add action to form in cgi | cebka@lenovo-laptop | 2010-03-17 | 1 | -1/+1 |
* | * Fix statistics of messages in controller | cebka@lenovo-laptop | 2010-03-17 | 6 | -10/+9 |
* | * Fix descriptors leakage | cebka@spam3 | 2010-03-17 | 1 | -2/+12 |
* | * Add normalizer for fuzzy hashes | cebka@lenovo-laptop | 2010-03-16 | 3 | -4/+36 |
* | * Read 'END' after password command | cebka@lenovo-laptop | 2010-03-15 | 1 | -0/+3 |
* | * Another addition to learning | cebka@lenovo-laptop | 2010-03-15 | 2 | -4/+1 |
* | * Fix learn command (-m is used instead -w) | cebka@lenovo-laptop | 2010-03-15 | 2 | -2/+2 |
* | * Fix variable name in Client.pm | cebka@lenovo-laptop | 2010-03-15 | 1 | -5/+5 |
* | * Fixes to rspamc | cebka@lenovo-laptop | 2010-03-15 | 2 | -17/+20 |
* | * Parse '*' in host name from config file correctly | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+6 |
* | * Fix another spf core dump while parsing 'include' items | cebka@lenovo-laptop | 2010-03-15 | 4 | -5/+18 |
* | * Handle SERVER_NAME | cebka@lenovo-laptop | 2010-03-12 | 1 | -5/+1 |
* | * Fixes to configuration | cebka@lenovo-laptop | 2010-03-12 | 1 | -5/+14 |
* | * More fixes | cebka@lenovo-laptop | 2010-03-12 | 1 | -2/+2 |
* | * More fixes about require | cebka@lenovo-laptop | 2010-03-12 | 1 | -3/+5 |
* | * use -> require | cebka@lenovo-laptop | 2010-03-12 | 1 | -3/+3 |
* | * Bump version | cebka@lenovo-laptop | 2010-03-12 | 1 | -1/+1 |
* | * Add web management interface for rspamd (no design yet) | cebka@lenovo-laptop | 2010-03-12 | 2 | -40/+585 |
* | * Make new Mail::Rspamd::Client working | cebka@lenovo-laptop | 2010-03-04 | 2 | -369/+557 |
* | * New Mail::Rspamd::Client | cebka@lenovo-laptop | 2010-03-03 | 3 | -722/+899 |
* | * Allow to specify hosts file for making batch operations on rspamd using rsp... | cebka@lenovo-laptop | 2010-03-01 | 1 | -36/+104 |