aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
* Add generic routine to get task's recipientVsevolod Stakhov2016-01-112-0/+44
* Fix learn errors reportingVsevolod Stakhov2016-01-091-1/+3
* Implement the case of incrementing backends for bayesVsevolod Stakhov2016-01-081-0/+6
* Impelement the concept when classifier values are integersVsevolod Stakhov2016-01-081-0/+4
* Fix parsing of strings lists from implicit arraysVsevolod Stakhov2016-01-071-6/+11
* Do not treat autolearn errors as fatalVsevolod Stakhov2016-01-062-1/+5
* Implement autolearnVsevolod Stakhov2016-01-061-0/+1
* Fix parsing of string lists.Vsevolod Stakhov2016-01-061-1/+4
* Fix learning.Vsevolod Stakhov2016-01-062-1/+32
* Add learning implementation.Vsevolod Stakhov2016-01-062-8/+17
* Fix statistics processingVsevolod Stakhov2016-01-051-3/+2
* Add 'required' and 'default' values for doc stringsVsevolod Stakhov2016-01-042-15/+73
* Improve hyperscan compiler helper loggingVsevolod Stakhov2016-01-041-2/+2
* Add local_addrs/local_networks optionVsevolod Stakhov2016-01-031-0/+12
* Add local addrs extension available in the convigurationVsevolod Stakhov2016-01-032-0/+4
* Allow NULL path to add top level documentation stringsVsevolod Stakhov2016-01-021-21/+32
* Add method to insert documentation to the specific pathVsevolod Stakhov2016-01-022-0/+59
* Implement printing of scores in the log fileVsevolod Stakhov2016-01-021-2/+14
* Add symbols_scores in log fileVsevolod Stakhov2016-01-012-1/+6
* Fix workers documentationVsevolod Stakhov2015-12-291-3/+3
* Add options for workersVsevolod Stakhov2015-12-291-0/+22
* 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