Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanups and fixes for compiler warnings.0.4.6 | Vsevolod Stakhov | 2011-12-20 | 1 | -1/+1 |
| | |||||
* | Add expire and whitelist options to ip_score plugin. | Vsevolod Stakhov | 2011-12-16 | 1 | -0/+3 |
| | | | | Some fixes to expiration of keys (still need to be reworked however). | ||||
* | Allow for post filters to register async events. | Vsevolod Stakhov | 2011-12-16 | 1 | -3/+20 |
| | | | | Some fixes to lua redis library. | ||||
* | * Now it is possible to specify local functions to every callback of rspamd ↵ | Vsevolod Stakhov | 2011-12-14 | 3 | -52/+200 |
| | | | | | | | | | lua API, that will allow such things as passing different variables via lua closures mechanic. Use config pool for configuration allocation in lua API to avoid leaks on config reload. | ||||
* | * Finally get rid of stupid savepoints system and migrate to async events ↵ | Vsevolod Stakhov | 2011-12-14 | 3 | -39/+10 |
| | | | | | | logic completely Fix lua redis library. | ||||
* | Move some debug logic. | Vsevolod Stakhov | 2011-12-14 | 1 | -27/+16 |
| | |||||
* | Fix build with system-wide libhiredis. | Vsevolod Stakhov | 2011-12-13 | 1 | -0/+8 |
| | |||||
* | * Add lua bindings to hiredis library | Vsevolod Stakhov | 2011-12-12 | 4 | -2/+379 |
| | | | | Polish some comments. | ||||
* | Fix stupid glib error with G_REGEX_RAW flag which is actually ~PCRE_UTF8. | Vsevolod Stakhov | 2011-12-07 | 1 | -21/+39 |
| | |||||
* | Skip group addresses.0.4.5 | Vsevolod Stakhov | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Fix stupid errors while trying to parse NULL address list. | Vsevolod Stakhov | 2011-11-07 | 1 | -15/+26 |
| | |||||
* | Fix misprint. | Vsevolod Stakhov | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Compatibility with old glib versions. | Vsevolod Stakhov | 2011-11-02 | 1 | -0/+2 |
| | |||||
* | * Use event_base thread safe API to allow parallelism based on threads | Vsevolod Stakhov | 2011-10-26 | 1 | -2/+2 |
| | |||||
* | Check utf8 characters before gregex checks as they assume input to be a utf8 ↵ | Vsevolod Stakhov | 2011-10-17 | 1 | -0/+7 |
| | | | | valid string. | ||||
* | Remove debug. | Vsevolod Stakhov | 2011-10-14 | 1 | -2/+0 |
| | |||||
* | Fix stupid bug with lua stack corruption. | Vsevolod Stakhov | 2011-10-14 | 2 | -2/+6 |
| | |||||
* | Check if internet address list is parsed correctly. | Vsevolod Stakhov | 2011-10-04 | 1 | -3/+9 |
| | |||||
* | * Fix DNS PTR resolving | Vsevolod Stakhov | 2011-08-22 | 1 | -1/+2 |
| | | | | * Add ability to resolve ip in once_received plugin to avoid temporary DNS fails of SMTP resolving | ||||
* | Fix critical bug with lua stack cleaning that caused heavy memory leaks.0.4.3 | Vsevolod Stakhov | 2011-08-12 | 4 | -8/+26 |
| | | | | Update to 0.4.3. | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 2 | -2/+3 |
| | |||||
* | * Fix build under CentOS 5 with old glib 2.12 | Vsevolod Stakhov | 2011-07-29 | 11 | -36/+36 |
| | | | | | * Fix build of rspamd with CMAKE_BINARY_DIR differs from CMAKE_SOURCE_DIR Rework include style. | ||||
* | Add workaround for clang under linux. | Vsevolod Stakhov | 2011-07-21 | 7 | -16/+16 |
| | | | | Fix problems found by static analyzing. | ||||
* | Fix statfiles class determination euristic. | Vsevolod Stakhov | 2011-07-18 | 1 | -9/+9 |
| | | | | Fix call of classifier pre-callback. | ||||
* | Fix textpart:get_language lua function. | Vsevolod Stakhov | 2011-07-18 | 1 | -0/+1 |
| | |||||
* | Create statfiles using learn_spam function for bayes classifier. | Vsevolod Stakhov | 2011-07-18 | 1 | -1/+1 |
| | | | | Fix call of pre callbacks for a classifier. | ||||
* | * Add new algorithm based on diff algorithm to compare relatively short text ↵ | Vsevolod Stakhov | 2011-07-13 | 1 | -1/+7 |
| | | | | parts | ||||
* | * Add ability to get difference between two parts from lua code | Vsevolod Stakhov | 2011-07-12 | 1 | -0/+45 |
| | |||||
* | * First commit to implement multi-statfile filter system with new learning ↵ | Vsevolod Stakhov | 2011-07-12 | 2 | -29/+151 |
| | | | | mechanizm (untested yet) | ||||
* | * Add a simple logic of language detection for text parts (unicode script based) | Vsevolod Stakhov | 2011-07-11 | 2 | -1/+102 |
| | |||||
* | Actually all times are in GMT already, so avoid conversion to prevent dst ↵ | Vsevolod Stakhov | 2011-06-15 | 2 | -3/+1 |
| | | | | loosing. | ||||
* | Fix trie text search. | Vsevolod Stakhov | 2011-06-10 | 1 | -0/+7 |
| | |||||
* | Fix connecting to xmlrpc server. | Vsevolod Stakhov | 2011-06-10 | 1 | -5/+2 |
| | |||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 3 | -11/+93 |
| | | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well. | ||||
* | Up lua version. | Vsevolod Stakhov | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | * Add lua http support that makes it easy to send GET and POST request to ↵ | Vsevolod Stakhov | 2011-06-09 | 4 | -1/+447 |
| | | | | HTTP servers from lua code | ||||
* | * Add api for creating XML-rpc calls | Vsevolod Stakhov | 2011-06-09 | 1 | -1/+99 |
| | |||||
* | * Add lua interface for parsing xmlrpc replies | Vsevolod Stakhov | 2011-06-08 | 4 | -1/+410 |
| | |||||
* | * Add new key-value map | Vsevolod Stakhov | 2011-05-25 | 2 | -5/+37 |
| | | | | | * Add lua api support for key-value map * Fix problem in lua configuration initialization to allow `rspamd_config' global work properly | ||||
* | * Fix error in raw headers parsing | Vsevolod Stakhov | 2011-05-24 | 1 | -9/+12 |
| | | | | * Improve speed of raw headers access | ||||
* | * Rework build process: | Vsevolod Stakhov | 2011-05-10 | 1 | -4/+4 |
| | | | | | | | | | | - 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 functions to lua API to detect message and task date (in GMT) | Vsevolod Stakhov | 2011-04-22 | 3 | -1/+42 |
| | |||||
* | Write to log number of dns requests per task. | Vsevolod Stakhov | 2011-03-25 | 1 | -0/+3 |
| | |||||
* | Push recipients in a proper way. | Vsevolod Stakhov | 2011-03-18 | 1 | -19/+40 |
| | |||||
* | * Add strict priority rules | Vsevolod Stakhov | 2011-03-18 | 2 | -1/+29 |
| | | | | | * Improve and fix multimap module * Add rspamd_config object to stage of early configure of rspamd | ||||
* | Optimization. | Vsevolod Stakhov | 2011-03-14 | 1 | -10/+3 |
| | |||||
* | Fix initialization point. | Vsevolod Stakhov | 2011-03-09 | 1 | -0/+2 |
| | |||||
* | * Add monitoring for cdb | Vsevolod Stakhov | 2011-03-09 | 1 | -1/+12 |
| | |||||
* | Fix gmime24 compatibility. | Vsevolod Stakhov | 2011-03-09 | 1 | -2/+2 |
| | | | | | | Fix adding extra space to raw headers. Reported by: Victor Ustugov | ||||
* | * Add ability to lookup CDB maps from lua | Vsevolod Stakhov | 2011-03-05 | 4 | -2/+157 |
| | | | | * Add cdb:// map to multimap plugin |