Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Replace fastutf with simdutf | Vsevolod Stakhov | 2024-11-29 | 1 | -1/+1 |
| | | | | | | Simdutf is faster and has way better support of the architectures (especially when it comes to non-x86 stuff). Hence, it is a good idea to use it instead of the non-supported fastutf8 stuff. | ||||
* | [Fix] More fixes to rfc2047 encoding | Vsevolod Stakhov | 2024-11-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5192 from henry-spanka/add-eof-to-openmetrics | Vsevolod Stakhov | 2024-10-20 | 1 | -0/+1 |
|\ | | | | | add EOF to openmetrics response in proxy and server | ||||
| * | add EOF to openmetrics response in proxy and server | Henry Spanka | 2024-10-18 | 1 | -0/+1 |
| | | |||||
* | | [Rework] Allow `Content-Encoding` standard header for zstd compressionvstakhov-zstd-headers | Vsevolod Stakhov | 2024-10-17 | 1 | -240/+241 |
|/ | |||||
* | [Rework] Remove control block supportvstakhov-remove-control-block | Vsevolod Stakhov | 2024-09-26 | 1 | -120/+0 |
| | | | | It has been buggy and never really used by anyone I suppose. | ||||
* | [Project] Allow to change log tag from HTTP request | Vsevolod Stakhov | 2024-08-03 | 1 | -5/+14 |
| | |||||
* | [Feature] Support metrics command in normal/proxy workers | Vsevolod Stakhov | 2024-06-24 | 1 | -2/+28 |
| | |||||
* | [Fix] Allow to set 0 as number of rows to disable roll history | Vsevolod Stakhov | 2024-04-29 | 1 | -1/+3 |
| | | | | | Issue: #4947 Closes: #4947 | ||||
* | [Project] Rework grow factor as it is currently broken | Vsevolod Stakhov | 2024-04-08 | 1 | -5/+3 |
| | |||||
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -34/+34 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 1 | -2/+2 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Minor] Fix invocation | Vsevolod Stakhov | 2024-03-11 | 1 | -1/+1 |
| | |||||
* | [Feature] Support reply in message pack format | Vsevolod Stakhov | 2024-03-11 | 1 | -6/+16 |
| | | | | | | Rspamd currently sends reply in JSON format. However, message pack seems to be a better choice for a compatible client. It is faster and does not need escaping or even UTF8 validation. This is a surface for further updates. | ||||
* | [Project] Start optimization of userdata hashing | Vsevolod Stakhov | 2024-03-05 | 1 | -2/+3 |
| | |||||
* | [Rework] Final efforts to make it compileable | Vsevolod Stakhov | 2023-08-16 | 1 | -62/+61 |
| | |||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -900/+928 |
| | | | | No meaningful changes. | ||||
* | [Feature] Reorganise struct rspamd_url to be 64 bytes size | Vsevolod Stakhov | 2023-07-23 | 1 | -3/+3 |
| | |||||
* | [Feature] Add `thresholds` field to the scan result | Vsevolod Stakhov | 2023-01-23 | 1 | -1/+16 |
| | |||||
* | [Minor] Store module that has set the pre-result | Vsevolod Stakhov | 2023-01-02 | 1 | -5/+11 |
| | |||||
* | [Feature] Output average scan time in /stat endpoint | Vsevolod Stakhov | 2022-02-26 | 1 | -1/+1 |
| | |||||
* | [Minor] Add average time processing slots | Vsevolod Stakhov | 2022-02-26 | 1 | -0/+15 |
| | |||||
* | [Minor] Oops, fix refactoring aftermath | Vsevolod Stakhov | 2022-01-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix a name and the description of bogus `user` field in the task | Vsevolod Stakhov | 2022-01-24 | 1 | -4/+4 |
| | |||||
* | [Minor] Update invocation | Vsevolod Stakhov | 2021-12-14 | 1 | -8/+16 |
| | |||||
* | [Minor] Treat empty `from` protocol header as canonical `<>` | Vsevolod Stakhov | 2021-11-19 | 1 | -0/+4 |
| | | | | Issue: #3983 | ||||
* | [Minor] Fix some dead ends | Vsevolod Stakhov | 2021-09-17 | 1 | -0/+1 |
| | | | | Found by: coverity scan | ||||
* | [Minor] change headers for zstd depending on bundled or system used | Duncan Bellamy | 2021-05-29 | 1 | -1/+6 |
| | | | | follow on patch from #3764 | ||||
* | [Rework] Rework extended urls output | Vsevolod Stakhov | 2021-04-19 | 1 | -4/+9 |
| | |||||
* | [Rework] Rename phished url to a linked url | Vsevolod Stakhov | 2021-04-19 | 1 | -4/+4 |
| | |||||
* | [Fix] Avoid curse of dynamic array referencing | Vsevolod Stakhov | 2021-02-01 | 1 | -2/+2 |
| | |||||
* | [Fix] Fix handling of skip/skip_process http flags | Vsevolod Stakhov | 2020-10-02 | 1 | -1/+2 |
| | |||||
* | [Minor] Add `max_recipients` config knob | Vsevolod Stakhov | 2020-05-19 | 1 | -3/+3 |
| | |||||
* | [Minor] Add a simple way to limit number of email addresses | Vsevolod Stakhov | 2020-05-19 | 1 | -3/+3 |
| | |||||
* | [Project] Rework some more functions to work with shadow results | Vsevolod Stakhov | 2020-04-14 | 1 | -2/+2 |
| | |||||
* | [Rework] Urls: more rework of the urls sets | Vsevolod Stakhov | 2020-03-09 | 1 | -20/+26 |
| | |||||
* | [Rework] Rework URL structure: adjust tld part | Vsevolod Stakhov | 2020-03-09 | 1 | -2/+4 |
| | |||||
* | [Rework] Rework URL structure: host field | Vsevolod Stakhov | 2020-03-09 | 1 | -4/+7 |
| | |||||
* | [Rework] Rework URL structure: user field | Vsevolod Stakhov | 2020-03-09 | 1 | -3/+2 |
| | |||||
* | [Fix] Fix smtp message on passthrough result | Vsevolod Stakhov | 2020-02-20 | 1 | -3/+14 |
| | | | | Issue: #3269 | ||||
* | [Rework] Further project structure reorganisation | Vsevolod Stakhov | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | [Rework] Stop using of uthash for http headers | Vsevolod Stakhov | 2020-02-03 | 1 | -3/+3 |
| | |||||
* | [Rework] Allow to add userdata as symbols options | Vsevolod Stakhov | 2020-01-29 | 1 | -1/+2 |
| | |||||
* | [Minor] Do not write truncated hyperscan files | Vsevolod Stakhov | 2020-01-27 | 1 | -1/+0 |
| | |||||
* | [Fix] Avoid double escaping | Vsevolod Stakhov | 2020-01-13 | 1 | -5/+5 |
| | |||||
* | [Feature] Always validate Rspamd protocol output | Vsevolod Stakhov | 2019-11-15 | 1 | -1/+15 |
| | |||||
* | [Fix] Fix issues found | Vsevolod Stakhov | 2019-11-15 | 1 | -2/+2 |
| | |||||
* | [Project] Use own utf8 validation instead of glib | Vsevolod Stakhov | 2019-11-15 | 1 | -6/+4 |
| | |||||
* | [Minor] Update ev_now after logging is done | Vsevolod Stakhov | 2019-10-11 | 1 | -3/+3 |
| | |||||
* | [Fix] Distinguish remote and local addrs parsing | Vsevolod Stakhov | 2019-09-28 | 1 | -1/+2 |
| |