Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework socket creation logic to support both ipv4 and ipv6 sockets. | Vsevolod Stakhov | 2013-06-01 | 1 | -1/+0 |
| | |||||
* | * Fix spf plugin that was broken in 0.4.7 | Vsevolod Stakhov | 2012-04-20 | 1 | -1/+7 |
| | | | | * Add partial ipv6 support for some rspamd modules. | ||||
* | * Use event_base thread safe API to allow parallelism based on threads | Vsevolod Stakhov | 2011-10-26 | 1 | -1/+2 |
| | |||||
* | Fix build under Solaris10. Reported in ↵ | Vsevolod Stakhov | 2011-10-17 | 1 | -1/+1 |
| | | | | https://bitbucket.org/vstakhov/rspamd/issue/21/rspamd-solaris10-x86-openindiana | ||||
* | * Add start script for red hat compatible systems | Vsevolod Stakhov | 2011-07-20 | 1 | -0/+24 |
| | | | | | | | Add descriptions for some rspamd API functions (no functional changes). --HG-- rename : linux/rspamd => linux/rspamd_debian.in | ||||
* | * Add ability to specify dns nameservers in a config | Vsevolod Stakhov | 2011-04-06 | 1 | -0/+1 |
| | | | | * Add ability to select between round-robin and master-slave algorithms for dns servers | ||||
* | * Add throttling detection mechanic for dns resolver | Vsevolod Stakhov | 2011-03-23 | 1 | -0/+5 |
| | | | | * Improve phishing module adding ability to define 'strict' phishing domains | ||||
* | Fix parsing of DNS records :( | Vsevolod Stakhov | 2011-02-25 | 1 | -1/+1 |
| | | | | | | Fix parsing several mx addrs in spf parser [1] Reported by: Victor Ustugov | ||||
* | 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 SURBL module to use rspamd dns module | Vsevolod Stakhov | 2010-07-09 | 1 | -0/+1 |
| | | | | * Several fixes to DNS logic | ||||
* | * Add support for parsing SPF and SRV records | Vsevolod Stakhov | 2010-07-09 | 1 | -6/+20 |
| | | | | | * Fix PTR parsing * Add tests | ||||
* | * Make DNS resolver working | Vsevolod Stakhov | 2010-07-08 | 1 | -0/+1 |
| | | | | | | * Many improvements to rspamd test suite: now it CAN be used for testing rspamd functionality * Write DNS resolver tests * Fix issues with memory_pool mutexes and with creating of statfiles | ||||
* | * Add ability to test regexp with 'T' flag | Vsevolod Stakhov | 2010-07-06 | 1 | -7/+14 |
| | | | | | | | * Write more code for DNS resolver: - initial RR parser - name compression - replies handler | ||||
* | * Add resolv.conf parsing into dns.c | Vsevolod Stakhov | 2010-07-01 | 1 | -1/+3 |
| | | | | * Fix microseconds<->milliseconds conversions | ||||
* | * Add ability to set filters for smtp worker for each smtp stage | Vsevolod Stakhov | 2010-06-29 | 1 | -0/+206 |
* Add very initial version of DNS resolver (many things to be done) |