aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] API docs: lua_ip: fix function nameAndrew Lewis2023-09-121-10/+10
| | | | | - Also clarify description - Make sure example is appropriate
* [Minor] Misplaced brace...Vsevolod Stakhov2023-09-111-1/+1
|
* [Fix] Fix grammar definition for content-disposition attributesVsevolod Stakhov2023-09-111-2/+2
|
* Merge pull request #4594 from fatalbanana/symbols_prefixesVsevolod Stakhov2023-09-101-1/+1
|\ | | | | [Fix] rbl: really fix dependency registration when symbols_prefixes i…
| * [Fix] rbl: really fix dependency registration when symbols_prefixes is usedAndrew Lewis2023-09-091-1/+1
| |
* | Merge pull request #4592 from ln5/formatstringVsevolod Stakhov2023-09-101-3/+3
|\ \ | |/ |/| [Fix] Correct format string for unw_word_t
| * Update src/libserver/worker_util.cLinus Nordberg2023-09-091-1/+1
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * Update src/libserver/worker_util.cLinus Nordberg2023-09-091-2/+2
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * [Fix] Correct format string for unw_word_tLinus Nordberg2023-09-081-2/+2
| | | | | | | | | | | | On x86_64 unw_word_t is uint64_t. NOTE: Possibly incorrect for !x86_64.
* | [Minor] Slightly improve loggingVsevolod Stakhov2023-09-091-4/+12
| |
* | [Fix] Try to fix unzip functionVsevolod Stakhov2023-09-091-7/+6
| |
* | [Minor] Fix some warningsVsevolod Stakhov2023-09-084-19/+29
| |
* | Merge pull request #4591 from ln5/unused-variableVsevolod Stakhov2023-09-082-4/+2
|\ \ | | | | | | [Minor] Remove unused variables
| * | [Minor] Remove unused variablesLinus Nordberg2023-09-082-4/+2
| |/
* / [Fix] Correct format pattern for RE tree tempfile nameLinus Nordberg2023-09-081-1/+1
|/ | | | Triggered by -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DENABLE_CLANG_PLUGIN=ON -DENABLE_HYPERSCAN=ON.
* [Fix] Fix various issues in the `url_redirector` pluginVsevolod Stakhov2023-09-071-4/+6
|
* [Minor] Sort lua modules and use GPtrArray instead of GListVsevolod Stakhov2023-09-074-26/+18
|
* [Minor] Avoid 0 size mallocsVsevolod Stakhov2023-09-071-3/+6
|
* [Minor] Minor reorg of the async sessionVsevolod Stakhov2023-09-071-43/+27
|
* [Minor] Remove unwanted debug loggingAndrew Lewis2023-09-061-1/+0
|
* [Minor] Learn to cycle back on unsignedVsevolod Stakhov2023-09-055-13/+13
|
* [Minor] Support `backtrace` where libunwind is not supportedVsevolod Stakhov2023-09-051-4/+17
|
* [Feature] Add `logging`->`task_max_elts` optionVsevolod Stakhov2023-09-054-32/+30
| | | | Issue: #4583
* [Fix] Fix lua stack corruption when logging large tablesVsevolod Stakhov2023-09-041-9/+9
|
* [Minor] Make table and positional arguments equal in get_from/rcptVsevolod Stakhov2023-09-041-52/+54
|
* [Minor] Limit sse/avx implementations to x86_64 onlyVsevolod Stakhov2023-08-292-35/+37
|
* [Minor] Increase log level as this is essentialVsevolod Stakhov2023-08-272-9/+6
|
* [Minor] Make old logger API equal to new oneVsevolod Stakhov2023-08-251-33/+10
| | | | I really don't know why the old API ever exists
* [Minor] Fix `www.` prefix matcherVsevolod Stakhov2023-08-243-16/+33
|
* [Minor] Fix misprintVsevolod Stakhov2023-08-231-1/+17
|
* [Minor] Do not use crypto PRG for mempool uidsVsevolod Stakhov2023-08-232-9/+6
|
* Merge pull request #4575 from dragoangel/feat/add-phishing-feed-exclusionsVsevolod Stakhov2023-08-221-14/+102
|\ | | | | [Feature] Support feed exclusions in phishing module
| * Update phishing.luaDmitriy Alekseev2023-08-211-23/+43
| |
| * Update phishing.luaDmitriy Alekseev2023-08-161-5/+73
| |
* | changed errors to warnings.laodc2023-08-214-11/+4
| | | | | | | | nullptr on contructor was never meant to be there
* | Added support for Redis 6 ACL (username/password)laodc2023-08-219-29/+138
| |
* | [Minor] Another leakVsevolod Stakhov2023-08-201-3/+5
| |
* | [Minor] Fix leakVsevolod Stakhov2023-08-201-0/+7
| |
* | [Minor] SimplifyVsevolod Stakhov2023-08-201-4/+1
| |
* | [Minor] Simplify transformVsevolod Stakhov2023-08-181-21/+6
| |
* | [Minor] Allow rspamd_lua_require_function to work without functionVsevolod Stakhov2023-08-182-22/+35
| |
* | Merge pull request #4573 from rspamd/cfg_utils_reworkVsevolod Stakhov2023-08-1739-2046/+1856
|\ \ | |/ |/| [Project] Rewrite configuration utils in C++
| * [Minor] Fix some docsVsevolod Stakhov2023-08-171-8/+29
| |
| * [Minor] Fix some more issuesVsevolod Stakhov2023-08-171-20/+20
| |
| * [Minor] Set top section explicitlyVsevolod Stakhov2023-08-171-0/+2
| |
| * [Minor] Allow workers to have any attributes (needed by fuzzy)Vsevolod Stakhov2023-08-173-5/+7
| |
| * [Minor] Restore mempool_strdup bahaviour when arg is NULLVsevolod Stakhov2023-08-171-0/+3
| |
| * [Minor] Do not treat hyperscan load failure as a fatal errorVsevolod Stakhov2023-08-171-4/+0
| |
| * [Minor] Add missing includeVsevolod Stakhov2023-08-171-0/+1
| |
| * [Rewor] Refactor some legacy stuffVsevolod Stakhov2023-08-172-53/+36
| |