| Commit message (Expand) | Author | Age | Files | Lines |
* | * Add dynamic configuration dumping. | Vsevolod Stakhov | 2012-10-01 | 1 | -0/+3 |
* | * Add map_watch_interval configurable. | Vsevolod Stakhov | 2012-09-19 | 1 | -1/+1 |
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -0/+5 |
* | * Implement pre-filters that realizes concepts to check mail by some absolute... | Vsevolod Stakhov | 2012-03-30 | 1 | -0/+1 |
* | Parse big limits on 32 bits machine (for file sizes). | Vsevolod Stakhov | 2012-03-28 | 1 | -1/+1 |
* | * Add lua bindings for upstream API. | Vsevolod Stakhov | 2012-03-26 | 1 | -0/+17 |
* | * Introduce new system of worker's and modules initialization: | Vsevolod Stakhov | 2012-01-16 | 1 | -2/+2 |
* | Fix static build. | Vsevolod Stakhov | 2011-11-11 | 1 | -1/+1 |
* | * Add configuration utils for kvstorage | Vsevolod Stakhov | 2011-10-17 | 1 | -1/+1 |
* | * Introduce new system of contexts initialization. It would be used for other... | Vsevolod Stakhov | 2011-08-18 | 1 | -0/+1 |
* | * Add start script for red hat compatible systems | Vsevolod Stakhov | 2011-07-20 | 1 | -0/+39 |
* | * Add new algorithm based on diff algorithm to compare relatively short text ... | Vsevolod Stakhov | 2011-07-13 | 1 | -0/+2 |
* | Add validity detector for statfiles inside classifier. | Vsevolod Stakhov | 2011-07-13 | 1 | -0/+1 |
* | * First commit to implement multi-statfile filter system with new learning me... | Vsevolod Stakhov | 2011-07-12 | 1 | -1/+4 |
* | Cache data of parts distance function to speed up multiply rules with such fu... | Vsevolod Stakhov | 2011-07-12 | 1 | -0/+2 |
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -0/+2 |
* | Misprint. | Vsevolod Stakhov | 2011-06-03 | 1 | -1/+1 |
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -0/+2 |
* | * Add throttling detection mechanic for dns resolver | Vsevolod Stakhov | 2011-03-23 | 1 | -0/+2 |
* | * Add options section into config to organize options | Vsevolod Stakhov | 2011-02-22 | 1 | -0/+1 |
* | * Add ability to specify 'S' flag to regexp that means that headers checks mu... | Vsevolod Stakhov | 2011-02-15 | 1 | -0/+1 |
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 1 | -0/+1 |
* | * Introduce new system of configuration checks: | Vsevolod Stakhov | 2010-12-20 | 1 | -0/+1 |
* | Add registering options for lua modules | Vsevolod Stakhov | 2010-12-14 | 1 | -0/+1 |
* | Implement checking options for modules | Vsevolod Stakhov | 2010-12-13 | 1 | -0/+1 |
* | Add module options checker | Vsevolod Stakhov | 2010-12-08 | 1 | -3/+13 |
* | Add add_header action to smtp proxy. | Vsevolod Stakhov | 2010-10-26 | 1 | -0/+1 |
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -24/+24 |
* | * Add post filters to lua API - filters that would be called after all messag... | Vsevolod Stakhov | 2010-08-25 | 1 | -0/+1 |
* | * Add rspamd_log variable to lua plugins to access logging functions | Vsevolod Stakhov | 2010-07-25 | 1 | -4/+5 |
* | * Add ability to test regexp with 'T' flag | Vsevolod Stakhov | 2010-07-06 | 1 | -0/+1 |
* | * Add resolv.conf parsing into dns.c | Vsevolod Stakhov | 2010-07-01 | 1 | -0/+4 |
* | * Fix compatibility issues | Vsevolod Stakhov | 2010-06-23 | 1 | -4/+4 |
* | * Change metric logic | Vsevolod Stakhov | 2010-06-16 | 1 | -16/+8 |
* | * Convert statistic sums to use long double for counters | Vsevolod Stakhov | 2010-05-27 | 1 | -1/+1 |
* | * Bugfixes: | Vsevolod Stakhov | 2010-04-20 | 1 | -1/+1 |
* | * Wellcome to the XML world | Vsevolod Stakhov | 2010-04-07 | 1 | -0/+2 |
* | * Add classifiers and composites sections to dump | Vsevolod Stakhov | 2010-04-06 | 1 | -1/+3 |
* | * Add lua functions parsing for module options | Vsevolod Stakhov | 2010-04-06 | 1 | -7/+11 |
* | * Add initial version of lua configuration system | Vsevolod Stakhov | 2010-04-05 | 1 | -2/+12 |
* | * Add dumper to XML file (not all sections yet) | Vsevolod Stakhov | 2010-04-01 | 1 | -7/+15 |
* | * Add more syntax | Vsevolod Stakhov | 2010-03-30 | 1 | -1/+1 |
* | * New syntax parser that should make syntax check of XML configs | Vsevolod Stakhov | 2010-03-27 | 1 | -39/+39 |
* | * Initial add of xml parser for rspamd configuration | Vsevolod Stakhov | 2010-03-25 | 1 | -0/+1 |
* | * Add ability to add normalizers for statfiles (custom functions written in l... | cebka@lenovo-laptop | 2010-01-13 | 1 | -0/+6 |
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -2/+3 |
* | * Add limits support to each worker (max open files and max core size) | Vsevolod Stakhov | 2009-12-18 | 1 | -1/+4 |
* | * Implement pre and post classify callbacks for checking specific statfiles f... | Vsevolod Stakhov | 2009-12-16 | 1 | -0/+2 |
* | * Avoid mmap'ing in binlog as mmapped areas must be aligned | Vsevolod Stakhov | 2009-11-09 | 1 | -0/+28 |
* | * Add logging urls as it was required by rambler search | Vsevolod Stakhov | 2009-11-06 | 1 | -0/+1 |