Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |
|/ | ||||||
* | [Minor] Fix a name and the description of bogus `user` field in the task | Vsevolod Stakhov | 2022-01-24 | 1 | -8/+8 | |
| | ||||||
* | [Minor] Add knobs to check if an archive was obfuscated | Vsevolod Stakhov | 2022-01-13 | 1 | -0/+20 | |
| | ||||||
* | [Fix] Fix exclude flags setting | Vsevolod Stakhov | 2022-01-11 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Slightly improve session events logging | Vsevolod Stakhov | 2021-12-28 | 3 | -7/+25 | |
| | ||||||
* | [Fix] Try to revert back maps content on errors properly | Vsevolod Stakhov | 2021-12-22 | 1 | -40/+56 | |
| | ||||||
* | [Minor] Allow lua_text in addition to strings | Vsevolod Stakhov | 2021-12-14 | 2 | -8/+14 | |
| | ||||||
* | [Minor] Use unified method to obtain http host | Vsevolod Stakhov | 2021-12-11 | 1 | -5/+8 | |
| | ||||||
* | [Feature] Allow to skip DNS resolution for keep-alive connections | Vsevolod Stakhov | 2021-12-09 | 1 | -16/+26 | |
| | ||||||
* | [Fix] Clear SSL errors | Vsevolod Stakhov | 2021-12-08 | 1 | -2/+3 | |
| | ||||||
* | [Rework] Rework SSL flag operations | Vsevolod Stakhov | 2021-12-08 | 1 | -2/+8 | |
| | ||||||
* | [Minor] Add xxh3 support to lua_cryptobox | Vsevolod Stakhov | 2021-12-05 | 1 | -0/+14 | |
| | ||||||
* | [Rework] Use xxh3 as a default hash and fix memory/alignment issues | Vsevolod Stakhov | 2021-12-05 | 1 | -6/+6 | |
| | ||||||
* | [Minor] Adopt Rspamd to flags in rdns reply | Vsevolod Stakhov | 2021-12-01 | 2 | -3/+6 | |
| | ||||||
* | [Fix] Fix stuctured headers pushing | Vsevolod Stakhov | 2021-11-29 | 2 | -6/+26 | |
| | ||||||
* | [Minor] Fix task:set_recipients when the original recipients are absent | Vsevolod Stakhov | 2021-11-28 | 1 | -2/+14 | |
| | ||||||
* | [Minor] Remove obsolete WITH_HIREDIS define | Vsevolod Stakhov | 2021-11-20 | 1 | -62/+0 | |
| | ||||||
* | [Minor] Fix signing with `skip_process` flag | Vsevolod Stakhov | 2021-11-11 | 1 | -5/+13 | |
| | ||||||
* | [Minor] Allow to get a port for a specific upstream | Vsevolod Stakhov | 2021-11-07 | 1 | -0/+23 | |
| | ||||||
* | [Minor] Lua_mimepart: Add `get_enclosing_boundary` method | Vsevolod Stakhov | 2021-11-05 | 1 | -0/+32 | |
| | ||||||
* | [Minor] Unify set_pre_result invocations | Vsevolod Stakhov | 2021-10-26 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Lua_cdb: Allow to use more data types as cdb keys/values | Vsevolod Stakhov | 2021-10-20 | 1 | -3/+42 | |
| | ||||||
* | [Minor] Save int64 as lua_Integer not lua_Number | Vsevolod Stakhov | 2021-10-20 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Add helpers to work with boxed int64 numbers | Vsevolod Stakhov | 2021-10-20 | 1 | -1/+73 | |
| | ||||||
* | [Minor] Add documentation for lua cdb module | Vsevolod Stakhov | 2021-10-19 | 1 | -0/+52 | |
| | ||||||
* | [Minor] Lua_cdb: Avoid extra copy on lookup | Vsevolod Stakhov | 2021-10-19 | 1 | -9/+1 | |
| | ||||||
* | [Feature] Lua_cdb: Add cdb building interface | Vsevolod Stakhov | 2021-10-19 | 1 | -16/+154 | |
| | ||||||
* | [Minor] Fix some issues | Vsevolod Stakhov | 2021-10-16 | 1 | -9/+9 | |
| | | | | Found by: coverity scan | |||||
* | [Minor] Check returned value | Vsevolod Stakhov | 2021-10-16 | 1 | -1/+7 | |
| |