summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix hs_helper startupVsevolod Stakhov2015-12-071-6/+7
|
* Implement starting of hs_helper processVsevolod Stakhov2015-12-071-21/+70
|
* Add hyperscan compilation supportVsevolod Stakhov2015-12-072-0/+170
|
* Add hyperscan helper workerVsevolod Stakhov2015-12-076-2/+182
|
* Add hyperscan initializationVsevolod Stakhov2015-12-074-1/+55
|
* Fix cache initializationVsevolod Stakhov2015-12-071-3/+3
|
* Start hyperscan supportVsevolod Stakhov2015-12-073-188/+126
|
* Add LPeg support to rspamdVsevolod Stakhov2015-12-0715-0/+3857
|
* Fix error on adjusting url lengths after decodingVsevolod Stakhov2015-12-071-6/+0
|
* Add support of 'special' SA headers to 'exists' functionVsevolod Stakhov2015-12-071-2/+17
|
* Add support for Mail::SpamAssassin::Plugin::MIMEHeaderVsevolod Stakhov2015-12-071-3/+27
|
* More fixes for SA plugin to deal with the new cacheVsevolod Stakhov2015-12-072-9/+74
|
* Add routine to convert string to re_class typeVsevolod Stakhov2015-12-074-32/+43
|
* Add re class to match all headersVsevolod Stakhov2015-12-072-0/+13
|
* As we store re_class within re avoid extra lookupVsevolod Stakhov2015-12-071-3/+2
|
* Fix replacements in spamassassin pluginVsevolod Stakhov2015-12-061-2/+5
|
* Fix re cache replacement methodVsevolod Stakhov2015-12-063-52/+13
|
* Add method to set re class for any rspamd regexpVsevolod Stakhov2015-12-062-0/+33
|
* Add function rspamd_config:replace_regexpVsevolod Stakhov2015-12-051-0/+69
|
* Fix headers iterationVsevolod Stakhov2015-12-051-0/+2
|
* Fix more issues in the new re cacheVsevolod Stakhov2015-12-051-5/+9
|
* Add replacement method for expressions in the confiVsevolod Stakhov2015-12-052-18/+58
|
* More rework for re_cacheVsevolod Stakhov2015-12-041-52/+23
|
* Start rework of spamassassin pluginVsevolod Stakhov2015-12-041-10/+65
|
* Do not re-set GErrorVsevolod Stakhov2015-12-041-10/+16
|
* Fix invalid testsVsevolod Stakhov2015-12-042-3/+2
|
* Fix issues with re_cache lua APIVsevolod Stakhov2015-12-042-49/+52
|
* Fix issue with zero length atomsVsevolod Stakhov2015-12-041-2/+6
|
* Zero memory before usageVsevolod Stakhov2015-12-041-0/+1
|
* Fix initialization order in fuzzy storageVsevolod Stakhov2015-12-041-8/+10
|
* Fix couple of bugs in lua table to C convertorVsevolod Stakhov2015-12-041-36/+145
|
* Init re cache on config post loadVsevolod Stakhov2015-12-042-12/+17
|
* Add rspamd_config:register_regexpVsevolod Stakhov2015-12-041-0/+77
|
* Add method to process new regexp cacheVsevolod Stakhov2015-12-041-27/+92
|
* Make lua_regexp structure publicVsevolod Stakhov2015-12-042-7/+7
|
* Slightly rework class names in table to c convertorVsevolod Stakhov2015-12-041-1/+1
|
* Rework upstreams libraryVsevolod Stakhov2015-12-032-53/+111
| | | | Now each address has its own errors count, so rspamd will prefer upstream addrs with no errors to addrs with errors. This might help to resolve issues on systems where ipv6 does not work.
* Add missing functionVsevolod Stakhov2015-12-031-0/+8
|
* Fix code for the new cacheVsevolod Stakhov2015-12-038-431/+99
|
* Start new era of regexp cacheVsevolod Stakhov2015-12-036-28/+74
|
* Implement real checks in re_cacheVsevolod Stakhov2015-12-032-12/+209
|
* Add more logic for the new re cache systemVsevolod Stakhov2015-12-031-27/+139
|
* Add ability to ignore certain symbols in metric when validating cacheVsevolod Stakhov2015-12-035-31/+84
|
* Add cache id support for regexpVsevolod Stakhov2015-12-032-0/+34
|
* Try to fix SUSPICIOUS_RECIPS ruleVsevolod Stakhov2015-12-021-0/+10
| | | | Issue: #437
* Try to fix bloody SORTED_RECIPS ruleVsevolod Stakhov2015-12-021-2/+7
| | | | Issue: #437
* Fix parsing of url encoded href tagsVsevolod Stakhov2015-12-021-1/+8
|
* Match any newline character in regexpsVsevolod Stakhov2015-12-021-0/+3
| | | | | Issue: #438 Reported by: @moisseev
* Another try to fix locked statements in sqliteVsevolod Stakhov2015-12-011-1/+1
|
* Cleanup statement correctlyVsevolod Stakhov2015-12-011-3/+3
|