Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor worker task structure and API. | Vsevolod Stakhov | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -3/+3 |
| | |||||
* | Parse classifiers and statfiles in ucl. | Vsevolod Stakhov | 2013-11-07 | 1 | -1/+1 |
| | |||||
* | New chi2square based bayes normalizer. | Vsevolod Stakhov | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -9/+4 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -7/+9 |
| | | | | | | | | | | | | | | | | | | Uncompatible changes: - Statistics is uncompatible in utf8 mode Major changes: - Improved utf8 mode - Convert all characters to lowercase in statistics - Skip URL's in statistics - Improve speed of bayes classifier by using integer arithmetics - Fixed statfiles synchronization that was broken for a long time - Synchronization is now configurable Minor changes: - Bugfixes - Removed some of legacy code - Types polishing | ||||
* | * Skip short utf words in statistics | Vsevolod Stakhov | 2011-06-03 | 1 | -2/+2 |
| | |||||
* | * Major cleanup of cmake build system | Vsevolod Stakhov | 2011-05-06 | 1 | -2/+2 |
| | | | | | | * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities | ||||
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -2/+0 |
| | |||||
* | * Add Subject header to statistics | Vsevolod Stakhov | 2010-12-24 | 1 | -0/+2 |
| | | | | * Write log message about symbols that are removed when composite symbol is inserted | ||||
* | * Implement new learning system, now rspamd should be much more intelligent ↵ | Vsevolod Stakhov | 2010-05-27 | 1 | -0/+1 |
| | | | | while learning messages | ||||
* | * Add binlog API implementation | Vsevolod Stakhov | 2009-11-06 | 1 | -0/+1 |
| | |||||
* | * Add functions to parse headers and urls into statfile tokens | Vsevolod Stakhov | 2009-03-16 | 1 | -0/+4 |
| | |||||
* | * Rewrite message parser | Vsevolod Stakhov | 2009-01-21 | 1 | -2/+2 |
| | | | | | | * Change mime parts storage * Add html tags striping (ported from php code) * Rework learning to process only text and striped html parts | ||||
* | * Use binary tree in tokenizers, that would provide us fast checking for ↵ | Vsevolod Stakhov | 2008-12-04 | 1 | -6/+6 |
| | | | | unique tokens and have O(log n) difficulty | ||||
* | * Add learning interface to rspamd (still requires classifier to work) | Vsevolod Stakhov | 2008-12-02 | 1 | -0/+15 |
| | |||||
* | * Add simple implementation of OSB tokenizer | Vsevolod Stakhov | 2008-11-07 | 1 | -0/+29 |