Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -31/+198 |
| | | | | * Add partial ipv6 support for some rspamd modules. | ||||
* | * Finally get rid of stupid savepoints system and migrate to async events ↵ | Vsevolod Stakhov | 2011-12-14 | 1 | -19/+1 |
| | | | | | | logic completely Fix lua redis library. | ||||
* | Fix signness in arithmetic operations. | Vsevolod Stakhov | 2011-08-04 | 1 | -2/+2 |
| | |||||
* | * Add LRU caching structure | Vsevolod Stakhov | 2011-06-10 | 1 | -2/+36 |
| | | | | | | | * Add SPF records cache * Add ability to parse doubles to xmlrpc Several fixes to dns interface. Trie plugin now checks urls as well. | ||||
* | Write to log number of dns requests per task. | Vsevolod Stakhov | 2011-03-25 | 1 | -0/+8 |
| | |||||
* | * Fix parsing of include records in spf parser | Vsevolod Stakhov | 2011-03-03 | 1 | -76/+100 |
| | |||||
* | Try to fix memory issues. | Vsevolod Stakhov | 2011-03-02 | 1 | -34/+41 |
| | |||||
* | Fix parsing of DNS records :( | Vsevolod Stakhov | 2011-02-25 | 1 | -6/+24 |
| | | | | | | Fix parsing several mx addrs in spf parser [1] Reported by: Victor Ustugov | ||||
* | * Add ability to specify 'S' flag to regexp that means that headers checks ↵ | Vsevolod Stakhov | 2011-02-15 | 1 | -1/+1 |
| | | | | | | must be case sensitive * Add lua function message:get_header_strong | ||||
* | Fix spf parser for some cases. | Vsevolod Stakhov | 2011-02-14 | 1 | -8/+53 |
| | |||||
* | Increase limits for spf parser. | Vsevolod Stakhov | 2011-01-21 | 1 | -2/+2 |
| | | | | Add logging for views. | ||||
* | Make own strlcpy that does not calculate remaining string length (faster and ↵ | Vsevolod Stakhov | 2010-11-16 | 1 | -2/+2 |
| | | | | | | more safe) Allow only ASCII symbols in logs, escape control chars | ||||
* | Fixes types (use glib ones) no functional change. | Vsevolod Stakhov | 2010-10-06 | 1 | -36/+36 |
| | | | | | Now all comments in commit logs beginning with '*' would be included in changelog, so important changes would be separated from small ones. | ||||
* | * Make spf parser case insensitive | Vsevolod Stakhov | 2010-08-26 | 1 | -13/+13 |
| | |||||
* | * Handle empty from header | Vsevolod Stakhov | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | * Fix another error with early task destroying | Vsevolod Stakhov | 2010-07-20 | 1 | -4/+0 |
| | |||||
* | * Fix expanding spf macros that may fail in rare cases | Vsevolod Stakhov | 2010-07-20 | 1 | -1/+3 |
| | |||||
* | * Make SURBL module to use rspamd dns module | Vsevolod Stakhov | 2010-07-09 | 1 | -103/+94 |
| | | | | * Several fixes to DNS logic | ||||
* | * Fix misprint | Andrej Zverev | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | * Fix more gmime2.4 issues | Vsevolod Stakhov | 2010-05-31 | 1 | -0/+1 |
| | |||||
* | * Fix another spf core dump while parsing 'include' items | cebka@lenovo-laptop | 2010-03-15 | 1 | -1/+6 |
| | |||||
* | * Fix cores in spf code (partially) | cebka@lenovo-laptop | 2010-02-27 | 1 | -11/+82 |
| | | | | | * Add support for spf 2.0 (Sender ID policy) * Add support of MAP_NOCORE to systems that supports it (FreeBSD for example) | ||||
* | * Add ability to add custom messages to rspamd output | cebka@lenovo-laptop | 2010-02-17 | 1 | -0/+6 |
| | | | | * Add messages from spf checks | ||||
* | * Introduce new logging system: | Vsevolod Stakhov | 2009-12-22 | 1 | -23/+23 |
| | | | | | | | | | - 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 | ||||
* | * Fix inserting one list to another in spf parser (include border elements) | Vsevolod Stakhov | 2009-12-15 | 1 | -9/+20 |
| | |||||
* | * Fix issue with list concat | Vsevolod Stakhov | 2009-12-14 | 1 | -2/+6 |
| | |||||
* | * Fixes to spf parser: | Vsevolod Stakhov | 2009-12-08 | 1 | -12/+337 |
| | | | | | | | | | - add macros support - fix include command - fix exists command - add handling of DNS errors - fix all records in include parts - fix some issues with ip masks | ||||
* | * Some fixes to 'include' and 'redirect' defines and to mask checking | Vsevolod Stakhov | 2009-12-07 | 1 | -9/+45 |
| | |||||
* | * Actually check what we have in spf record | Vsevolod Stakhov | 2009-12-07 | 1 | -13/+13 |
| | |||||
* | * Updates to spf system: | Vsevolod Stakhov | 2009-12-04 | 1 | -59/+226 |
| | | | | | | | - add plugin to work with spf records (initial version) - make all spf types working (except include and redirect that still need some attention) - add support of MX records to evdns - some major fixes and testing of the whole spf subsystem | ||||
* | * Add ability for scanning non-mime (HTML) messages | Vsevolod Stakhov | 2009-10-19 | 1 | -0/+5 |
| | |||||
* | * Small improvement of lua style | Vsevolod Stakhov | 2009-10-17 | 1 | -0/+96 |
| | | | | | * Add ibility to process A records in spf parser * Add recursion limit to spf parser | ||||
* | * Fix getting of message headers from lua plugins | Vsevolod Stakhov | 2009-10-14 | 1 | -31/+43 |
| | | | | * Fix forged recipients plugin | ||||
* | * Add ip4 SPF record callback | Vsevolod Stakhov | 2009-10-09 | 1 | -22/+100 |
| | | | | * Define HOST_NAME_MAX on systems that have not this macro | ||||
* | * Port evdns with TXT patch into rspamd and adopt it to work separately from ↵ | Vsevolod Stakhov | 2009-10-07 | 1 | -0/+338 |
libevent * Add skeleton for spf parser |