aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [Fix] Properly check the original email flagVsevolod Stakhov2022-06-042-1/+2
| | | | Issue: #4167, #4104, #4187
* [Minor] Refactor bogus enumVsevolod Stakhov2022-06-041-48/+48
|
* [Fix] Properly parse expressions atomsVsevolod Stakhov2022-06-024-6/+10
| | | | Issue: #4181
* [Minor] Remove dkim reputation rejectVsevolod Stakhov2022-06-011-36/+7
| | | | Discussed with: @moisseev
* [Minor] Try to fix passwords case in the controllerVsevolod Stakhov2022-05-311-13/+1
| | | | Issue: #4186
* [Minor] Avoid using legacy methodVsevolod Stakhov2022-05-291-1/+1
|
* [Fix] Properly deal with `get_symbol/get_metric_symbol` ambiguityVsevolod Stakhov2022-05-291-73/+10
|
* [Fix] Another try to fix race condition in the runtime destructionVsevolod Stakhov2022-05-285-15/+43
|
* [Minor] Change macro for C++Vsevolod Stakhov2022-05-281-1/+7
|
* Revert "[Fix] Stop slow timer on task destruction"Vsevolod Stakhov2022-05-281-1/+0
| | | | This reverts commit 64cc33bb9169369241c78b999e3d1a4ce0a2cb02.
* [Fix] Stop slow timer on task destructionVsevolod Stakhov2022-05-271-0/+1
| | | | Issue: #4182
* [Minor] Remove legacy `default` metricVsevolod Stakhov2022-05-276-20/+20
|
* [Minor] History_redis: Allow no expire as a valid expire valueVsevolod Stakhov2022-05-221-2/+2
|
* [Minor] Hisory_redis: Add configuration schemaVsevolod Stakhov2022-05-222-12/+30
|
* Remove unused redis array in history redisVitaliy Vasilenko2022-05-211-2/+0
|
* [Enhancement] Add expire to history redisVitaliy Vasilenko2022-05-211-1/+9
|
* [Minor] Reputation: Another try to fix dkim reputationVsevolod Stakhov2022-05-211-1/+6
|
* [Minor] Hfilter: Some refactoring in hfilter urls stuffVsevolod Stakhov2022-05-201-44/+17
|
* [Minor] Maillist: Add `nice` flagVsevolod Stakhov2022-05-201-1/+2
|
* [Minor] Maillist: Remove old maillist typeVsevolod Stakhov2022-05-201-43/+0
|
* [Minor] Maillist: Relax rules for subscribe/unsubscribe slightlyVsevolod Stakhov2022-05-201-4/+0
|
* [Minor] Reputation: Another try to fix split_symbolsVsevolod Stakhov2022-05-181-6/+19
|
* [Minor] Lua_config: Add routine to extract the specific symbol's configurationVsevolod Stakhov2022-05-181-0/+42
|
* [Minor] Reputation: Try to fix `split_symbol` default logicVsevolod Stakhov2022-05-171-1/+3
|
* [Minor] Fix build with LibreSSL 3.5+Vsevolod Stakhov2022-05-161-3/+6
| | | | Submitted by: Bernard Spil
* [Rework] Augmentations can now imply flagsVsevolod Stakhov2022-05-151-11/+51
|
* [Minor] Implement bits printing for numbersVsevolod Stakhov2022-05-152-11/+21
|
* [Fix] Fix ordering when sorting symcacheVsevolod Stakhov2022-05-141-46/+23
|
* [Rework] Multimap: Avoid prefilters usage where augmentations can be usedVsevolod Stakhov2022-05-141-22/+12
|
* [Minor] Oops, fix table iterationVsevolod Stakhov2022-05-141-3/+4
|
* [Minor] Force_actions: Fix logic of the module with the modified symcacheVsevolod Stakhov2022-05-141-2/+5
|
* [Minor] Symcache: Stop on non least passthrough resultsVsevolod Stakhov2022-05-143-1/+27
|
* [Minor] Fix typesVsevolod Stakhov2022-05-141-1/+1
|
* [Feature] Allow augmentations set in Lua APIVsevolod Stakhov2022-05-146-19/+111
|
* [Feature] Implement symbols augmentationsVsevolod Stakhov2022-05-144-13/+87
|
* [Minor] Composites companionVsevolod Stakhov2022-05-141-25/+2
|
* [Minor] Move common hashing utils to a separate util headerVsevolod Stakhov2022-05-141-0/+54
|
* [Minor] Improve logging in lambdasVsevolod Stakhov2022-05-143-8/+21
|
* [Minor] Fix some misuse casesVsevolod Stakhov2022-05-132-2/+11
|
* [Rework] Simplify scores check and extend it to pre/post filtersVsevolod Stakhov2022-05-132-26/+18
|
* [Minor] Remove useless checkVsevolod Stakhov2022-05-131-48/+45
|
* [Fix] Distinguish dynamic and static itemsVsevolod Stakhov2022-05-115-5/+46
|
* [Rework] Use dynamic items in the callbacksVsevolod Stakhov2022-05-093-62/+17
|
* [Rework] Use dynamic items for calling callbacksVsevolod Stakhov2022-05-0919-66/+89
| | | | | It is trivial to get a static item by dynamic item by just subtracting pointers. So there is no need in other complications.
* [Fix] Zstd: Fix compression with the new Zstd APIVsevolod Stakhov2022-05-081-1/+1
| | | | Issue: #4140
* [Fix] Dmarc report: Use local timezone instead of GMTVsevolod Stakhov2022-05-081-2/+2
|
* [Minor] Some optimizationVsevolod Stakhov2022-05-081-1/+5
|
* [Minor] Sigh: add more tolerance to shit that can be passed to symcache APIVsevolod Stakhov2022-05-072-3/+42
|
* [Minor] Replace some of macro usesVsevolod Stakhov2022-05-0720-71/+67
|
* [Minor] Add hack to allow empty cache runtime for learningVsevolod Stakhov2022-05-073-4/+15
|