aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix raw logic inversion in `get_header` methodVsevolod Stakhov2015-11-261-1/+1
* Add additional checks for mail addressesVsevolod Stakhov2015-11-261-2/+4
* More fixes for url parsingVsevolod Stakhov2015-11-261-0/+12
* Fix race condition when opening sqlite dbVsevolod Stakhov2015-11-251-3/+9
* Move all updates to a single transaction.Vsevolod Stakhov2015-11-253-63/+78
* Implement new fuzzy updates architectureVsevolod Stakhov2015-11-251-16/+171
* Use the correct key to fix memory issuesVsevolod Stakhov2015-11-251-2/+1
* Do not enable accept event with no handlerVsevolod Stakhov2015-11-251-12/+14
* Clean log buffer when forkingVsevolod Stakhov2015-11-251-0/+15
* Implement listening for srv pipe in the main processVsevolod Stakhov2015-11-254-29/+67
* Add method to send data to server pipe.Vsevolod Stakhov2015-11-252-2/+119
* Start work on worker->main pipe interfaceVsevolod Stakhov2015-11-254-2/+172
* Cleanup controller session structure.Vsevolod Stakhov2015-11-251-30/+0
* Slightly improve logging in fuzzy.Vsevolod Stakhov2015-11-241-3/+5
* Fix another stupid mistake for adding hashesVsevolod Stakhov2015-11-241-4/+19
* Parse more headers if they are missed in HTTPVsevolod Stakhov2015-11-241-0/+30
* When returning headers, reverse list to restore the original orderVsevolod Stakhov2015-11-241-0/+1
* Fix parsing of IPv6 received headers.Vsevolod Stakhov2015-11-241-11/+27
* Fix critical issue in adding fuzzy hashesVsevolod Stakhov2015-11-242-37/+36
* Add more diagnostic to fuzzy errorsVsevolod Stakhov2015-11-242-9/+42
* Reduce the default limitVsevolod Stakhov2015-11-241-2/+2
* Fix parsing of tags with spaces used for obfuscationVsevolod Stakhov2015-11-241-0/+27
* Improve numbers humanisationVsevolod Stakhov2015-11-231-13/+12
* Restore '-c' flag in the clientVsevolod Stakhov2015-11-231-1/+4
* Restore multiple classifiers supportVsevolod Stakhov2015-11-238-45/+71
* Fix _NORESOLVE_MX symbols in hfilterVsevolod Stakhov2015-11-231-61/+62
* Add check_for_mime('mime_attachement') functionVsevolod Stakhov2015-11-231-0/+23
* Rework SA plugin for some problematic casesVsevolod Stakhov2015-11-231-21/+88
* Fix some memory issuesVsevolod Stakhov2015-11-232-10/+13
* Add 'check_relays_unparseable' supportVsevolod Stakhov2015-11-231-1/+16
* Fix indexing for received headers.Vsevolod Stakhov2015-11-231-2/+2
* Some more fixes to OSB algorithmVsevolod Stakhov2015-11-232-6/+14
* Add 'reresolve' command to the control interfaceVsevolod Stakhov2015-11-233-5/+45
* Do not reresolve upstreams with no resolver definedVsevolod Stakhov2015-11-231-1/+1
* Test for atomic ops.Vsevolod Stakhov2015-11-233-0/+17
* Improve debugging for bayes.Vsevolod Stakhov2015-11-231-11/+51
* Fix calculationsVsevolod Stakhov2015-11-231-2/+4
* Avoid long double typeVsevolod Stakhov2015-11-231-19/+8
* Add rspamd_upstream_reresolve routine.Vsevolod Stakhov2015-11-222-45/+97
* Use context variables instead of default onesVsevolod Stakhov2015-11-221-11/+14
* Use new rotation logic in the codeVsevolod Stakhov2015-11-218-13/+23
* Rework rotation for upstreamsVsevolod Stakhov2015-11-212-9/+13
* Parse rotation type for upstreams listVsevolod Stakhov2015-11-212-2/+34
* Allow ratelimit plugin to set symbol instead of pre-resultVsevolod Stakhov2015-11-211-19/+28
* Add deinitialization for upstreamsVsevolod Stakhov2015-11-203-0/+12
* Rework upstreams initializationVsevolod Stakhov2015-11-208-28/+28
* Rework FORGED_RECIPIENTS for common usersVsevolod Stakhov2015-11-201-6/+11
* Reduce weight of SUSPICIOUS_RECIPSVsevolod Stakhov2015-11-201-1/+1
* Fix pluginsVsevolod Stakhov2015-11-203-40/+40
* Fix testsVsevolod Stakhov2015-11-203-18/+38