Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add -i flag allowing to run workers as root. | Vsevolod Stakhov | 2011-11-30 | 1 | -0/+5 | |
| | ||||||
* | Check for SIGUSR1 by libevent to avoid signals collisions. | Vsevolod Stakhov | 2011-11-30 | 1 | -5/+0 | |
| | | | | Remove greylist_storage as it was never used and is actually replaced with basic kvstorage. | |||||
* | * Add incr and decr commands to kvstorage. | Vsevolod Stakhov | 2011-11-10 | 1 | -0/+82 | |
| | | | | * Add integers detection inside kvstorage. | |||||
* | * Fix threading in kvstorage. | Vsevolod Stakhov | 2011-10-31 | 1 | -0/+2 | |
| | | | | Rspamd now can detect and work with libevent-2. | |||||
* | * Initial implementation of threaded kvstorage worker. | Vsevolod Stakhov | 2011-10-27 | 1 | -2/+2 | |
| | ||||||
* | Fix siginfo detection code. | Vsevolod Stakhov | 2011-10-24 | 1 | -1/+1 | |
| | ||||||
* | Add universal utility function for creating stream sockets. | Vsevolod Stakhov | 2011-10-18 | 1 | -1/+87 | |
| | ||||||
* | Remove some warnings. | Vsevolod Stakhov | 2011-10-14 | 1 | -3/+1 | |
| | ||||||
* | Add make_socketpair utility function. | Vsevolod Stakhov | 2011-10-13 | 1 | -0/+31 | |
| | ||||||
* | Try to check spf domain before adding it to LRU hash. | Vsevolod Stakhov | 2011-10-06 | 1 | -20/+20 | |
| | | | | Make libutil functions ported from BSD compatible with libbsd in linux. | |||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -3/+3 | |
| | ||||||
* | * First commit to implement multi-statfile filter system with new learning ↵ | Vsevolod Stakhov | 2011-07-12 | 1 | -0/+23 | |
| | | | | mechanizm (untested yet) | |||||
* | * Fix error in raw headers parsing | Vsevolod Stakhov | 2011-05-24 | 1 | -0/+4 | |
| | | | | * Improve speed of raw headers access | |||||
* | * Strip email addresses from braces | Vsevolod Stakhov | 2011-05-13 | 1 | -0/+23 | |
| | | | | Ignore empty domains in settings | |||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -540/+181 | |
| | | | | | | | | | | - 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 | |||||
* | * Start new rspamd 0.3.4 | Vsevolod Stakhov | 2010-12-03 | 1 | -0/+54 | |
| | | | | * Add ability to manage per-module, per-worker and per-classifier options in XML parser | |||||
* | Make own strlcpy that does not calculate remaining string length (faster and ↵ | Vsevolod Stakhov | 2010-11-16 | 1 | -6/+88 | |
| | | | | | | more safe) Allow only ASCII symbols in logs, escape control chars | |||||
* | Urgent fixes. | Vsevolod Stakhov | 2010-11-03 | 1 | -1/+1 | |
| | ||||||
* | Add compatibility with glib < 2.2.22 | Vsevolod Stakhov | 2010-10-28 | 1 | -0/+7 | |
| | | | | Fix user in start script | |||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -172/+162 | |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | |||||
* | * Fix detection of numeric urls (reported by citrin) | Vsevolod Stakhov | 2010-07-05 | 1 | -13/+16 | |
| | | | | * Write real time of message's scan to log (not only virtual) | |||||
* | * Use rspamd_snprintf instead of libc one | Vsevolod Stakhov | 2010-06-24 | 1 | -2/+8 | |
| | ||||||
* | * Fix compatibility issues | Vsevolod Stakhov | 2010-06-23 | 1 | -2/+9 | |
| | ||||||
* | * Rewrite buffered input for line policy (again) | Vsevolod Stakhov | 2010-06-22 | 1 | -1/+17 | |
| | | | | | | | | * Fix issue with links that are ip addresses in numeric form in surbl * On Darwin use BSD style sendfile definition * Reorganize platform specific knobs in CMakeLists * Use gettimeofday on systems that have not clock_getres * Use ftime for dns trans id generation on systems without clock_getres | |||||
* | * New logic of SURBL module: | Vsevolod Stakhov | 2010-06-18 | 1 | -0/+28 | |
| | | | | | | | | | | | | | - remove completely 2tld - add option "exception" - for domains from exception list check (level + 1) parts of url: If we have url mail.some.com.ru and have com.ru in exception list then we would check some.com.ru. If we have some.com.ru in exceptions list them mail.some.com.ru would be checked and so on. - optimized parsing of surbl requests * Use system mkstemp(3) on systems where it is available as glib implementation has poor security and generate rather predictable temporary file names. | |||||
* | * Convert statistic sums to use long double for counters | Vsevolod Stakhov | 2010-05-27 | 1 | -7/+71 | |
| | | | | * Use hyperbolic tangent for internal normalizer | |||||
* | * Fix unix socket creation under FreeBSD (reported by Andrey Zverev) | cebka@lenovo-laptop | 2010-02-15 | 1 | -7/+5 | |
| | ||||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -190/+21 | |
| | | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system | |||||
* | * Add ability to specify pid file from command line (for rc scripts) | Vsevolod Stakhov | 2009-12-21 | 1 | -2/+6 | |
| | | | | * Do not use flock directly in pidfile handling | |||||
* | * Fix symbols cache (init lua filters before symbols cache initialization) | Vsevolod Stakhov | 2009-12-14 | 1 | -2/+2 | |
| | | | | | | | * Remove LRU expiration logic from statfiles and replace it with random/lowerest value expiration logic: expire random block or block with lowerest value ! statfiles are incompatible again | |||||
* | * Many major fixes to statfiles: | Vsevolod Stakhov | 2009-12-03 | 1 | -0/+5 | |
| | | | | | | | | | | - fix bug with mmapping files: new addresses must NOT be allocated in shared memory by themselves - fix bug with winnow classifier that totally brokes it down - fix bug with too much grow of values * Use double precission values in statistics * Add statistics for statfiles * Add more informative data to output of LEARN command (weight of incoming message) * Add weight to output of classifier as well | |||||
* | * Some fixes to sync | Vsevolod Stakhov | 2009-12-02 | 1 | -0/+3 | |
| | ||||||
* | * Adopt printf function from nginx for comfortable printing of some data ↵ | Vsevolod Stakhov | 2009-11-30 | 1 | -4/+418 | |
| | | | | | | | types (fixed strings, pids etc) * Fix work of http maps (they were broken in some places before) * Fix sync of statfiles (not fully tested yet) | |||||
* | * Write revision and revision time to statfile | Vsevolod Stakhov | 2009-11-12 | 1 | -2/+45 | |
| | | | | * Make some improvements to API (trying to make it more clear) | |||||
* | * Fix addrlen of sockaddr_un (previous was a mistake) | Vsevolod Stakhov | 2009-11-11 | 1 | -2/+2 | |
| | ||||||
* | * Add logging urls as it was required by rambler search | Vsevolod Stakhov | 2009-11-06 | 1 | -2/+0 | |
| | ||||||
* | * Add more advanced signal processing routine | Vsevolod Stakhov | 2009-11-05 | 1 | -1/+12 | |
| | ||||||
* | * Implement new system of managing rspamd processes | Vsevolod Stakhov | 2009-10-30 | 1 | -10/+105 | |
| | ||||||
* | * Retab, no functional changes | Vsevolod Stakhov | 2009-10-02 | 1 | -186/+181 | |
| | ||||||
* | * Export definitions | Vsevolod Stakhov | 2009-09-21 | 1 | -1/+1 | |
| | ||||||
* | * Add time out for sync IO as it can cause unpredictable errors | Vsevolod Stakhov | 2009-09-21 | 1 | -3/+55 | |
| | ||||||
* | * Cleanify logic of processes dispatcher | Vsevolod Stakhov | 2009-09-21 | 1 | -2/+7 | |
| | ||||||
* | * Sync log before closing | Vsevolod Stakhov | 2009-09-14 | 1 | -0/+5 | |
| | | | | * Fix buffer allocation while reading json data | |||||
* | * Add ability to call rspamd fucntions from lua api | Vsevolod Stakhov | 2009-09-06 | 1 | -0/+36 | |
| | | | | | | * Make logging adaptive based on log speed (buffered vs unbuffered IO) * Fix lua API docs * Now lua modules can be loaded with glob patterns | |||||
* | * Use buffered IO for logging | Vsevolod Stakhov | 2009-08-25 | 1 | -13/+7 | |
| | ||||||
* | * Migrate fuzzy storage to use UDP instead of TCP | Vsevolod Stakhov | 2009-08-25 | 1 | -3/+15 | |
| | ||||||
* | * Misprint in macro name | Vsevolod Stakhov | 2009-08-25 | 1 | -1/+1 | |
| | ||||||
* | * Improve google perf tools support | Vsevolod Stakhov | 2009-08-25 | 1 | -2/+40 | |
| | | | | * Pass to event_add only copies of struct timeval to avoid timing problems | |||||
* | * Add http maps support | Vsevolod Stakhov | 2009-07-21 | 1 | -3/+3 | |
| | ||||||
* | * Introduce new common system of map files, that can be used for different ↵ | Vsevolod Stakhov | 2009-07-20 | 1 | -179/+6 | |
| | | | | | | | types of maps. This includes new logic of callbacks and callbacks calling, files are monitored with evtimers with jittering. HTTP support would be included soon as well. |