Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #4602 from fatalbanana/rbl_numeric_urls_again | Vsevolod Stakhov | 2023-09-20 | 1 | -4/+25 | |
|\ | | | | | [Minor] Revisit numeric_urls | |||||
| * | [Minor] Revisit numeric_urls | Andrew Lewis | 2023-09-19 | 1 | -4/+25 | |
| | | ||||||
* | | [Minor] Modernize lua_util_encode_base64 | Vsevolod Stakhov | 2023-09-20 | 1 | -27/+10 | |
|/ | ||||||
* | [Minor] Imply LEFTMOST flag on regexps with conditions | Vsevolod Stakhov | 2023-09-18 | 1 | -0/+3 | |
| | ||||||
* | [Minor] Refactor logging function to join console and file | Vsevolod Stakhov | 2023-09-16 | 4 | -240/+243 | |
| | ||||||
* | [Minor] Replace place | Vsevolod Stakhov | 2023-09-13 | 1 | -3/+5 | |
| | ||||||
* | [Minor] Another stuff missing | Vsevolod Stakhov | 2023-09-13 | 2 | -0/+2 | |
| | ||||||
* | [Minor] Forgotten dep | Vsevolod Stakhov | 2023-09-13 | 1 | -0/+1 | |
| | ||||||
* | [Fix] Do not pollute public headers with libev internals | Vsevolod Stakhov | 2023-09-13 | 6 | -8/+46 | |
| | ||||||
* | [Feature] Use backward-cpp instead of manual libunwind stuff | Vsevolod Stakhov | 2023-09-13 | 4 | -74/+70 | |
| | ||||||
* | [Minor] Use a more standard way to initialize libunwind | Vsevolod Stakhov | 2023-09-13 | 1 | -5/+7 | |
| | ||||||
* | [Minor] Improve error message | Vsevolod Stakhov | 2023-09-13 | 1 | -18/+23 | |
| | ||||||
* | [Rework] Breaking: return back to semver | Vsevolod Stakhov | 2023-09-13 | 1 | -3/+11 | |
| | ||||||
* | Merge branch 'rspamd:master' into master | LBahtarliev | 2023-09-12 | 3 | -13/+16 | |
|\ | ||||||
| * | Merge pull request #4596 from fatalbanana/rbl_numeric_urls | Vsevolod Stakhov | 2023-09-12 | 1 | -1/+4 | |
| |\ | | | | | | | [Feature] rbl: support checking numeric URLs in isolation | |||||
| | * | [Feature] rbl: support checking numeric URLs in isolation | Andrew Lewis | 2023-09-11 | 1 | -1/+4 | |
| | | | ||||||
| * | | [Minor] API docs: lua_ip: fix function name | Andrew Lewis | 2023-09-12 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | - Also clarify description - Make sure example is appropriate | |||||
| * | | [Minor] Misplaced brace... | Vsevolod Stakhov | 2023-09-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | [Fix] Fix grammar definition for content-disposition attributes | Vsevolod Stakhov | 2023-09-11 | 1 | -2/+2 | |
| |/ | ||||||
* | | [Feature] Add ICAP Content-Type and Filename from TODO List. Simplify ↵ | Lyuben Bahtarliev | 2023-09-12 | 1 | -9/+2 | |
| | | | | | | | | changes. Remove unnecessary debug message. | |||||
* | | [Feature] Add ICAP Content-Type and Filename from TODO List | Lyuben Bahtarliev | 2023-09-11 | 1 | -2/+9 | |
|/ | ||||||
* | Merge pull request #4594 from fatalbanana/symbols_prefixes | Vsevolod Stakhov | 2023-09-10 | 1 | -1/+1 | |
|\ | | | | | [Fix] rbl: really fix dependency registration when symbols_prefixes i… | |||||
| * | [Fix] rbl: really fix dependency registration when symbols_prefixes is used | Andrew Lewis | 2023-09-09 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #4592 from ln5/formatstring | Vsevolod Stakhov | 2023-09-10 | 1 | -3/+3 | |
|\ \ | |/ |/| | [Fix] Correct format string for unw_word_t | |||||
| * | Update src/libserver/worker_util.c | Linus Nordberg | 2023-09-09 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | |||||
| * | Update src/libserver/worker_util.c | Linus Nordberg | 2023-09-09 | 1 | -2/+2 | |
| | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | |||||
| * | [Fix] Correct format string for unw_word_t | Linus Nordberg | 2023-09-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | On x86_64 unw_word_t is uint64_t. NOTE: Possibly incorrect for !x86_64. | |||||
* | | [Minor] Slightly improve logging | Vsevolod Stakhov | 2023-09-09 | 1 | -4/+12 | |
| | | ||||||
* | | [Fix] Try to fix unzip function | Vsevolod Stakhov | 2023-09-09 | 1 | -7/+6 | |
| | | ||||||
* | | [Minor] Fix some warnings | Vsevolod Stakhov | 2023-09-08 | 4 | -19/+29 | |
| | | ||||||
* | | Merge pull request #4591 from ln5/unused-variable | Vsevolod Stakhov | 2023-09-08 | 2 | -4/+2 | |
|\ \ | | | | | | | [Minor] Remove unused variables | |||||
| * | | [Minor] Remove unused variables | Linus Nordberg | 2023-09-08 | 2 | -4/+2 | |
| |/ | ||||||
* / | [Fix] Correct format pattern for RE tree tempfile name | Linus Nordberg | 2023-09-08 | 1 | -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` plugin | Vsevolod Stakhov | 2023-09-07 | 1 | -4/+6 | |
| | ||||||
* | [Minor] Sort lua modules and use GPtrArray instead of GList | Vsevolod Stakhov | 2023-09-07 | 4 | -26/+18 | |
| | ||||||
* | [Minor] Avoid 0 size mallocs | Vsevolod Stakhov | 2023-09-07 | 1 | -3/+6 | |
| | ||||||
* | [Minor] Minor reorg of the async session | Vsevolod Stakhov | 2023-09-07 | 1 | -43/+27 | |
| | ||||||
* | [Minor] Remove unwanted debug logging | Andrew Lewis | 2023-09-06 | 1 | -1/+0 | |
| | ||||||
* | [Minor] Learn to cycle back on unsigned | Vsevolod Stakhov | 2023-09-05 | 5 | -13/+13 | |
| | ||||||
* | [Minor] Support `backtrace` where libunwind is not supported | Vsevolod Stakhov | 2023-09-05 | 1 | -4/+17 | |
| | ||||||
* | [Feature] Add `logging`->`task_max_elts` option | Vsevolod Stakhov | 2023-09-05 | 4 | -32/+30 | |
| | | | | Issue: #4583 | |||||
* | [Fix] Fix lua stack corruption when logging large tables | Vsevolod Stakhov | 2023-09-04 | 1 | -9/+9 | |
| | ||||||
* | [Minor] Make table and positional arguments equal in get_from/rcpt | Vsevolod Stakhov | 2023-09-04 | 1 | -52/+54 | |
| | ||||||
* | [Minor] Limit sse/avx implementations to x86_64 only | Vsevolod Stakhov | 2023-08-29 | 2 | -35/+37 | |
| | ||||||
* | [Minor] Increase log level as this is essential | Vsevolod Stakhov | 2023-08-27 | 2 | -9/+6 | |
| | ||||||
* | [Minor] Make old logger API equal to new one | Vsevolod Stakhov | 2023-08-25 | 1 | -33/+10 | |
| | | | | I really don't know why the old API ever exists | |||||
* | [Minor] Fix `www.` prefix matcher | Vsevolod Stakhov | 2023-08-24 | 3 | -16/+33 | |
| | ||||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2023-08-23 | 1 | -1/+17 | |
| | ||||||
* | [Minor] Do not use crypto PRG for mempool uids | Vsevolod Stakhov | 2023-08-23 | 2 | -9/+6 | |
| | ||||||
* | Merge pull request #4575 from dragoangel/feat/add-phishing-feed-exclusions | Vsevolod Stakhov | 2023-08-22 | 1 | -14/+102 | |
|\ | | | | | [Feature] Support feed exclusions in phishing module |