Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Add a helper method to get the current DNS timeout | Vsevolod Stakhov | 2022-08-20 | 1 | -0/+24 | |
| | ||||||
* | [Project] Allow `=` separated augmentations to be treated as kv pairs | Vsevolod Stakhov | 2022-08-14 | 1 | -6/+37 | |
| | ||||||
* | [Project] Support augmentations with values | Vsevolod Stakhov | 2022-08-12 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Add support of CNAME requests to the lua resolver | Vsevolod Stakhov | 2022-08-11 | 1 | -0/+5 | |
| | ||||||
* | [Minor] Remove duplicated code | Vsevolod Stakhov | 2022-08-11 | 1 | -22/+1 | |
| | ||||||
* | [Minor] Ignore irrelevant DNS replies | Vsevolod Stakhov | 2022-08-11 | 1 | -0/+5 | |
| | ||||||
* | [Minor] Use integer instead of number | Vsevolod Stakhov | 2022-08-03 | 1 | -1/+5 | |
| | ||||||
* | [Fix] Adjust length of the fuzzy checks for short text parts | Vsevolod Stakhov | 2022-08-02 | 1 | -5/+1 | |
| | | | | Reported by: @citrin | |||||
* | [Minor] Bail on unknown augmentations | Vsevolod Stakhov | 2022-07-31 | 1 | -4/+17 | |
| | ||||||
* | [Minor] Restore Lua API | Vsevolod Stakhov | 2022-07-24 | 1 | -2/+20 | |
| | ||||||
* | [Rework] Use another version of hash table from the same author | Vsevolod Stakhov | 2022-07-17 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Initialise variable | Vsevolod Stakhov | 2022-07-02 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Accept upstream in lua_tcp | Vsevolod Stakhov | 2022-07-02 | 1 | -1/+53 | |
| | ||||||
* | [Minor] Set ok flag on success | Vsevolod Stakhov | 2022-07-02 | 1 | -0/+4 | |
| | ||||||
* | [Minor] Check for NULL first for sanity | Vsevolod Stakhov | 2022-07-02 | 1 | -1/+4 | |
| | ||||||
* | [Minor] Use upstreams refcounts | Vsevolod Stakhov | 2022-07-02 | 1 | -1/+5 | |
| | ||||||
* | [Feature] Allow lua_http module to accept upstreams | Vsevolod Stakhov | 2022-07-02 | 3 | -19/+63 | |
| | ||||||
* | [Feature] Check content for binary stuff before dumping it to Lua | Vsevolod Stakhov | 2022-07-01 | 2 | -0/+8 | |
| | | | | Issue: #4204 | |||||
* | [Minor] Inverse logic | Vsevolod Stakhov | 2022-07-01 | 1 | -3/+3 | |
| | ||||||
* | [Minor] Implement binary string checks | Vsevolod Stakhov | 2022-07-01 | 2 | -0/+24 | |
| | | | | Issue: #4204 | |||||
* | [Minor] Try to add workaround for replxx usage with no history | Vsevolod Stakhov | 2022-06-13 | 1 | -0/+2 | |
| | | | | Issue: #4133 | |||||
* | [Fix] Properly check the original email flag | Vsevolod Stakhov | 2022-06-04 | 1 | -1/+1 | |
| | | | | Issue: #4167, #4104, #4187 | |||||
* | [Minor] Refactor bogus enum | Vsevolod Stakhov | 2022-06-04 | 1 | -48/+48 | |
| | ||||||
* | [Fix] Properly deal with `get_symbol/get_metric_symbol` ambiguity | Vsevolod Stakhov | 2022-05-29 | 1 | -73/+10 | |
| | ||||||
* | [Minor] Lua_config: Add routine to extract the specific symbol's configuration | Vsevolod Stakhov | 2022-05-18 | 1 | -0/+42 | |
| | ||||||
* | [Minor] Fix build with LibreSSL 3.5+ | Vsevolod Stakhov | 2022-05-16 | 1 | -3/+6 | |
| | | | | Submitted by: Bernard Spil | |||||
* | [Minor] Oops, fix table iteration | Vsevolod Stakhov | 2022-05-14 | 1 | -3/+4 | |
| | ||||||
* | [Minor] Fix types | Vsevolod Stakhov | 2022-05-14 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow augmentations set in Lua API | Vsevolod Stakhov | 2022-05-14 | 1 | -18/+48 | |
| | ||||||
* | [Fix] Distinguish dynamic and static items | Vsevolod Stakhov | 2022-05-11 | 3 | -3/+5 | |
| | ||||||
* | [Rework] Use dynamic items for calling callbacks | Vsevolod Stakhov | 2022-05-09 | 9 | -14/+14 | |
| | | | | | It is trivial to get a static item by dynamic item by just subtracting pointers. So there is no need in other complications. | |||||
* | [Minor] Replace some of macro uses | Vsevolod Stakhov | 2022-05-07 | 2 | -2/+2 | |
| | ||||||
* | [Minor] Idempotent != postfilter, wtf | Vsevolod Stakhov | 2022-05-01 | 1 | -1/+2 | |
| | ||||||
* | [Rework] Further steps | Vsevolod Stakhov | 2022-04-23 | 1 | -33/+0 | |
| | ||||||
* | [Minor] Implement adding deps and remove an old deprecated method | Vsevolod Stakhov | 2022-04-20 | 1 | -7/+1 | |
| | ||||||
* | [Project] Remove obsoleted methods | Vsevolod Stakhov | 2022-04-19 | 1 | -29/+2 | |
| | ||||||
* | [Minor] Allow to specify mempool when copying an IP address structure | Vsevolod Stakhov | 2022-03-20 | 4 | -5/+5 | |
| | ||||||
* | [Minor] Adopt lua_url stuff for the new PRG | Vsevolod Stakhov | 2022-03-18 | 2 | -8/+8 | |
| | ||||||
* | [Fix] Return a real number of recipients when dealing with aliases | Vsevolod Stakhov | 2022-03-14 | 1 | -12/+26 | |
| | | | | Issue: #4104 | |||||
* | [Minor] Deduplicate sum function | Vsevolod Stakhov | 2022-03-05 | 1 | -14/+3 | |
| | ||||||
* | [Minor] Mark `c` in Kahan sum volatile | Vsevolod Stakhov | 2022-02-26 | 1 | -1/+1 | |
| | ||||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 12 | -44/+44 | |
| | | | [Rework] Massive spelling fix from @jsoref | |||||
* | [Minor] Add an example for the lua_maps usage | Vsevolod Stakhov | 2022-02-14 | 1 | -0/+29 | |
| | ||||||
* | [Minor] malloc -> g_malloc | Vsevolod Stakhov | 2022-01-29 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Fix host header usage in lua_http | Vsevolod Stakhov | 2022-01-29 | 1 | -5/+17 | |
| | | | | | | | | | | | | | | | The issue is that `rspamd_http_message_get_http_host` actually returns non zero-terminated string in the case where `Host` header is found in a message. Hence, we *cannot* treat it as a zero terminated string. The proper approach is to use `rspamd_ftok_t` everywhere for strings but the change will be too intrusive, since it also involves many libraries, e.g. `rdns` and others. The current approach is much simplier: just copy a string into a temporary buffer ensuring that it is zero terminated in all the cases. Issue: #4051 | |||||
* | [Rework] Allow to set a different behaviour for actions from settings | Vsevolod Stakhov | 2022-01-29 | 1 | -31/+39 | |
| | | | | Issue: #4025 | |||||
* | Merge pull request #4049 from StSturge/feature/configdump_symbol_detail | Vsevolod Stakhov | 2022-01-28 | 1 | -0/+35 | |
|\ | | | | | [Minor] rspamadm configdump: parsing fixes and output enhancements | |||||
| * | Address PR review comments | ssturges | 2022-01-27 | 1 | -3/+3 | |
| | | ||||||
| * | [Fix] Support definition of ungrouped symbol in conf file, use group info ↵ | ssturges | 2022-01-25 | 1 | -0/+35 | |
| | | | | | | | | from lua or other conf file | |||||
* | | [Minor] Improve documentation | Vsevolod Stakhov | 2022-01-26 | 1 | -1/+11 | |
|/ |