Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] support for CommuniGate Pro self-generated messages | Andrey Igoshin | 2018-05-06 | 4 | -1/+21 |
| | |||||
* | [Feture] Allow external preprocessors in libucl | Vsevolod Stakhov | 2018-05-05 | 4 | -7/+93 |
| | |||||
* | [Minor] Disable warning if cannot normalize in-place | Vsevolod Stakhov | 2018-05-05 | 1 | -3/+7 |
| | |||||
* | [Minor] Fix compilation | Vsevolod Stakhov | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | [Feature] Use common jit cache for all regexps | Vsevolod Stakhov | 2018-05-05 | 1 | -43/+36 |
| | |||||
* | [Minor] Sync from libucl | Vsevolod Stakhov | 2018-05-05 | 2 | -5/+20 |
| | |||||
* | [Minor] Try to allow disabling JIT in PCRE | Vsevolod Stakhov | 2018-05-04 | 5 | -34/+51 |
| | |||||
* | Merge pull request #2219 from moisseev/patch-1 | Vsevolod Stakhov | 2018-05-04 | 1 | -3/+3 |
|\ | | | | | [Minor] Allow image/pjpeg CT for JPEG compressed images | ||||
| * | [Minor] Allow image/pjpeg CT for JPEG compressed images | Alexander Moisseev | 2018-05-04 | 1 | -3/+3 |
| | | |||||
* | | [Feature] Allow to print scores in subject and further extensions | Vsevolod Stakhov | 2018-05-04 | 1 | -12/+29 |
| | | |||||
* | | [Fix] Fix importing static maps from UCL | Vsevolod Stakhov | 2018-05-04 | 1 | -11/+62 |
|/ | | | | Issue: #2216 | ||||
* | Merge pull request #2217 from michal-adamek/master | Vsevolod Stakhov | 2018-05-04 | 2 | -2/+2 |
|\ | | | | | Fixed typo | ||||
| * | Fixed typo | Michal Adamek | 2018-05-04 | 2 | -2/+2 |
| | | |||||
* | | [Fix] Fix raw_mime regexp on HTML part with no text content | Vsevolod Stakhov | 2018-05-04 | 1 | -15/+23 |
| | | | | | | | | | | Issue: #2218 Closes: #2218 | ||||
* | | [Minor] Avoid shared memory usage in file scan mode | Vsevolod Stakhov | 2018-05-04 | 1 | -0/+2 |
| | | |||||
* | | [Minor] Set correct HTTP method when proxying connections | Vsevolod Stakhov | 2018-05-04 | 1 | -2/+7 |
|/ | |||||
* | [Minor] Improve usability of configwizard statconvert | Vsevolod Stakhov | 2018-05-03 | 1 | -1/+7 |
| | |||||
* | [Minor] Remove stupid leftover | Vsevolod Stakhov | 2018-05-03 | 1 | -2/+0 |
| | |||||
* | [Minor] Fix build on Solaris | Vsevolod Stakhov | 2018-05-03 | 1 | -1/+1 |
| | | | | | Issue: #2213 Closes: #2213 | ||||
* | [CritFix] Do not use volatile Lua strings as UCL keys | Vsevolod Stakhov | 2018-05-02 | 1 | -2/+2 |
| | | | | | Issue: #2211 Closes: #2211 | ||||
* | [Minor] Update version to 1.7.5 | Vsevolod Stakhov | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2212 from andy-igoshin/master | Vsevolod Stakhov | 2018-05-02 | 1 | -2/+4 |
|\ | | | | | [Fix] Fix AuthservId | ||||
| * | [Fix] Fix AuthservId | Andrey Igoshin | 2018-05-02 | 1 | -2/+4 |
|/ | |||||
* | Release 1.7.41.7.4 | Vsevolod Stakhov | 2018-05-01 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Conf] Major stock config updates: - Workers are now specified in a new format worker "type" { ... } - Enable fuzzy worker to simplify local fuzzy storages configuration - Bind all workers to localhost by default to avoid security flaws * [Conf] Make more sane fuzzy_check default settings * [CritFix] Fix ucl escape for bad symbols * [Feature] Add failure symbol for AV module * [Feature] Add lazy expiration mode for new classifier schema * [Feature] Add preliminary version of maps stats plugin * [Feature] Allow to block fuzzy requests from specific networks * [Feature] Allow to change `expire` of live statistics * [Feature] Distinguish AV failure from clean result * [Feature] Further improvements of language detector by using khash * [Feature] Further optimization of the lang_detection * [Feature] Implement cluster-aware bayes expiry * [Feature] Implement exclude patterns in rspamc * [Feature] Implement glob maps in addition to regexp maps * [Feature] Implement map statistics function for lua API * [Feature] Implement stop symbols for Clickhouse collection * [Feature] Support recipients separated by commas * [Feature] Try harder to upload scripts to the Redis server * [Feature] Upgrade t1ha distribution * [Feature] use_domain_sign_inbound * [Feature] Use scores from maps if `symbols_set` is not defined * [Fix] Add resolving version of radix map helper * [Fix] Check URL before adding implicit prefix * [Fix] Do not check pid/state when using PRNG * [Fix] Fix CentOS logrotate script for systemd * [Fix] Fix slash + dot in urls * [Fix] Fix systemd version of the logrotate script * [Fix] Propagate key when import implicit array from Lua * [Fix] Strip spaces from map keys and values * [Fix] Try to fix a specific case when processing milter protocol * [Fix] Try to fix crash when a tcp connection cannot be set * [Fix] Typo use_domain_local --> use_domain_sign_local * [Fix] Various fixes to once_received module * [Project] Store hits counters for map elements Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | [Feature] Distinguish AV failure from clean result | Vsevolod Stakhov | 2018-05-01 | 1 | -6/+30 |
| | |||||
* | Merge pull request #2208 from andy-igoshin/master | Vsevolod Stakhov | 2018-05-01 | 2 | -0/+14 |
|\ | | | | | [Minor] domains added | ||||
| * | [Minor] domains added | Andrey Igoshin | 2018-05-01 | 2 | -0/+14 |
|/ | |||||
* | [Minor] List proxy worker configurables | Vsevolod Stakhov | 2018-05-01 | 1 | -0/+5 |
| | |||||
* | [Test] Try to fix AV tests | Vsevolod Stakhov | 2018-04-30 | 1 | -4/+4 |
| | |||||
* | [Minor] Fix virtual symbols registration as parent now supports just ids | Vsevolod Stakhov | 2018-04-30 | 1 | -3/+3 |
| | |||||
* | [Minor] Fix issues with fail symbol in AV module | Vsevolod Stakhov | 2018-04-30 | 1 | -0/+4 |
| | |||||
* | [Feature] Add failure symbol for AV module | Vsevolod Stakhov | 2018-04-30 | 1 | -3/+21 |
| | |||||
* | [Feature] Implement stop symbols for Clickhouse collection | Vsevolod Stakhov | 2018-04-30 | 1 | -0/+9 |
| | |||||
* | Merge pull request #2205 from oxc/extended_virus_header | Vsevolod Stakhov | 2018-04-30 | 1 | -1/+9 |
|\ | | | | | Add optional status prefix to X-Virus header | ||||
| * | Add optional status prefix to X-Virus header | Bernhard Frauendienst | 2018-04-30 | 1 | -1/+9 |
| | | | | | | | | | | | | | | Adds two options to X-Virus milter header routine that prefix the header value with a configured string when a virus was found (or not). This is useful for sieve implementations (like pidgeonhole) that require a fixed value part to match against. | ||||
* | | [Minor] Fix simple maps after the recent change | Vsevolod Stakhov | 2018-04-30 | 1 | -0/+2 |
| | | |||||
* | | [Feature] Use scores from maps if `symbols_set` is not defined | Vsevolod Stakhov | 2018-04-30 | 1 | -10/+13 |
| | | |||||
* | | [Minor] Allow to insert enforced results from Lua | Vsevolod Stakhov | 2018-04-30 | 1 | -7/+19 |
| | | |||||
* | | [Minor] Rename confusing variables | Vsevolod Stakhov | 2018-04-30 | 2 | -27/+27 |
| | | |||||
* | | [Rework] Implement flags for inserting a symbol | Vsevolod Stakhov | 2018-04-30 | 3 | -53/+36 |
|/ | |||||
* | [Minor] Remove t1ha0 as it causes too many issues | Vsevolod Stakhov | 2018-04-30 | 6 | -726/+2 |
| | |||||
* | [Minor] Try to fix endiannes detection on Solaris | Vsevolod Stakhov | 2018-04-29 | 2 | -0/+7 |
| | | | | Issue: #2204 | ||||
* | [Minor] Fix build on Solaris | Vsevolod Stakhov | 2018-04-29 | 1 | -1/+1 |
| | | | | | Issue: #2203 Closes: #2203 | ||||
* | [Minor] Mark module as experimental for now | Vsevolod Stakhov | 2018-04-28 | 1 | -0/+5 |
| | |||||
* | [Minor] Do not touch elements that have no hits | Vsevolod Stakhov | 2018-04-28 | 1 | -1/+3 |
| | |||||
* | [Feature] Add preliminary version of maps stats plugin | Vsevolod Stakhov | 2018-04-28 | 1 | -0/+116 |
| | |||||
* | [Minor] Add missing helper methods | Vsevolod Stakhov | 2018-04-28 | 1 | -0/+48 |
| | |||||
* | [Minor] Try to fix build for old compilers... | Vsevolod Stakhov | 2018-04-28 | 3 | -7/+18 |
| | |||||
* | [Feature] Upgrade t1ha distribution | Vsevolod Stakhov | 2018-04-28 | 12 | -524/+2328 |
| | |||||
* | [Minor] Store digest for maps data | Vsevolod Stakhov | 2018-04-28 | 2 | -0/+17 |
| |