aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix issues with freeing of bad rdns requestsVsevolod Stakhov2016-01-142-5/+10
|
* Fix format stringVsevolod Stakhov2016-01-141-1/+1
|
* Fix issues with debug mode of mempoolVsevolod Stakhov2016-01-142-4/+20
|
* Allow processing images urls for SURBLVsevolod Stakhov2016-01-145-39/+150
|
* Allow configurations with no classifiersVsevolod Stakhov2016-01-141-2/+10
|
* Fix percentages for bayes confidenceVsevolod Stakhov2016-01-141-1/+5
|
* Do not treat bad backend as an assertVsevolod Stakhov2016-01-131-1/+7
|
* Add documentation for new statisticsVsevolod Stakhov2016-01-131-2/+150
|
* Add extra sleep to avoid race conditionVsevolod Stakhov2016-01-131-0/+6
| | | | | | When there are no expressions to compile it is possible that hs_helper will send notice to no workers. So this sleep should resolve the most of cases where this race occurs.
* Add more details to the guideVsevolod Stakhov2016-01-121-3/+28
|
* Add globbing supportVsevolod Stakhov2016-01-121-11/+19
|
* Improve error reportingVsevolod Stakhov2016-01-121-7/+12
|
* Update surbl documentationVsevolod Stakhov2016-01-121-5/+31
|
* Enable hiredis for travisVsevolod Stakhov2016-01-111-1/+1
|
* Fix include path for embedded hiredisVsevolod Stakhov2016-01-113-7/+6
|
* Remove deprecated random idVsevolod Stakhov2016-01-111-3/+1
|
* Start SA migrating guideVsevolod Stakhov2016-01-112-0/+47
|
* Remove unused var.Vsevolod Stakhov2016-01-111-1/+0
|
* Fix format stringsVsevolod Stakhov2016-01-112-5/+7
|
* Update from publicsuffixVsevolod Stakhov2016-01-111-53/+1082
|
* Remove hiredis from dependsVsevolod Stakhov2016-01-112-4/+3
|
* Fix GNU version of strerror_r (hiredis is broken)Vsevolod Stakhov2016-01-112-2/+5
|
* Try to fix brain damage of cmakeVsevolod Stakhov2016-01-111-1/+1
|
* Embed hiredis as it is broken literally everywhereVsevolod Stakhov2016-01-1122-4/+5485
|
* Enable per-users learn cacheVsevolod Stakhov2016-01-114-20/+44
|
* Incompatible change: sqlite3 and per_user behaviourVsevolod Stakhov2016-01-111-1/+1
| | | | | | | | | | | Now both redis and sqlite3 follows the common principles for per-user statistics: 1) If per-user statistics is enabled check per-user tokens ONLY 2) If per-user statistics is not enabled then check common tokens ONLY If you need old behaviour, then you'd need to use separate classifier for per-user statistics.
* Implement `per_user` for redis backendVsevolod Stakhov2016-01-111-11/+99
|
* Add generic routine to get task's recipientVsevolod Stakhov2016-01-114-45/+51
|
* Fix relearning for sqlite3 cacheVsevolod Stakhov2016-01-112-4/+7
|
* Fix queryVsevolod Stakhov2016-01-111-1/+1
|
* Rework cache API slightlyVsevolod Stakhov2016-01-114-22/+13
|
* Implement redis cache operationsVsevolod Stakhov2016-01-112-6/+102
|
* Write initialization for redis cacheVsevolod Stakhov2016-01-114-8/+205
|
* Merge pull request #476 from moisseev/patch-1Vsevolod Stakhov2016-01-101-1/+2
|\ | | | | Add new Message-ID regexp for Thunderbird
| * Add new Message-ID regexp for ThunderbirdAlexander Moisseev2016-01-101-1/+2
| | | | | | | | | | Thunderbird version 46 and later is using new securely random Message-ID to avoid fingerprinting. https://bugzilla.mozilla.org/show_bug.cgi?id=902580 SeaMonkey (at least currentnightly build 2.42a1) is not affected by this change.
* | Add skeleton of redis cacheVsevolod Stakhov2016-01-102-1/+78
| |
* | Fix processing of cachesVsevolod Stakhov2016-01-104-12/+26
| |
* | Fix caches initialization.Vsevolod Stakhov2016-01-102-6/+12
| |
* | Fix sqlite cacheVsevolod Stakhov2016-01-102-55/+74
| |
* | Rework caches APIVsevolod Stakhov2016-01-103-16/+48
|/
* Use constants instead of magic numbersVsevolod Stakhov2016-01-091-3/+6
|
* Fix unlearning in sqlite3 cache.Vsevolod Stakhov2016-01-091-6/+9
|
* Fix strange artefactVsevolod Stakhov2016-01-091-5/+0
|
* Fix learn errors reportingVsevolod Stakhov2016-01-094-10/+17
|
* Fix numbers humanization in `rspamc stat`Vsevolod Stakhov2016-01-091-1/+1
|
* Fix stats for redis backendVsevolod Stakhov2016-01-092-26/+47
|
* Add lazy stat implementation for redisVsevolod Stakhov2016-01-091-7/+143
|
* Start implementation of lazy redis statistics.Vsevolod Stakhov2016-01-091-1/+146
|
* Implement async timered events for statisticsVsevolod Stakhov2016-01-092-8/+80
|
* Fight with hiredis APIVsevolod Stakhov2016-01-081-0/+3
|