aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Begin to write normal and updated default configuration.Vsevolod Stakhov2011-07-151-1/+1
| | | | | --HG-- rename : rspamd.xml.sample => conf/rspamd-basic.xml.in
* * Welcome 0.4.0Vsevolod Stakhov2011-06-241-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 repliesVsevolod Stakhov2011-06-081-1/+1
|
* Misprint.Vsevolod Stakhov2011-06-031-2/+2
|
* Parse urls with '_' sign in domain name0.3.13Vsevolod Stakhov2011-06-031-6/+7
|
* Add this shit again.Vsevolod Stakhov2011-05-111-0/+4
|
* Forgot to save.Vsevolod Stakhov2011-05-111-4/+0
|
* Fix dependencies in cmake.Vsevolod Stakhov2011-05-111-4/+5
|
* * Rework build process:Vsevolod Stakhov2011-05-101-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 systemVsevolod Stakhov2011-05-061-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.12Vsevolod Stakhov2011-04-251-1/+1
|
* Update version to 0.3.11Vsevolod Stakhov2011-03-311-1/+1
|
* Update to 0.3.10.Vsevolod Stakhov2011-03-231-1/+1
|
* * Main process now has 'hard termination time' - maximum time between ↵Vsevolod Stakhov2011-03-231-0/+4
| | | | getting termination signal and waiting for workers
* Update to 0.3.9.0.3.9Vsevolod Stakhov2011-03-181-1/+1
|
* * Add strict priority rulesVsevolod Stakhov2011-03-181-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/rspamdVsevolod Stakhov2011-03-151-3/+2
|\
| * changed debian dep from libevent1 to libevent-1.4-2Juliano Martinez2011-03-141-1/+1
| |
| * Changed CPACK_DEBIAN_PACKAGE_DEPENDS escape like PACKAGE_DEPENDSJuliano Martinez2011-03-141-1/+1
| |
| * Removed ${ID} from PACKAGE_VERSION, debian control files doesn't support ↵Juliano Martinez2011-03-141-2/+1
| | | | | | | | format of RID
* | Update version to 0.3.8.Vsevolod Stakhov2011-03-151-1/+1
|/
* Small fix.Vsevolod Stakhov2011-03-141-1/+27
|
* * Add ability to lookup CDB maps from luaVsevolod Stakhov2011-03-051-0/+2
| | | | * Add cdb:// map to multimap plugin
* * Rewrite URL storage systemVsevolod Stakhov2011-02-241-28/+0
|
* Wellcome 0.3.7.Vsevolod Stakhov2011-02-161-1/+1
|
* Fix bug with several metrics output. [1]Vsevolod Stakhov2011-02-141-0/+5
| | | | | | Install surbl-whitelist. [1] [1] Reported by Victor Ustugov
* * Add manual pages for rspamd and rspamc.Vsevolod Stakhov2011-02-071-1/+5
| | | | Fix bug with extracting urls from tags without quotes.
* Fix installation of lua configs.Vsevolod Stakhov2011-02-041-4/+3
|
* * New module for checking emails inside messages (rules based, like multimap)Vsevolod Stakhov2011-02-031-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 Stakhov2011-02-021-1/+10
|
* Update build and install system.Vsevolod Stakhov2011-02-021-6/+4
|
* * Implement controller interface inside librspamdclient/rspamcVsevolod Stakhov2011-02-011-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 librspamdclientVsevolod Stakhov2011-01-311-0/+1
|
* * Initial release of librspamdclientVsevolod Stakhov2011-01-281-0/+1
|
* * Add ability to build FreeBSD package from rspamd sourcesVsevolod Stakhov2011-01-261-52/+84
|
* * Introduce new system of configuration checks:Vsevolod Stakhov2010-12-201-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 Stakhov2010-12-171-1/+1
|
* * Implement ability to add conditional rules to rspamd.xmlVsevolod Stakhov2010-12-151-0/+1
|
* * Start new rspamd 0.3.4Vsevolod Stakhov2010-12-031-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 Stakhov2010-12-031-0/+23
|
* Fix action settings (reported by Anton Nekhoroshih).Vsevolod Stakhov2010-10-251-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 scannerVsevolod Stakhov2010-10-181-0/+1
|
* Fixes bugs found with clang-static analyser.Vsevolod Stakhov2010-10-111-1/+13
| | | | | Strictly follow c99 standart. Turn on pedantic c99 checks.
* * Add ability to specify many redirector hosts and choose them round-robinVsevolod Stakhov2010-10-011-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 Stakhov2010-09-211-0/+3
| | | | | * Small fixes to rspamd perl client * Write fuzzy hashes info to log
* * One more path fixVsevolod Stakhov2010-09-151-1/+1
|
* * Add start script for linux systemsVsevolod Stakhov2010-09-151-0/+5
|
* * Fix pathsVsevolod Stakhov2010-09-151-3/+4
|
* * Test rpm packageVsevolod Stakhov2010-09-151-8/+7
|
* * Fix dependsVsevolod Stakhov2010-09-151-2/+2
|