aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Minor] Remove handful more globalsAndrew Lewis2016-11-073-6/+8
* [Minor] Remove one more globalAndrew Lewis2016-11-071-1/+1
* [Minor] Remove couple more globals in Lua pluginsAndrew Lewis2016-11-072-4/+6
* [Minor] More fixes for new opensslVsevolod Stakhov2016-11-061-22/+31
* [Fix] Really fix redis shingles checkVsevolod Stakhov2016-11-051-2/+4
* [Fix] Fix extraction of shingles from redis fuzzy storageVsevolod Stakhov2016-11-051-5/+6
* [Fix] Fix false sharing for symbols in the cacheVsevolod Stakhov2016-11-051-48/+54
* [Feature] Allow conditions for pre and postfiltersVsevolod Stakhov2016-11-051-7/+0
* [Rework] Add redis storage feature to fann_redisVsevolod Stakhov2016-11-051-13/+83
* [Rework] Add extract training data function to fann_redisVsevolod Stakhov2016-11-051-0/+125
* [Minor] One more fix for bloody opensslVsevolod Stakhov2016-11-051-1/+1
* [Minor] Add workaround for old debianVsevolod Stakhov2016-11-051-1/+41
* [Minor] Remove not very portable FANN_TRAIN_SARPROPVsevolod Stakhov2016-11-051-3/+0
* [Fix] Remove some incompatible functionsVsevolod Stakhov2016-11-051-2/+0
* [Fix] Fix build with the recent OpenSSLVsevolod Stakhov2016-11-051-30/+37
* Merge pull request #1102 from moisseev/patch-2Vsevolod Stakhov2016-11-051-3/+3
|\
| * [Minor] Fix typoAlexander Moisseev2016-11-041-3/+3
* | Merge pull request #1103 from moisseev/patch-3Vsevolod Stakhov2016-11-052-2/+2
|\ \
| * | [Minor] Add another missing `fun` module local referenceAlexander Moisseev2016-11-051-1/+1
| * | [Minor] Add missing `fun` module local referenceAlexander Moisseev2016-11-051-1/+1
| |/
* | Merge pull request #1105 from fatalbanana/zVsevolod Stakhov2016-11-051-1/+0
|\ \
| * | [Minor] Remove default message_func from greylist pluginAndrew Lewis2016-11-051-1/+0
| |/
* | Merge remote-tracking branch 'origin/master'Vsevolod Stakhov2016-11-0510-92/+93
|\|
| * [Minor] Remove more globalsAndrew Lewis2016-11-049-102/+102
| * Merge pull request #1099 from fatalbanana/mVsevolod Stakhov2016-11-041-1/+2
| |\
| | * [Minor] Use single reference time in fuzzy_convert utilityAndrew Lewis2016-11-041-1/+2
* | | [Rework] Restore old fann_scores, move common partsVsevolod Stakhov2016-11-054-639/+1014
|/ /
* | [Rework] Add preliminary train testsVsevolod Stakhov2016-11-041-2/+66
* | [Rework] Implement loading/invalidatingVsevolod Stakhov2016-11-041-36/+90
* | [Feature] Implement FANN threaded learningVsevolod Stakhov2016-11-042-1/+221
* | [Feature] Add extended version for fann creation functionVsevolod Stakhov2016-11-041-1/+152
* | [Minor] Init resolver in log helperVsevolod Stakhov2016-11-042-2/+6
* | [Rework] First reiteration on fann scoresVsevolod Stakhov2016-11-041-469/+299
* | [Minor] Store ev_base for log_helper callbacksVsevolod Stakhov2016-11-041-1/+6
* | [Feature] Move fann_classifier to a separate pluginVsevolod Stakhov2016-11-041-0/+289
|/
* [Feature] Utility to convert fuzzy storage from sqlite to redisAndrew Lewis2016-11-034-0/+340
* [Feature] Support new messages in rspamcVsevolod Stakhov2016-11-021-3/+3
* [Rework] Make rspamd protocol messages usefulVsevolod Stakhov2016-11-026-14/+26
* [Feature] Allow custom functions for ratelimitsVsevolod Stakhov2016-11-022-2/+15
* [Feature] Allow to have a function to set custom greylist messageVsevolod Stakhov2016-11-021-5/+11
* [Minor] Tidy graphite_config function in metric exporterAndrew Lewis2016-11-021-17/+20
* [Fix] Fix 'decoded' value in task:get_header_full()Andrew Lewis2016-11-011-1/+1
* [CritFix] Fix chunked encoding when reading messagesVsevolod Stakhov2016-11-011-0/+5
* [Feature] Track visibility of HTML elementsVsevolod Stakhov2016-11-013-1/+21
* [Minor] Reduce default redis_pool timeout to 10 secondsVsevolod Stakhov2016-11-011-1/+1
* Merge pull request #1085 from fatalbanana/exporterVsevolod Stakhov2016-11-011-0/+1
|\
| * [Minor] Set default value for metric exporter statefileAndrew Lewis2016-11-011-0/+1
* | Merge pull request #1084 from fatalbanana/luaVsevolod Stakhov2016-11-017-26/+31
|\ \
| * | [Minor] Get rid of some global variablesAndrew Lewis2016-11-017-26/+31
* | | Merge pull request #1083 from moisseev/phishingVsevolod Stakhov2016-11-011-19/+17
|\ \ \