Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another debian license fix. | Vsevolod Stakhov | 2012-09-10 | 1 | -1/+1 |
| | | | | | Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. | ||||
* | Update copyright (required by debian). | Vsevolod Stakhov | 2012-09-04 | 1 | -3/+3 |
| | |||||
* | * Add configuration utils for kvstorage | Vsevolod Stakhov | 2011-10-17 | 1 | -3/+0 |
| | |||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 1 | -1/+1 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | * Add correcting factor to statistics. | Vsevolod Stakhov | 2011-06-28 | 1 | -1/+1 |
| | | | | | | Now learning increments version of a statfile. Avoid learning and classifying of similar text parts if a message has 2 text parts. Several fixes to statistics. | ||||
* | Fix incorrect calculating of token length. | Vsevolod Stakhov | 2011-06-27 | 1 | -2/+2 |
| | |||||
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -16/+48 |
| | | | | | | | | | | | | | | | | | | 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 | -32/+0 |
| | |||||
* | * Write Emails: header in output | Vsevolod Stakhov | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | * Tokenize subject using osb tokenizer. | Vsevolod Stakhov | 2011-02-11 | 1 | -13/+5 |
| | |||||
* | Fixes in classifying for small messages. | Vsevolod Stakhov | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | * Many fixes to fuzzy hashes logic and tokenization. | Vsevolod Stakhov | 2011-01-24 | 1 | -4/+33 |
| | |||||
* | * Add Subject header to statistics | Vsevolod Stakhov | 2010-12-24 | 1 | -0/+38 |
| | | | | * Write log message about symbols that are removed when composite symbol is inserted | ||||
* | * Fix shared usage of statfiles | Vsevolod Stakhov | 2010-09-16 | 1 | -2/+4 |
| | | | | | | * Add invalidation of statfiles in case of learning, so now statfiles are invalidated in about a minute after learning * This should fix shared usage of statfile pool by several processes | ||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -48/+48 |
| | |||||
* | * Make autolearn working | Vsevolod Stakhov | 2009-07-09 | 1 | -5/+3 |
| | |||||
* | * Rework url parsing algorithms | Vsevolod Stakhov | 2009-06-02 | 1 | -1/+5 |
| | | | | | | | * Adopt all parts of rspamd for new url parser * Improve url-extracter utility by avoiding cut&paste of mime parsing * Small fixes to rspamc client * Bump version to 0.1.3 | ||||
* | * Add functions to parse headers and urls into statfile tokens | Vsevolod Stakhov | 2009-03-16 | 1 | -0/+116 |
| | |||||
* | * Prepare to migrate to cmake (still need to write install target and ↵ | Vsevolod Stakhov | 2009-02-16 | 1 | -1/+1 |
| | | | | | | | | working with XS implicitly) * Move all system includes to one file where we detect availability of all that includes * Fix license misprint * Fix some issues with perl initializing | ||||
* | * Add BSD license text | Vsevolod Stakhov | 2009-02-16 | 1 | -0/+24 |
| | |||||
* | * Rewrite message parser | Vsevolod Stakhov | 2009-01-21 | 1 | -2/+4 |
| | | | | | | * Change mime parts storage * Add html tags striping (ported from php code) * Rework learning to process only text and striped html parts | ||||
* | * Rewrite perl client for rspamd, now it allows access to both normal and ↵ | Vsevolod Stakhov | 2009-01-19 | 1 | -2/+4 |
| | | | | | | control interfaces * Fix small errors in tokenizer and controller interface | ||||
* | * Fix errors in learning implementation | Vsevolod Stakhov | 2009-01-11 | 1 | -3/+7 |
| | |||||
* | * Use binary tree in tokenizers, that would provide us fast checking for ↵ | Vsevolod Stakhov | 2008-12-04 | 1 | -0/+12 |
| | | | | 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/+18 |
| | |||||
* | * Add simple implementation of OSB tokenizer | Vsevolod Stakhov | 2008-11-07 | 1 | -0/+45 |