aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Feature] Apply DCT using AAN for fuzzy signatureVsevolod Stakhov2016-12-092-67/+201
* [Rework] Rework images fuzzy hashes algorithmVsevolod Stakhov2016-12-083-64/+67
* [Feature] Add fuzzy logic for imagesVsevolod Stakhov2016-12-082-13/+89
* [Feature] Implement new algorithm for fuzzy hashes of imagesVsevolod Stakhov2016-12-082-15/+76
* Merge pull request #1245 from fatalbanana/rVsevolod Stakhov2016-12-081-0/+178
|\
| * [Feature] Add rmilter_headers module (Fixes #1227)Andrew Lewis2016-12-081-0/+178
* | [Feature] Use t1ha instead of metrohash and xxhash32Vsevolod Stakhov2016-12-081-14/+5
|/
* respect -u option in cmd lineAndrej Zverev2016-12-071-1/+4
* [Fix] Fix macro nameVsevolod Stakhov2016-12-073-5/+5
* Merge pull request #1238 from fatalbanana/fVsevolod Stakhov2016-12-071-105/+117
|\
| * [Minor] fann_redis: Try harder to reload redis scripts if neededAndrew Lewis2016-12-071-105/+117
* | made optional dependency on hiredis really optionalVlad Glagolev2016-12-064-4/+13
|/
* [Feature] Use normalized images in fuzzy hashesVsevolod Stakhov2016-12-061-0/+16
* [Fix] Do not greyscale imagesVsevolod Stakhov2016-12-061-3/+2
* [Feature] Add images normalizationVsevolod Stakhov2016-12-062-0/+84
* [Fix] Fix detection of jpeg sizeVsevolod Stakhov2016-12-061-14/+27
* [Feature] Extend redis lock when learning spawnedVsevolod Stakhov2016-12-061-0/+28
* [Minor] Check if there are options in a symbolVsevolod Stakhov2016-12-051-9/+13
* [Feature] Do not increase score for duplicate optionsVsevolod Stakhov2016-12-052-16/+26
* [Minor] Adopt fuzzy_check pluginVsevolod Stakhov2016-12-051-4/+1
* [Rework] Refactor struct namesVsevolod Stakhov2016-12-0519-136/+136
* [Rework] Adopt code for the new optionsVsevolod Stakhov2016-12-057-62/+40
* [Feature] Allow to add options explicitly to symbolsVsevolod Stakhov2016-12-052-45/+58
* [Rework] Use hash tables for symbols optionsVsevolod Stakhov2016-12-055-51/+65
* [Feature] Add toggle for disabling SURBLsAndrew Lewis2016-12-051-0/+15
* [Minor] Remove unused global varVsevolod Stakhov2016-12-041-7/+0
* [Minor] Avoid `nil` indexAlexander Moisseev2016-12-041-1/+1
* [Minor] Fix typoAlexander Moisseev2016-12-031-2/+2
* [Minor] Allow to set lock expire for ANN moduleVsevolod Stakhov2016-12-021-0/+3
* [Fix] Fix length calculations for url encoded urlsVsevolod Stakhov2016-12-021-1/+7
* [Fix] Fix parsing of URLs with spaces and other bad charsVsevolod Stakhov2016-12-021-20/+42
* [Feature] Parse <link> HTML tagsVsevolod Stakhov2016-12-012-1/+4
* [Fix] Do not reset loaded ANN when learning is requestedVsevolod Stakhov2016-12-011-2/+0
* [Fix] Yet another change for testing external depsVsevolod Stakhov2016-12-011-20/+9
* [Fix] Fix another issue with external deps in SAVsevolod Stakhov2016-12-011-2/+2
* [Fix] Really fix chained SA dependenciesVsevolod Stakhov2016-12-011-3/+3
* [Fix] Fix crashes with invalid received and task:set_from_ipVsevolod Stakhov2016-11-301-1/+4
* [Minor] Allow load for locked ANNsVsevolod Stakhov2016-11-291-3/+0
* [Fix] Miltiple fixes to fann_redis moduleVsevolod Stakhov2016-11-291-12/+12
* [Fix] Fix replacements to sanitize '%' characterVsevolod Stakhov2016-11-291-2/+3
* [Minor] Fix until clauseVsevolod Stakhov2016-11-291-1/+1
* [Fix] Fix external dependencies for SA moduleVsevolod Stakhov2016-11-291-11/+26
* Fix typo when calling rspamd_redis_make_request for write operation.Andrej Zverev2016-11-291-2/+2
* [Minor] Refuse to build with broken assemblerVsevolod Stakhov2016-11-281-0/+4
* [Fix] Fix converting of learn count from sqlite to redisVsevolod Stakhov2016-11-281-4/+4
* [Feature] Allow to specify prefix for fann_redisVsevolod Stakhov2016-11-281-0/+3
* [Fix] Fix total learns counter for redis statsVsevolod Stakhov2016-11-281-2/+10
* [Fix] Fix usage of config during reloadVsevolod Stakhov2016-11-287-0/+19
* [Fix] Do not resolve numeric IP addresses due to ipv6 insanityVsevolod Stakhov2016-11-282-47/+67
* Merge pull request #1189 from fatalbanana/fVsevolod Stakhov2016-11-271-2/+2
|\