aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add lua pretty formatter for confighelpVsevolod Stakhov2015-12-293-5/+58
|
* Use caseless search for keywordsVsevolod Stakhov2015-12-291-3/+5
|
* Add caseless version of rabin-karp substring searchVsevolod Stakhov2015-12-292-0/+51
|
* Show 'keyword' when '-k' is specifiedVsevolod Stakhov2015-12-291-1/+2
|
* Allow keyword searchingVsevolod Stakhov2015-12-292-1/+89
|
* Init modules and workers in confighelp to get more doc stringsVsevolod Stakhov2015-12-291-0/+24
|
* Add documentation for some of default optionsVsevolod Stakhov2015-12-282-79/+81
|
* Implement very basic documentation for optionsVsevolod Stakhov2015-12-282-40/+82
|
* Add simple routine to get configuration helpVsevolod Stakhov2015-12-285-4/+159
|
* Fix definition of the rcl_init functionVsevolod Stakhov2015-12-282-3/+3
|
* Fix options stringVsevolod Stakhov2015-12-281-1/+1
|
* Implement standard handlers documentationVsevolod Stakhov2015-12-281-1/+123
|
* Initial implementation of documentation strings in rspamdVsevolod Stakhov2015-12-274-6/+112
|
* Sync with libuclVsevolod Stakhov2015-12-273-119/+297
|
* Remove shit added by CLionVsevolod Stakhov2015-12-276-14/+0
|
* Add ability to insert documentation stringsVsevolod Stakhov2015-12-2710-250/+569
| | | | Issue: #461
* Merge pull request #462 from pombredanne/patch-1Vsevolod Stakhov2015-12-271-27/+27
|\ | | | | Fixed minor doc typo.
| * Fixed minor doc typo.Philippe Ombredanne2015-12-271-27/+27
|/
* Implement forced timeout for delayed filtersVsevolod Stakhov2015-12-263-3/+21
| | | | Issue: #452
* 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
| | | | Previously, rspamd compared merely host names but urls can have different path that should also be considered
* 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
|
* Remove R_TO_SEEMS_AUTO as it generates a lot of FPVsevolod Stakhov2015-12-242-16/+8
|
* 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 PID file pathVsevolod Stakhov2015-12-231-1/+1
|
* 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
|
* Simplify specVsevolod Stakhov2015-12-221-25/+3
|
* 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-224-6/+6
|
* 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
| | | | | Issue: #455 Reported by: @moisseev
* Add preliminary fann_score pluginVsevolod Stakhov2015-12-221-0/+103
|
* Allow to specify fann input count explicitlyVsevolod Stakhov2015-12-221-3/+17
|
* Add a simple script to learn fann from rspamd logsVsevolod Stakhov2015-12-221-0/+245
|
* Release 1.0.11Vsevolod Stakhov2015-12-211-0/+13
| | | | | | | | | | | | | | | | * Fix spf redirects * Fix domains when parsing mx/ptr/a records in includes/redirects * Fix unfolded base64 encoding * Fix GError use-after-free * Do not rewrite the original url when using redirector * Fix parsing of fragment in urls * Fix processing of HTML tags * Improve empty image rule * Avoid long double type * Fix tokens weights in OSB algorithm * Improve debugging for bayes Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Add lua_fann moduleVsevolod Stakhov2015-12-216-7/+470
|
* Add detection of libfannVsevolod Stakhov2015-12-214-1/+15
|