Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use chacha20 for DNS id permutation. | Vsevolod Stakhov | 2013-12-28 | 1 | -0/+7 |
| | |||||
* | Rework rspamd DNS resolver. | Vsevolod Stakhov | 2013-12-10 | 1 | -0/+11 |
| | |||||
* | Move PRNG seeding function to the util set. | Vsevolod Stakhov | 2013-12-09 | 1 | -10/+2 |
| | |||||
* | Use ucl variables. | Vsevolod Stakhov | 2013-11-24 | 1 | -1/+0 |
| | |||||
* | Rework build and install paths. | Vsevolod Stakhov | 2013-11-19 | 1 | -2/+5 |
| | |||||
* | Expand path in file maps. | Vsevolod Stakhov | 2013-11-13 | 1 | -0/+11 |
| | |||||
* | Fix timeouts in map watch. | Vsevolod Stakhov | 2013-10-26 | 1 | -0/+1 |
| | |||||
* | Add the tolower variant of strlcpy function. | Vsevolod Stakhov | 2013-08-23 | 1 | -1/+10 |
| | |||||
* | Add ability to sign configs using rspamd. | Vsevolod Stakhov | 2013-08-22 | 1 | -0/+10 |
| | |||||
* | Allow listening on multiply addresses. | Vsevolod Stakhov | 2013-07-20 | 1 | -1/+12 |
| | | | | | | | Now rspamd can listen on multiply ipv4/ipv6 addresses. Removed legacy workers (lmtp, kvstorage) as they are never used in production. Try to unify workers initialization. | ||||
* | Parse HTTP date in map requests. | Vsevolod Stakhov | 2013-06-26 | 1 | -0/+8 |
| | |||||
* | Update fuzzy storage in a separate thread. | Vsevolod Stakhov | 2013-06-11 | 1 | -0/+10 |
| | |||||
* | Allow restriction of update commands for fuzzy storage. | Vsevolod Stakhov | 2013-06-04 | 1 | -0/+9 |
| | | | | | | | | | Now it is possible to specify ip or networks from which fuzzy updates or removes are possible. Rework sockets logic while I'm here. Create universal utility for parsing ipv4/mask strings. | ||||
* | Rework socket creation logic to support both ipv4 and ipv6 sockets. | Vsevolod Stakhov | 2013-06-01 | 1 | -2/+3 |
| | |||||
* | Use getaddrinfo when opening sockets. | Vsevolod Stakhov | 2013-05-31 | 1 | -2/+2 |
| | |||||
* | Copy hash table utility function. | Vsevolod Stakhov | 2013-01-09 | 1 | -0/+21 |
| | | | | Slight fix for /symbols handler. | ||||
* | * Add rolling history feature saving last 200 scanned messages. | Vsevolod Stakhov | 2013-01-07 | 1 | -2/+2 |
| | | | | Add /history command handler in webui. | ||||
* | * Use murmur hash for all hashes as it is more efficient and provides more ↵ | Vsevolod Stakhov | 2012-10-08 | 1 | -0/+42 |
| | | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification. | ||||
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 1 | -0/+12 |
| | | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries. | ||||
* | Strict prototypes. | Vsevolod Stakhov | 2012-06-05 | 1 | -2/+2 |
| | |||||
* | * Split rspamd build to several independent libraries to reduce overhead. | Vsevolod Stakhov | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | Add portable api for locks and threads to handle Glib threads API change. | Vsevolod Stakhov | 2012-04-13 | 1 | -0/+78 |
| | |||||
* | * Introduce new system of worker's and modules initialization: | Vsevolod Stakhov | 2012-01-16 | 1 | -30/+7 |
| | | | | | | | | - Removed legacy limitation of worker's types; - Using GQuarks to identify workers and modules; - Remove modules.sh script; - Add a common system of workers and modules; - Write management and configuration for new architecture. | ||||
* | Detect and use fallocate/posix_fallocate. | Vsevolod Stakhov | 2011-12-14 | 1 | -0/+9 |
| | |||||
* | Add another workaround for CentOS. | Vsevolod Stakhov | 2011-12-14 | 1 | -1/+4 |
| | |||||
* | Reorganize util.c as it should contain only common utilities. | Vsevolod Stakhov | 2011-12-07 | 1 | -23/+4 |
| | | | | Libkvstorage client is now deprecated as I plan to replace it with hiredis library. | ||||
* | Check for SIGUSR1 by libevent to avoid signals collisions. | Vsevolod Stakhov | 2011-11-30 | 1 | -1/+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/+10 |
| | | | | * Add integers detection inside kvstorage. | ||||
* | * Initial implementation of threaded kvstorage worker. | Vsevolod Stakhov | 2011-10-27 | 1 | -0/+1 |
| | |||||
* | Fix siginfo detection code. | Vsevolod Stakhov | 2011-10-24 | 1 | -1/+1 |
| | |||||
* | * Implement kvstorage synced API | Vsevolod Stakhov | 2011-10-24 | 1 | -0/+1 |
| | |||||
* | Add universal utility function for creating stream sockets. | Vsevolod Stakhov | 2011-10-18 | 1 | -1/+12 |
| | |||||
* | Add make_socketpair utility function. | Vsevolod Stakhov | 2011-10-13 | 1 | -0/+5 |
| | |||||
* | Try to check spf domain before adding it to LRU hash. | Vsevolod Stakhov | 2011-10-06 | 1 | -6/+12 |
| | | | | Make libutil functions ported from BSD compatible with libbsd in linux. | ||||
* | * Add start script for red hat compatible systems | Vsevolod Stakhov | 2011-07-20 | 1 | -12/+75 |
| | | | | | | | Add descriptions for some rspamd API functions (no functional changes). --HG-- rename : linux/rspamd => linux/rspamd_debian.in | ||||
* | * First commit to implement multi-statfile filter system with new learning ↵ | Vsevolod Stakhov | 2011-07-12 | 1 | -0/+3 |
| | | | | mechanizm (untested yet) | ||||
* | * Add api for creating XML-rpc calls | Vsevolod Stakhov | 2011-06-09 | 1 | -10/+0 |
| | |||||
* | * Strip email addresses from braces | Vsevolod Stakhov | 2011-05-13 | 1 | -0/+6 |
| | | | | Ignore empty domains in settings | ||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -32/+16 |
| | | | | | | | | | | - 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 | ||||
* | * Add more timeouts: for fuzzy operations, for worker task operations | Vsevolod Stakhov | 2011-03-28 | 1 | -0/+5 |
| | | | | Handle miliseconds using a common macro. | ||||
* | * Start new rspamd 0.3.4 | Vsevolod Stakhov | 2010-12-03 | 1 | -0/+30 |
| | | | | * 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 | -0/+23 |
| | | | | | | 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/+3 |
| | | | | Fix user in start script | ||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -32/+58 |
| | | | | | 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 | -1/+1 |
| | | | | * Write real time of message's scan to log (not only virtual) | ||||
* | * Fix compatibility issues | Vsevolod Stakhov | 2010-06-23 | 1 | -1/+1 |
| | |||||
* | * Rewrite buffered input for line policy (again) | Vsevolod Stakhov | 2010-06-22 | 1 | -0/+4 |
| | | | | | | | | * 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/+2 |
| | | | | | | | | | | | | | - 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. | ||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -8/+0 |
| | | | | | | | | | - 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 |