Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin to write normal and updated default configuration. | Vsevolod Stakhov | 2011-07-15 | 1 | -1/+1 |
| | | | | | --HG-- rename : rspamd.xml.sample => conf/rspamd-basic.xml.in | ||||
* | * Welcome 0.4.0 | Vsevolod Stakhov | 2011-06-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | * Add lua interface for parsing xmlrpc replies | Vsevolod Stakhov | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | Misprint. | Vsevolod Stakhov | 2011-06-03 | 1 | -2/+2 |
| | |||||
* | Parse urls with '_' sign in domain name0.3.13 | Vsevolod Stakhov | 2011-06-03 | 1 | -6/+7 |
| | |||||
* | Add this shit again. | Vsevolod Stakhov | 2011-05-11 | 1 | -0/+4 |
| | |||||
* | Forgot to save. | Vsevolod Stakhov | 2011-05-11 | 1 | -4/+0 |
| | |||||
* | Fix dependencies in cmake. | Vsevolod Stakhov | 2011-05-11 | 1 | -4/+5 |
| | |||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -46/+17 |
| | | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file | ||||
* | * Major cleanup of cmake build system | Vsevolod Stakhov | 2011-05-06 | 1 | -128/+3 |
| | | | | | | * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities | ||||
* | Update to 0.3.12.0.3.12 | Vsevolod Stakhov | 2011-04-25 | 1 | -1/+1 |
| | |||||
* | Update version to 0.3.11 | Vsevolod Stakhov | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Update to 0.3.10. | Vsevolod Stakhov | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | * Main process now has 'hard termination time' - maximum time between ↵ | Vsevolod Stakhov | 2011-03-23 | 1 | -0/+4 |
| | | | | getting termination signal and waiting for workers | ||||
* | Update to 0.3.9.0.3.9 | Vsevolod Stakhov | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | * Add strict priority rules | Vsevolod Stakhov | 2011-03-18 | 1 | -3/+1 |
| | | | | | * Improve and fix multimap module * Add rspamd_config object to stage of early configure of rspamd | ||||
* | Merge from ncode branch: https://bitbucket.org/ncode/rspamd | Vsevolod Stakhov | 2011-03-15 | 1 | -3/+2 |
|\ | |||||
| * | changed debian dep from libevent1 to libevent-1.4-2 | Juliano Martinez | 2011-03-14 | 1 | -1/+1 |
| | | |||||
| * | Changed CPACK_DEBIAN_PACKAGE_DEPENDS escape like PACKAGE_DEPENDS | Juliano Martinez | 2011-03-14 | 1 | -1/+1 |
| | | |||||
| * | Removed ${ID} from PACKAGE_VERSION, debian control files doesn't support ↵ | Juliano Martinez | 2011-03-14 | 1 | -2/+1 |
| | | | | | | | | format of RID | ||||
* | | Update version to 0.3.8. | Vsevolod Stakhov | 2011-03-15 | 1 | -1/+1 |
|/ | |||||
* | Small fix. | Vsevolod Stakhov | 2011-03-14 | 1 | -1/+27 |
| | |||||
* | * Add ability to lookup CDB maps from lua | Vsevolod Stakhov | 2011-03-05 | 1 | -0/+2 |
| | | | | * Add cdb:// map to multimap plugin | ||||
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -28/+0 |
| | |||||
* | Wellcome 0.3.7. | Vsevolod Stakhov | 2011-02-16 | 1 | -1/+1 |
| | |||||
* | Fix bug with several metrics output. [1] | Vsevolod Stakhov | 2011-02-14 | 1 | -0/+5 |
| | | | | | | Install surbl-whitelist. [1] [1] Reported by Victor Ustugov | ||||
* | * Add manual pages for rspamd and rspamc. | Vsevolod Stakhov | 2011-02-07 | 1 | -1/+5 |
| | | | | Fix bug with extracting urls from tags without quotes. | ||||
* | Fix installation of lua configs. | Vsevolod Stakhov | 2011-02-04 | 1 | -4/+3 |
| | |||||
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 1 | -1/+1 |
| | | | | | | | * Emails now are separated from urls and urls checks * Add ability to check text attachements if option is presented in a configuration Version is 0.3.6 now | ||||
* | Small fix for build id detection. | Vsevolod Stakhov | 2011-02-02 | 1 | -1/+10 |
| | |||||
* | Update build and install system. | Vsevolod Stakhov | 2011-02-02 | 1 | -6/+4 |
| | |||||
* | * Implement controller interface inside librspamdclient/rspamc | Vsevolod Stakhov | 2011-02-01 | 1 | -16/+11 |
| | | | | | | | * REMOVE perl client (at last) Fixed some stupid moments in a controller's protocol Change version to 0.3.5 | ||||
* | * Add C client for rspamd that is using librspamdclient | Vsevolod Stakhov | 2011-01-31 | 1 | -0/+1 |
| | |||||
* | * Initial release of librspamdclient | Vsevolod Stakhov | 2011-01-28 | 1 | -0/+1 |
| | |||||
* | * Add ability to build FreeBSD package from rspamd sources | Vsevolod Stakhov | 2011-01-26 | 1 | -52/+84 |
| | |||||
* | * Introduce new system of configuration checks: | Vsevolod Stakhov | 2010-12-20 | 1 | -1/+0 |
| | | | | | | | | - now symbols inside metrics definition must be inside rules as well - symbols may be virtual (e.g. when module can insert several symbols inside callback) - symbols may be pure callbacks (when symbol's name is unknown and depends on conditions) * Module 'emails' is removed as it is not used in the current rspamd MANY fixes to sample config files | ||||
* | Fix bug with mime parser behaviour. | Vsevolod Stakhov | 2010-12-17 | 1 | -1/+1 |
| | |||||
* | * Implement ability to add conditional rules to rspamd.xml | Vsevolod Stakhov | 2010-12-15 | 1 | -0/+1 |
| | |||||
* | * Start new rspamd 0.3.4 | Vsevolod Stakhov | 2010-12-03 | 1 | -1/+2 |
| | | | | * Add ability to manage per-module, per-worker and per-classifier options in XML parser | ||||
* | Write release id if rspamd is built from hg. | Vsevolod Stakhov | 2010-12-03 | 1 | -0/+23 |
| | |||||
* | Fix action settings (reported by Anton Nekhoroshih). | Vsevolod Stakhov | 2010-10-25 | 1 | -0/+1 |
| | | | | | Split smtp code to 'utils', 'protocol' and 'worker' functions. * Add support of actions for smtp worker. | ||||
* | * Add new version of exim's local scan rspamd scanner | Vsevolod Stakhov | 2010-10-18 | 1 | -0/+1 |
| | |||||
* | Fixes bugs found with clang-static analyser. | Vsevolod Stakhov | 2010-10-11 | 1 | -1/+13 |
| | | | | | Strictly follow c99 standart. Turn on pedantic c99 checks. | ||||
* | * Add ability to specify many redirector hosts and choose them round-robin | Vsevolod Stakhov | 2010-10-01 | 1 | -3/+3 |
| | | | | | | | | * Fix ip address parsing in redirector config * Fix logic of checking url in redirector if its domain is in exceptions list * Add dependencies in perl module (suggested by AZ) * Add BUILD_PORT define for skipping installation of FreeBSD rc scrips (suggested by AZ) * Change version of 0.3.3 | ||||
* | * New trie based url scanner (based on libcamel) | Vsevolod Stakhov | 2010-09-21 | 1 | -0/+3 |
| | | | | | * Small fixes to rspamd perl client * Write fuzzy hashes info to log | ||||
* | * One more path fix | Vsevolod Stakhov | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | * Add start script for linux systems | Vsevolod Stakhov | 2010-09-15 | 1 | -0/+5 |
| | |||||
* | * Fix paths | Vsevolod Stakhov | 2010-09-15 | 1 | -3/+4 |
| | |||||
* | * Test rpm package | Vsevolod Stakhov | 2010-09-15 | 1 | -8/+7 |
| | |||||
* | * Fix depends | Vsevolod Stakhov | 2010-09-15 | 1 | -2/+2 |
| |