Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow listening on multiply addresses. | Vsevolod Stakhov | 2013-07-20 | 1 | -22/+4 |
| | | | | | | | 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. | ||||
* | Fix output for counters command. | Vsevolod Stakhov | 2013-06-07 | 1 | -1/+1 |
| | |||||
* | Update buffers logic for streaming read. | Vsevolod Stakhov | 2013-06-06 | 1 | -8/+0 |
| | |||||
* | Another fix to streaming handle. | Vsevolod Stakhov | 2013-06-06 | 1 | -0/+1 |
| | |||||
* | Fix misprint in operator. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | Stream read fix. | Vsevolod Stakhov | 2013-06-06 | 1 | -2/+10 |
| | |||||
* | Allow parsing streams without Content-Length. | Vsevolod Stakhov | 2013-06-06 | 1 | -6/+43 |
| | |||||
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -1/+1 |
| | | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...' | ||||
* | 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 |
| | |||||
* | * Rework thread pools locking logic to avoid global lua mutex usage. | Vsevolod Stakhov | 2012-08-22 | 1 | -1/+3 |
| | | | | | | Fixed several memory leaks with modern glib. Fixed memory leak in dkim code. Fixed a problem with static global variables in shared libraries. | ||||
* | Avoid using global 'counters' hash, include it in struct rspamd_main. | Vsevolod Stakhov | 2012-06-07 | 1 | -187/+0 |
| | | | | | Move worker related utils to separate file and include it in rspamd-mime library. Add some cross-dependencies. | ||||
* | * Split rspamd build to several independent libraries to reduce overhead. | Vsevolod Stakhov | 2012-06-05 | 1 | -0/+21 |
| | |||||
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -1/+0 |
| | | | | * Add partial ipv6 support for some rspamd modules. | ||||
* | Allow rspamd dispatcher code to process half-closed connections. | Vsevolod Stakhov | 2012-04-20 | 1 | -0/+2 |
| | |||||
* | * Implement pre-filters that realizes concepts to check mail by some ↵ | Vsevolod Stakhov | 2012-03-30 | 1 | -22/+73 |
| | | | | | | | | absolute values like: - greylisting - DNS BL/WL - ratelimits | ||||
* | * More things to be thread-safe: | Vsevolod Stakhov | 2012-02-13 | 1 | -13/+18 |
| | | | | | | | - pool allocator is now thread-safe - lua subsystem now holds lock to avoid lua stack corruption - events subsystem now using conditional variables to wait for async_threads - insert_result is thread-safe now | ||||
* | Add quarks to events to determine source of event inside rspamd. | Vsevolod Stakhov | 2012-02-13 | 1 | -9/+11 |
| | | | | Another try to fix threading. | ||||
* | Fixes to threading (still incomplete). | Vsevolod Stakhov | 2012-01-31 | 1 | -1/+38 |
| | |||||
* | * Introduce new system of worker's and modules initialization: | Vsevolod Stakhov | 2012-01-16 | 1 | -7/+22 |
| | | | | | | | | - 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. | ||||
* | Allow for post filters to register async events. | Vsevolod Stakhov | 2011-12-16 | 1 | -7/+25 |
| | | | | Some fixes to lua redis library. | ||||
* | * Finally get rid of stupid savepoints system and migrate to async events ↵ | Vsevolod Stakhov | 2011-12-14 | 1 | -12/+26 |
| | | | | | | logic completely Fix lua redis library. | ||||
* | Reorganize util.c as it should contain only common utilities. | Vsevolod Stakhov | 2011-12-07 | 1 | -0/+169 |
| | | | | 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 | -9/+25 |
| | | | | Remove greylist_storage as it was never used and is actually replaced with basic kvstorage. | ||||
* | Fix main rspamd worker to work with buffer.c changes. | Vsevolod Stakhov | 2011-11-07 | 1 | -0/+5 |
| | |||||
* | * Use event_base thread safe API to allow parallelism based on threads | Vsevolod Stakhov | 2011-10-26 | 1 | -5/+9 |
| | |||||
* | Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3 | Vsevolod Stakhov | 2011-08-12 | 1 | -1/+0 |
| | | | | Update to 0.4.3. | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Fix controller stages and debug info. | Vsevolod Stakhov | 2011-08-01 | 1 | -0/+4 |
| | | | | Handle timeouts in librspamdclient correctly. | ||||
* | * Add max_tokens options to avoid classifying and learning with too much ↵ | Vsevolod Stakhov | 2011-07-26 | 1 | -4/+1 |
| | | | | | | tokens from one message. Fix stupid memory leakage on client's timeout. | ||||
* | * Implement max tasks per worker setting | Vsevolod Stakhov | 2011-07-26 | 1 | -0/+24 |
| | |||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -185/+2 |
| | | | | | | | | | | - 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 ability to learn rspamd via worker (without password)0.3.11 | Vsevolod Stakhov | 2011-03-31 | 1 | -17/+40 |
| | |||||
* | * Preload statfiles at the early beginning in the main process | Vsevolod Stakhov | 2011-03-31 | 1 | -3/+12 |
| | | | | | * Add JSON output for rspamd worker * Add HTTP protocol support for rspamd worker | ||||
* | * Add more timeouts: for fuzzy operations, for worker task operations | Vsevolod Stakhov | 2011-03-28 | 1 | -21/+25 |
| | | | | Handle miliseconds using a common macro. | ||||
* | Fix memory access. | Vsevolod Stakhov | 2011-03-05 | 1 | -3/+3 |
| | |||||
* | Fix several memory leaks in rspamd. | Vsevolod Stakhov | 2011-02-24 | 1 | -0/+4 |
| | |||||
* | * Rewrite URL storage system | Vsevolod Stakhov | 2011-02-24 | 1 | -6/+54 |
| | |||||
* | * New module for checking emails inside messages (rules based, like multimap) | Vsevolod Stakhov | 2011-02-03 | 1 | -0/+3 |
| | | | | | | | * 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 | ||||
* | Write client's host when network error is occured | Vsevolod Stakhov | 2010-12-24 | 1 | -1/+2 |
| | | | | Write domain name for redirectors call | ||||
* | Indentation fix (no functional changes) | Vsevolod Stakhov | 2010-12-24 | 1 | -491/+427 |
| | |||||
* | Fix bug with mime parser behaviour. | Vsevolod Stakhov | 2010-12-17 | 1 | -0/+1 |
| | |||||
* | * Start new rspamd 0.3.4 | Vsevolod Stakhov | 2010-12-03 | 1 | -62/+59 |
| | | | | * Add ability to manage per-module, per-worker and per-classifier options in XML parser | ||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -483/+579 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Fix stupid error when all checks can be done in a single pass | Vsevolod Stakhov | 2010-09-20 | 1 | -0/+1 |
| | |||||
* | * Add post filters to lua API - filters that would be called after all ↵ | Vsevolod Stakhov | 2010-08-25 | 1 | -2/+2 |
| | | | | | | | | message's processing * Add ability to check for specified symbol in task results from lua * Add ability to check for metric's results from lua * Add ability to learn specified statfile form lua | ||||
* | * Move images library to core rspamd | Vsevolod Stakhov | 2010-08-23 | 1 | -0/+3 |
| | | | | * Add lua api to access images properties | ||||
* | * Fix wirting message id during fuzzy_add command | Vsevolod Stakhov | 2010-08-04 | 1 | -2/+10 |
| | | | | * Display weight of symbols correctly | ||||
* | * Handle cases of broken requests | Vsevolod Stakhov | 2010-07-19 | 1 | -0/+4 |
| | |||||
* | * Reopen log file by USR1 signal | Vsevolod Stakhov | 2010-07-19 | 1 | -0/+3 |
| | | | | * Add reopenlog method to FreeBSD rc script |