aboutsummaryrefslogtreecommitdiffstats
path: root/src/dns.h
Commit message (Collapse)AuthorAgeFilesLines
* * Fix spf plugin that was broken in 0.4.7Vsevolod Stakhov2012-04-201-1/+7
| | | | * Add partial ipv6 support for some rspamd modules.
* * Use event_base thread safe API to allow parallelism based on threadsVsevolod Stakhov2011-10-261-1/+2
|
* Fix build under Solaris10. Reported in ↵Vsevolod Stakhov2011-10-171-1/+1
| | | | https://bitbucket.org/vstakhov/rspamd/issue/21/rspamd-solaris10-x86-openindiana
* * Add start script for red hat compatible systemsVsevolod Stakhov2011-07-201-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 configVsevolod Stakhov2011-04-061-0/+1
| | | | * Add ability to select between round-robin and master-slave algorithms for dns servers
* * Add throttling detection mechanic for dns resolverVsevolod Stakhov2011-03-231-0/+5
| | | | * Improve phishing module adding ability to define 'strict' phishing domains
* Fix parsing of DNS records :(Vsevolod Stakhov2011-02-251-1/+1
| | | | | | Fix parsing several mx addrs in spf parser [1] Reported by: Victor Ustugov
* Fixes types (use glib ones) no functional change.Vsevolod Stakhov2010-10-061-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 moduleVsevolod Stakhov2010-07-091-0/+1
| | | | * Several fixes to DNS logic
* * Add support for parsing SPF and SRV recordsVsevolod Stakhov2010-07-091-6/+20
| | | | | * Fix PTR parsing * Add tests
* * Make DNS resolver workingVsevolod Stakhov2010-07-081-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' flagVsevolod Stakhov2010-07-061-7/+14
| | | | | | | * Write more code for DNS resolver: - initial RR parser - name compression - replies handler
* * Add resolv.conf parsing into dns.cVsevolod Stakhov2010-07-011-1/+3
| | | | * Fix microseconds<->milliseconds conversions
* * Add ability to set filters for smtp worker for each smtp stageVsevolod Stakhov2010-06-291-0/+206
* Add very initial version of DNS resolver (many things to be done)