aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Set current item when processing compositesVsevolod Stakhov2022-08-071-0/+4
|
* [Minor] Try to fix stats for the virtual symbolsVsevolod Stakhov2022-08-064-6/+19
|
* [Minor] Do not increase frequency in symcache for duplicate resultsVsevolod Stakhov2022-08-051-32/+32
|
* [Minor] Asn: Improve log messageVsevolod Stakhov2022-08-041-1/+1
| | | | Issue: #4235
* [Fix] Try to avoid a corner case for `@` patternVsevolod Stakhov2022-08-041-15/+24
| | | | Issue: #4217
* [Minor] Use integer instead of numberVsevolod Stakhov2022-08-031-1/+5
|
* [Minor] Consider subject when checking hash function input lengthVsevolod Stakhov2022-08-021-0/+7
|
* [Fix] Adjust length of the fuzzy checks for short text partsVsevolod Stakhov2022-08-022-6/+6
| | | | Reported by: @citrin
* Merge pull request #4233 from fatalbanana/turkishVsevolod Stakhov2022-08-022-2/+2
|\ | | | | [Minor] Set `diacritics` flag for more languages
| * [Minor] Set `diacritics` flag for Turkish & Italian languagesAndrew Lewis2022-08-022-2/+2
|/ | | | - Reported by: @citrin
* [Minor] Bail on unknown augmentationsVsevolod Stakhov2022-07-311-4/+17
|
* [Minor] Restrict `m` patterns in regexpsVsevolod Stakhov2022-07-301-1/+1
| | | | Issue: #4221
* [Minor] Glob patterns actually allow rangesVsevolod Stakhov2022-07-301-5/+32
|
* [Minor] Another try to fix build on old systemsVsevolod Stakhov2022-07-281-1/+1
|
* [Minor] Build hack for old ubuntu/debianVsevolod Stakhov2022-07-281-1/+1
|
* [Minor] Reduce log levelVsevolod Stakhov2022-07-271-1/+1
|
* [Minor] Explicitly resolve parent as it could not be resolved initiallyVsevolod Stakhov2022-07-271-0/+1
|
* [Fix] Try to fix passthrough results processing logicVsevolod Stakhov2022-07-261-11/+13
|
* [Fix] Try to fix the mess with read only flagVsevolod Stakhov2022-07-252-10/+25
| | | | Issue: #4219
* Merge pull request #4222 from JasonStephenson/mimedump_improvementsVsevolod Stakhov2022-07-251-7/+79
|\ | | | | [Minor] Mimedump improvements
| * whitespace..Jason Stephenson2022-07-251-1/+0
| |
| * get_dump_content to return content directly without converting userdata to ↵Jason Stephenson2022-07-251-21/+15
| | | | | | | | string. write_dump_content to convert string to userdata (rspamd_text) and use save_in_file.
| * fix whitespaceJason Stephenson2022-07-241-2/+0
| |
| * Change comment to asserts. String type check before tostring callJason Stephenson2022-07-241-11/+24
| |
| * Fix silly mistakeJason Stephenson2022-07-221-1/+0
| |
| * luacheck fixesJason Stephenson2022-07-221-7/+4
| |
| * Add support for --splitJason Stephenson2022-07-221-19/+50
| |
| * Refactor before adding support to extract optionJason Stephenson2022-07-211-36/+39
| |
| * Implement writing to directoryJason Stephenson2022-07-211-3/+41
| |
* | [Minor] Restore Lua APIVsevolod Stakhov2022-07-241-2/+20
| |
* | [Minor] Add static C APIVsevolod Stakhov2022-07-242-0/+35
| |
* | [Fix] Fix stack smashingVsevolod Stakhov2022-07-231-1/+1
| |
* | [Minor] Update svector to 1.0.2Vsevolod Stakhov2022-07-212-7/+8
| |
* | [Minor] Some more missing flagsVsevolod Stakhov2022-07-215-3/+7
| |
* | [Fix] Add missing flagsVsevolod Stakhov2022-07-211-1/+1
|/
* [Minor] Return 401 error code on `Unauthorized` errorVsevolod Stakhov2022-07-201-1/+1
| | | | Issue: #4218
* [Minor] Address svector destructor issueVsevolod Stakhov2022-07-192-7/+12
|
* [Minor] Check version header that is absent sometimesVsevolod Stakhov2022-07-181-1/+5
|
* [Minor] Add is_avalanching type hintVsevolod Stakhov2022-07-184-0/+4
|
* [Minor] Add a workaround for old clangVsevolod Stakhov2022-07-181-0/+9
|
* [Minor] Remove noexcept qualifier as it interferes with ankerl::unordered_denseVsevolod Stakhov2022-07-181-1/+1
|
* [Minor] Fix hash usage after rework to address pointer stability issueVsevolod Stakhov2022-07-181-4/+9
|
* [Rework] Use hash map for id->symbol mappingsVsevolod Stakhov2022-07-172-25/+21
|
* [Minor] Simplify id_list by using of the small vectorVsevolod Stakhov2022-07-175-120/+37
|
* [Minor] Follow-up for static disabling of the symbolsVsevolod Stakhov2022-07-172-6/+117
|
* [Feature] Add ability to statically maintain disabled/enabled patternsVsevolod Stakhov2022-07-171-0/+134
|
* [Rework] Use another version of hash table from the same authorVsevolod Stakhov2022-07-1724-2513/+2281
|
* [Test] Check the decoded length when doing base32 fuzz testVsevolod Stakhov2022-07-161-1/+3
|
* Merge pull request #4216 from JasonStephenson/fix_empty_objects_are_arraysVsevolod Stakhov2022-07-151-1/+6
|\ | | | | [Fix] Empty envelopes should not be emitted as arrays, drop from schema instead
| * Fix missing require statement for ucl.nullJason Stephenson2022-07-151-0/+1
| |