| Commit message (Expand) | Author | Age | Files | Lines |
* | * More debug | Vsevolod Stakhov | 2010-07-25 | 1 | -2/+2 |
* | * Add resolv.conf parsing into dns.c | Vsevolod Stakhov | 2010-07-01 | 1 | -0/+3 |
* | * Rewrite buffered input for line policy (again) | Vsevolod Stakhov | 2010-06-22 | 1 | -3/+11 |
* | * Change metric logic | Vsevolod Stakhov | 2010-06-16 | 1 | -44/+27 |
* | * Fix strict aliasing while compiling with optimization | Vsevolod Stakhov | 2010-05-31 | 1 | -0/+8 |
* | * Convert statistic sums to use long double for counters | Vsevolod Stakhov | 2010-05-27 | 1 | -14/+5 |
* | * Bugfixes: | Vsevolod Stakhov | 2010-04-20 | 1 | -1/+1 |
* | * Wellcome to the XML world | Vsevolod Stakhov | 2010-04-07 | 1 | -1/+1 |
* | * Add initial version of lua configuration system | Vsevolod Stakhov | 2010-04-05 | 1 | -2/+29 |
* | * Add dumper to XML file (not all sections yet) | Vsevolod Stakhov | 2010-04-01 | 1 | -1/+35 |
* | * New syntax parser that should make syntax check of XML configs | Vsevolod Stakhov | 2010-03-27 | 1 | -38/+38 |
* | * Initial add of xml parser for rspamd configuration | Vsevolod Stakhov | 2010-03-25 | 1 | -1/+50 |
* | * Fix misprint | cebka@lenovo-laptop | 2010-01-14 | 1 | -1/+1 |
* | * Add ability to add normalizers for statfiles (custom functions written in l... | cebka@lenovo-laptop | 2010-01-13 | 1 | -0/+107 |
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -4/+4 |
* | * Add limits support to each worker (max open files and max core size) | Vsevolod Stakhov | 2009-12-18 | 1 | -0/+5 |
* | * Fix parsing '*' as hostname in bind lines | Vsevolod Stakhov | 2009-11-10 | 1 | -6/+12 |
* | * Avoid mmap'ing in binlog as mmapped areas must be aligned | Vsevolod Stakhov | 2009-11-09 | 1 | -66/+67 |
* | * Implement new system of managing rspamd processes | Vsevolod Stakhov | 2009-10-30 | 1 | -0/+18 |
* | * Add growing coefficient to factors consolidation callback | Vsevolod Stakhov | 2009-10-16 | 1 | -0/+1 |
* | * Add reject score setting for hard rejecting of mail (by Anton Nekhoroshin) | Vsevolod Stakhov | 2009-10-02 | 1 | -0/+1 |
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -125/+128 |
* | * New system of classifiers interface and statfiles processing | Vsevolod Stakhov | 2009-09-14 | 1 | -3/+17 |
* | * Make settings working | Vsevolod Stakhov | 2009-09-08 | 1 | -0/+2 |
* | * Add client part for fuzzy checksums storage | Vsevolod Stakhov | 2009-07-28 | 1 | -0/+15 |
* | * Fix some more bugs | Vsevolod Stakhov | 2009-07-23 | 1 | -0/+1 |
* | * Make modules disableable from config | Vsevolod Stakhov | 2009-07-23 | 1 | -0/+1 |
* | * Fix symbol planning, add cache_file directive to config file | Vsevolod Stakhov | 2009-07-14 | 1 | -9/+13 |
* | * Rework the whole filters system | Vsevolod Stakhov | 2009-07-13 | 1 | -41/+8 |
* | * Add autolearn config options | Vsevolod Stakhov | 2009-07-03 | 1 | -0/+28 |
* | * Introduce new system of workers spawning and configuring, now rspamd can be... | Vsevolod Stakhov | 2009-06-17 | 1 | -85/+35 |
* | * Allow binds to INADDR_ANY if bind_sock is *:port | Vsevolod Stakhov | 2009-04-29 | 1 | -2/+4 |
* | * Fix variables substitution | Vsevolod Stakhov | 2009-04-22 | 1 | -8/+13 |
* | * Thread variables as () expressions to fix problems with operations priority | Vsevolod Stakhov | 2009-04-21 | 1 | -2/+2 |
* | * Fix variables substitution | Vsevolod Stakhov | 2009-03-27 | 1 | -8/+10 |
* | * Add ability to build rspamd without perl support | Vsevolod Stakhov | 2009-03-27 | 1 | -0/+1 |
* | * More accurate work with clock | Vsevolod Stakhov | 2009-03-25 | 1 | -0/+18 |
* | * Fix variable substitution | Vsevolod Stakhov | 2009-03-24 | 1 | -3/+5 |
* | * Fix error in expression parser that causes bad errors with expressions that... | Vsevolod Stakhov | 2009-03-23 | 1 | -0/+5 |
* | * Add functions support to rspamd regexps | Vsevolod Stakhov | 2009-03-19 | 1 | -137/+0 |
* | * With flag -t syntax of modules variables is also inspected | Vsevolod Stakhov | 2009-03-19 | 1 | -4/+5 |
* | * Allow escaped quotes in quoted strings, for example "\"some string\"" | Vsevolod Stakhov | 2009-03-18 | 1 | -0/+24 |
* | * Add ability to match raw headers | Vsevolod Stakhov | 2009-03-17 | 1 | -0/+6 |
* | * Some fixes to regexp module | Vsevolod Stakhov | 2009-03-12 | 1 | -10/+15 |
* | * Remove %m from logging it seems to be unsupported by FreeBSD printf version | Vsevolod Stakhov | 2009-03-02 | 1 | -3/+3 |
* | * Fix logging when process is starting | Vsevolod Stakhov | 2009-02-26 | 1 | -1/+1 |
* | * Add initial LMTP support and LDA delivery to rspamd | Vsevolod Stakhov | 2009-02-24 | 1 | -53/+81 |
* | * Prepare to migrate to cmake (still need to write install target and working... | Vsevolod Stakhov | 2009-02-16 | 1 | -21/+1 |
* | * Add BSD license text | Vsevolod Stakhov | 2009-02-16 | 1 | -0/+24 |
* | * By default number of workers is number of active processors in system | Vsevolod Stakhov | 2009-02-11 | 1 | -2/+5 |