Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 37 | -217/+217 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Fix] Do not save multipatterns to FS in certain cases | Vsevolod Stakhov | 2024-03-15 | 1 | -3/+5 |
| | |||||
* | [Minor] Fix invocation | Vsevolod Stakhov | 2024-03-11 | 1 | -1/+1 |
| | |||||
* | [Feature] Support reply in message pack format | Vsevolod Stakhov | 2024-03-11 | 2 | -7/+34 |
| | | | | | | 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. | ||||
* | [Minor] Add HTTP_MAGIC_SVG key | moisseev | 2024-03-07 | 1 | -2/+3 |
| | |||||
* | [Minor] Serve SVG with the correct CT | moisseev | 2024-03-07 | 1 | -0/+1 |
| | |||||
* | [Project] Convert the remaining | Vsevolod Stakhov | 2024-03-05 | 3 | -4/+4 |
| | |||||
* | [Project] Start optimization of userdata hashing | Vsevolod Stakhov | 2024-03-05 | 3 | -6/+9 |
| | |||||
* | [Fix] Fix initial maps load | Vsevolod Stakhov | 2024-02-17 | 2 | -7/+12 |
| | |||||
* | [Test] Add unit tests | Vsevolod Stakhov | 2024-02-12 | 2 | -3/+15 |
| | |||||
* | [Fix] Try to fix url path issue | Vsevolod Stakhov | 2024-02-12 | 1 | -4/+18 |
| | |||||
* | [Minor] Add LOG_CONS flag to `openlog` | Vsevolod Stakhov | 2024-02-10 | 1 | -1/+1 |
| | |||||
* | [Feature] Support JSON logging when in syslog mode | Vsevolod Stakhov | 2024-02-09 | 1 | -8/+145 |
| | |||||
* | [Fix] Fix potential double free by expclicitly zeroing pointers | Vsevolod Stakhov | 2024-01-25 | 1 | -4/+4 |
| | |||||
* | Update cfg_utils.cxx | Julien Voisin | 2023-12-29 | 1 | -1/+1 |
| | | | Fix another dumb s/NULL/nullptr/g | ||||
* | Update cfg_rcl.cxx | Julien Voisin | 2023-12-29 | 1 | -1/+1 |
| | | | Fixed an overzealous s/NULL/nullptr/g | ||||
* | Merge pull request #4718 from rspamd/vstakhov-bayes-rework | Vsevolod Stakhov | 2023-12-10 | 1 | -6/+6 |
|\ | | | | | Migrate bayes redis backend to Lua scripts | ||||
| * | [Project] Move the whole backend to C++ | Vsevolod Stakhov | 2023-12-05 | 1 | -6/+6 |
| | | | | | | | | Easier to work further. | ||||
* | | [CritFix] - Fix reported length of logging structure | Adam Majer | 2023-12-07 | 1 | -31/+11 |
|/ | | | | | | | | | | | | The logging code contains one place where the apparent size of the logging structure is defined and then it's actually utilized in another place. Re-writes and refactoring this code ended up with these values to not co-relate what was previously there resulting in a stack overwrite in last version or currently in log truncation. Move assignment of logging structure to the place where it's actually used, reducing future logic de-sync dangers. Also move the g_assert() to the end as it should be a development aid only. | ||||
* | [Rework] Use a more sane data structure and refactor | Vsevolod Stakhov | 2023-11-21 | 2 | -4/+5 |
| | |||||
* | [Fix] Fix some corner cases when parsing maps with no newlines | Vsevolod Stakhov | 2023-11-18 | 1 | -0/+3 |
| | |||||
* | [Minor] Fix build with no hyperscan | Vsevolod Stakhov | 2023-11-15 | 1 | -0/+4 |
| | | | | Issue: #4702 | ||||
* | [Fix] Another try to fix setproctitle | Vsevolod Stakhov | 2023-11-13 | 1 | -3/+3 |
| | |||||
* | [Fix] Fix various issues with canonicalisation of the paths | Vsevolod Stakhov | 2023-11-10 | 1 | -7/+16 |
| | |||||
* | [Fix] Fix bad access when printing pending events on failure path | Vsevolod Stakhov | 2023-11-10 | 1 | -5/+3 |
| | |||||
* | [Feature] Support ping command in fuzzy storage | Vsevolod Stakhov | 2023-11-09 | 1 | -1/+18 |
| | |||||
* | [Minor] Document `gtube_patterns` | Vsevolod Stakhov | 2023-11-09 | 1 | -5/+22 |
| | |||||
* | [Feature] Reiterate on gtube patterns | Vsevolod Stakhov | 2023-11-08 | 3 | -22/+52 |
| | |||||
* | [Minor] Improve diagnostic by rising log level | Vsevolod Stakhov | 2023-11-01 | 1 | -3/+3 |
| | |||||
* | Merge pull request #4674 from rspamd/log_json | Vsevolod Stakhov | 2023-10-30 | 6 | -171/+329 |
|\ | | | | | [Project] Support of JSON logging | ||||
| * | [Minor] Use floating point ts instead of microsecondslog_json | Vsevolod Stakhov | 2023-10-30 | 1 | -2/+2 |
| | | |||||
| * | [Feature] Escape JSON when needed | Vsevolod Stakhov | 2023-10-30 | 4 | -169/+286 |
| | | |||||
| * | [Minor] Fix some minor issues | Vsevolod Stakhov | 2023-10-30 | 1 | -2/+6 |
| | | |||||
| * | [Project] Preliminary support of JSON logging | Vsevolod Stakhov | 2023-10-30 | 4 | -38/+75 |
| | | |||||
* | | [Fix] Do not cleanup hyperscan files unless new ones are loaded | Vsevolod Stakhov | 2023-10-30 | 3 | -34/+58 |
|/ | |||||
* | [Minor] Really fix the issue | Vsevolod Stakhov | 2023-10-27 | 1 | -2/+2 |
| | |||||
* | [Fix] A workaround for brain-damaged std::filesystem behaviour | Vsevolod Stakhov | 2023-10-27 | 1 | -13/+2 |
| | | | | Issue: #4665 | ||||
* | [Minor] Simplify by using <filesystem> | Vsevolod Stakhov | 2023-10-21 | 1 | -64/+33 |
| | |||||
* | [Feature] Allow to set HTTP auth parameters for the maps | Vsevolod Stakhov | 2023-10-02 | 1 | -4/+58 |
| | |||||
* | [Minor] Refactor logging function to join console and file | Vsevolod Stakhov | 2023-09-16 | 4 | -240/+243 |
| | |||||
* | [Fix] Do not pollute public headers with libev internals | Vsevolod Stakhov | 2023-09-13 | 2 | -4/+6 |
| | |||||
* | [Feature] Use backward-cpp instead of manual libunwind stuff | Vsevolod Stakhov | 2023-09-13 | 3 | -73/+69 |
| | |||||
* | [Minor] Use a more standard way to initialize libunwind | Vsevolod Stakhov | 2023-09-13 | 1 | -5/+7 |
| | |||||
* | 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] Fix some warnings | Vsevolod Stakhov | 2023-09-08 | 3 | -15/+25 |
| | | |||||
* | | [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. | ||||
* | [Minor] Sort lua modules and use GPtrArray instead of GList | Vsevolod Stakhov | 2023-09-07 | 3 | -13/+15 |
| |