summaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
* Add substages for classificationVsevolod Stakhov2015-12-292-6/+13
* Fix quotesVsevolod Stakhov2015-12-291-2/+2
* Add documentation for some of default optionsVsevolod Stakhov2015-12-281-78/+81
* Implement very basic documentation for optionsVsevolod Stakhov2015-12-281-30/+60
* Fix definition of the rcl_init functionVsevolod Stakhov2015-12-282-3/+3
* Implement standard handlers documentationVsevolod Stakhov2015-12-281-1/+123
* Initial implementation of documentation strings in rspamdVsevolod Stakhov2015-12-274-6/+112
* Remove shit added by CLionVsevolod Stakhov2015-12-272-6/+0
* Add ability to insert documentation stringsVsevolod Stakhov2015-12-273-89/+185
* Implement forced timeout for delayed filtersVsevolod Stakhov2015-12-262-3/+19
* Fix multiple regexp in the cache for lua APIVsevolod Stakhov2015-12-261-2/+0
* Fix issue with non-unique regexps in the cacheVsevolod Stakhov2015-12-262-14/+25
* Fix urls output in the protocolVsevolod Stakhov2015-12-251-7/+7
* Add cases for url that are enclosed in bracesVsevolod Stakhov2015-12-251-15/+44
* Fix issue with changing number of regexps in a cacheVsevolod Stakhov2015-12-241-4/+12
* Log on info level about HS prefiltersVsevolod Stakhov2015-12-241-1/+1
* Grr, really fix the loggingVsevolod Stakhov2015-12-241-12/+32
* Fix logging as headers now have \0 at the endVsevolod Stakhov2015-12-241-2/+2
* Use refcounting logic for dkim keys to avoid some racesVsevolod Stakhov2015-12-242-11/+22
* Minor fixesVsevolod Stakhov2015-12-222-0/+3
* Remove ambiguity between %b format modifiersVsevolod Stakhov2015-12-221-2/+2
* Fix issues with multiple addresses in SPF recordsVsevolod Stakhov2015-12-222-23/+62
* Prefer spf1 records as spf2 records are usually rottenVsevolod Stakhov2015-12-211-2/+19
* Adjust TTL of SPF record to the lowest element TTLVsevolod Stakhov2015-12-211-2/+17
* Add method to find tld position in a host stringVsevolod Stakhov2015-12-212-0/+90
* Fix stupid error when log message misses task idVsevolod Stakhov2015-12-181-1/+1
* Show storage id in fuzzy stat commandVsevolod Stakhov2015-12-162-0/+10
* Store fuzzy backend id based on path to fileVsevolod Stakhov2015-12-162-0/+20
* Fix const qualifier usageVsevolod Stakhov2015-12-161-1/+1
* Allow multiple workers of the same type to be configuredVsevolod Stakhov2015-12-164-34/+81
* Fix some border cases in control logicVsevolod Stakhov2015-12-161-1/+8
* Fix errors processing in fuzzy checkVsevolod Stakhov2015-12-151-17/+31
* Another fix for old libeventVsevolod Stakhov2015-12-151-1/+1
* Fix build with old sqliteVsevolod Stakhov2015-12-151-1/+2
* Remove unused attribute from rspamd_lua_initVsevolod Stakhov2015-12-141-1/+1
* Fix hyperscan command broadcastVsevolod Stakhov2015-12-141-0/+2
* Some fixes to fuzzystatVsevolod Stakhov2015-12-141-2/+26
* Add support for fuzzystat commandVsevolod Stakhov2015-12-142-0/+41
* Allow fd attaching to control repliesVsevolod Stakhov2015-12-141-3/+22
* Assume empty input as failed scanVsevolod Stakhov2015-12-141-5/+8
* Allow multiple values for rcl parsersVsevolod Stakhov2015-12-132-8/+27
* Fix signature slightlyVsevolod Stakhov2015-12-132-12/+12
* Enable core files limits for rspamdVsevolod Stakhov2015-12-111-5/+17
* Add options to limit cores for rspamdVsevolod Stakhov2015-12-112-0/+18
* Improve logging of hyperscan cacheVsevolod Stakhov2015-12-101-3/+9
* Another fix for maxhits regexpsVsevolod Stakhov2015-12-101-9/+7
* Unbreak hyperscan-less buildVsevolod Stakhov2015-12-101-0/+2
* Allow to disable hyperscan and use pcre onlyVsevolod Stakhov2015-12-105-5/+19
* Fix maxhits for pcreVsevolod Stakhov2015-12-101-17/+25
* Add pcre_only option to re_cache registrationVsevolod Stakhov2015-12-101-1/+2