summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * Add functions to lua API to detect message and task date (in GMT)Vsevolod Stakhov2011-04-223-1/+42
|
* * Fix phishing detector to find phished urls with tags insideVsevolod Stakhov2011-04-191-4/+27
|
* * Add ability to specify dns nameservers in a configVsevolod Stakhov2011-04-065-9/+63
| | | | * Add ability to select between round-robin and master-slave algorithms for dns servers
* * Add ability to learn rspamd via worker (without password)0.3.11Vsevolod Stakhov2011-03-317-106/+235
|
* * Preload statfiles at the early beginning in the main processVsevolod Stakhov2011-03-315-158/+539
| | | | | * Add JSON output for rspamd worker * Add HTTP protocol support for rspamd worker
* * Add more timeouts: for fuzzy operations, for worker task operationsVsevolod Stakhov2011-03-287-40/+48
| | | | Handle miliseconds using a common macro.
* Write to log number of dns requests per task.Vsevolod Stakhov2011-03-255-4/+19
|
* Add preload function for statfiles.Vsevolod Stakhov2011-03-241-0/+31
|
* Optimize performance of received_rbl plugin.Vsevolod Stakhov2011-03-241-38/+17
|
* * Add ability to extract urls from subject field0.3.10Vsevolod Stakhov2011-03-235-17/+63
| | | | | | Fix phishing plugin. * Important fix for multimap/cdb handling * Important fix for phishing detector
* Race (func MUST be called after all modifications to its argument)Vsevolod Stakhov2011-03-231-2/+6
|
* Add throttling timer only once.Vsevolod Stakhov2011-03-231-1/+1
|
* * Main process now has 'hard termination time' - maximum time between ↵Vsevolod Stakhov2011-03-231-3/+49
| | | | getting termination signal and waiting for workers
* * Add throttling detection mechanic for dns resolverVsevolod Stakhov2011-03-236-10/+111
| | | | * Improve phishing module adding ability to define 'strict' phishing domains
* Fix configuration of received_rbl module.Vsevolod Stakhov2011-03-221-1/+5
|
* Do not re-create symbols cache while doing dump of cache.Vsevolod Stakhov2011-03-223-53/+60
|
* Fix one shot behaviour.Vsevolod Stakhov2011-03-181-4/+5
|
* Push recipients in a proper way.Vsevolod Stakhov2011-03-181-19/+40
|
* * Add option redirector_symbol to surbl module.Vsevolod Stakhov2011-03-182-0/+12
|
* * Add strict priority rulesVsevolod Stakhov2011-03-186-15/+100
| | | | | * Improve and fix multimap module * Add rspamd_config object to stage of early configure of rspamd
* Fix misprint in multimap module.Vsevolod Stakhov2011-03-182-10/+10
| | | | Fix how we detect weight of symbol in a cache.
* Fix error with parsing phishing urls.Vsevolod Stakhov2011-03-171-1/+1
|
* Add support of uptime command to rspamc.0.3.8Vsevolod Stakhov2011-03-151-3/+40
| | | | | Update manpages. Add script for generating manpages from pod.
* Do not invalidate statfiles during synchronization.Vsevolod Stakhov2011-03-151-1/+1
|
* Fix memory corruption in memory pools library.Vsevolod Stakhov2011-03-152-22/+31
| | | | While in here use guint8 for all pointers.
* Optimization.Vsevolod Stakhov2011-03-142-25/+6
|
* Fix phishing check for special cases like http://host.com and ↵Vsevolod Stakhov2011-03-142-14/+46
| | | | http://www.host.com
* Small fix.Vsevolod Stakhov2011-03-141-1/+1
|
* Race in fuzzy check.Vsevolod Stakhov2011-03-141-11/+12
|
* Race again.Vsevolod Stakhov2011-03-141-3/+8
|
* Fix another race.Vsevolod Stakhov2011-03-141-12/+37
|
* Fix destructors adding.Vsevolod Stakhov2011-03-101-3/+9
|
* Fix race in surbl module.Vsevolod Stakhov2011-03-104-7/+24
| | | | Add more debugging to destructors in pools.
* Fix initialization point.Vsevolod Stakhov2011-03-092-2/+2
|
* Print "0.00" instead of "0" in protocol output.Vsevolod Stakhov2011-03-092-6/+6
| | | | Fix misprint in cdb handling.
* * Add monitoring for cdbVsevolod Stakhov2011-03-093-63/+126
|
* Fix gmime24 compatibility.Vsevolod Stakhov2011-03-092-2/+6
| | | | | | Fix adding extra space to raw headers. Reported by: Victor Ustugov
* * Add ability to lookup CDB maps from luaVsevolod Stakhov2011-03-0510-42/+1215
| | | | * Add cdb:// map to multimap plugin
* Fix memory access.Vsevolod Stakhov2011-03-052-4/+4
|
* Make phishing checks working.Vsevolod Stakhov2011-03-054-10/+23
|
* Ignore group addresses.Vsevolod Stakhov2011-03-051-5/+7
|
* Assume headers folding as space character.Vsevolod Stakhov2011-03-052-1/+1
|
* * Add multimaps for "FROM" and "TO" headers (mime an smtp data can be checked)Vsevolod Stakhov2011-03-044-56/+227
| | | | * Improve lua api for getting message's sender and recipients
* * Fix parsing of include records in spf parserVsevolod Stakhov2011-03-033-123/+173
|
* Try to fix memory issues.Vsevolod Stakhov2011-03-027-71/+90
|
* Fix stupid bug in url parser.Vsevolod Stakhov2011-02-251-1/+1
|
* Restore 'urls' command.Vsevolod Stakhov2011-02-251-0/+86
|
* Do not write warning about normal urls.0.3.7Vsevolod Stakhov2011-02-251-1/+1
|
* Fix parsing of DNS records :(Vsevolod Stakhov2011-02-253-14/+33
| | | | | | Fix parsing several mx addrs in spf parser [1] Reported by: Victor Ustugov
* Fix several memory leaks in rspamd.Vsevolod Stakhov2011-02-245-3/+10
|