summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement forced timeout for delayed filtersVsevolod Stakhov2015-12-263-3/+21
* Fix multiple regexp in the cache for lua APIVsevolod Stakhov2015-12-262-3/+19
* Fix non-unique regexp in the internal moduleVsevolod Stakhov2015-12-261-8/+16
* 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 url insertion into a tableVsevolod Stakhov2015-12-241-8/+6
* Add sanity detection for header nameVsevolod Stakhov2015-12-241-3/+14
* 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
* On recompile remove all HS files, even correct onesVsevolod Stakhov2015-12-241-7/+11
* 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-243-14/+45
* Fix bug introduced by the previous fixVsevolod Stakhov2015-12-231-3/+8
* Fix crash in re_cache as headers are not NULL terminatedVsevolod Stakhov2015-12-232-2/+2
* Fix freemail rulesVsevolod Stakhov2015-12-231-9/+11
* Minor fixesVsevolod Stakhov2015-12-224-2/+5
* Fix issue when SA metas contain other metasVsevolod Stakhov2015-12-221-5/+8
* Add wal checkpoints to bayes backendVsevolod Stakhov2015-12-221-1/+19
* Remove ambiguity between %b format modifiersVsevolod Stakhov2015-12-223-4/+4
* Add some temporary logs for fann pluginVsevolod Stakhov2015-12-221-1/+3
* Fix issues with multiple addresses in SPF recordsVsevolod Stakhov2015-12-222-23/+62
* Add preliminary fann_score pluginVsevolod Stakhov2015-12-221-0/+103
* Allow to specify fann input count explicitlyVsevolod Stakhov2015-12-221-3/+17
* Add lua_fann moduleVsevolod Stakhov2015-12-215-3/+464
* Add detection of libfannVsevolod Stakhov2015-12-212-0/+7
* 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
* Do not parse URLs for getting TLD in luaVsevolod Stakhov2015-12-213-33/+22
* Add lua method to get tld for a hostVsevolod Stakhov2015-12-211-0/+35
* Add method to find tld position in a host stringVsevolod Stakhov2015-12-212-0/+90
* Increase default timeout for a clientVsevolod Stakhov2015-12-211-1/+1
* Hyperscan is available for x86_64 only so farVsevolod Stakhov2015-12-202-130/+2
* Print extra empty lineVsevolod Stakhov2015-12-191-0/+1
* Fix sorting and output of errors_ipsVsevolod Stakhov2015-12-191-3/+5
* Fix a stupid misprintVsevolod Stakhov2015-12-191-1/+1
* Output errors by IPVsevolod Stakhov2015-12-191-3/+22
* Save information about IP addresses that generated errorsVsevolod Stakhov2015-12-191-0/+44
* Clear bindings for sqlite3 statementsVsevolod Stakhov2015-12-182-1/+22
* Improve logging to avoid confusionVsevolod Stakhov2015-12-181-5/+10
* Fix stupid error when log message misses task idVsevolod Stakhov2015-12-181-1/+1
* Clarify error messageVsevolod Stakhov2015-12-181-2/+2
* Fix issue with base32 printingVsevolod Stakhov2015-12-171-1/+1
* Use base32 for keys instead of hexVsevolod Stakhov2015-12-171-1/+1
* Add base32 encoding support for printf routinesVsevolod Stakhov2015-12-172-8/+28
* Fix return code for mime processingVsevolod Stakhov2015-12-171-2/+17
* Fix adding symbols in the settingsVsevolod Stakhov2015-12-171-14/+15
* Do not sum fuzzy stored countVsevolod Stakhov2015-12-171-5/+9
* More fixes to fuzzy stat displayVsevolod Stakhov2015-12-162-9/+38