summaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_utils.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Use more c++ in cfg_utilsVsevolod Stakhov2023-08-141-2981/+0
|
* [Fix] Do not accept invalid ucl object typesVsevolod Stakhov2023-08-141-14/+25
| | | | Issue: #4571
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-910/+922
| | | | No meaningful changes.
* [Feature] Add html parsing limitVsevolod Stakhov2023-04-261-0/+2
|
* [Minor] Fix some warningsVsevolod Stakhov2023-02-111-8/+4
|
* [Fix] Finally get rid of RSPAMD_USE_47BIT_LIGHTUSERDATA_HACKVsevolod Stakhov2023-02-011-1/+1
|
* [Minor] Try to deal with some deprecationsVsevolod Stakhov2022-09-151-1/+1
|
* [Fix] Zstd: Fix compression with the new Zstd APIVsevolod Stakhov2022-05-081-1/+1
| | | | Issue: #4140
* [Minor] Set default hs_cache_dirVsevolod Stakhov2022-05-021-0/+3
|
* Migrate ZSTD_reset{C,D}Stream to a new APIPetr Vaněk2022-04-081-2/+5
| | | | | ZSTD_reset{C,D}Stream functions are deprecated since 1.4.0 version. This change migrates them to a new equivalents as described in documentation.
* [Minor] Check enabled/disabled logic for the proxy upstreams/mirrorsVsevolod Stakhov2022-03-301-4/+4
|
* [Rework] Isolate disable/enable logic for the configuration ucl objectsVsevolod Stakhov2022-03-301-39/+71
|
* Spelling (#4086)Josh Soref2022-02-221-11/+11
| | | [Rework] Massive spelling fix from @jsoref
* Merge pull request #4049 from StSturge/feature/configdump_symbol_detailVsevolod Stakhov2022-01-281-1/+2
|\ | | | | [Minor] rspamadm configdump: parsing fixes and output enhancements
| * [Fix] Support definition of ungrouped symbol in conf file, use group info ↵ssturges2022-01-251-1/+2
| | | | | | | | from lua or other conf file
* | [Feature] Allow hyperscan for ppc64, as vectorscan now suports it.Duncan Bellamy2022-01-251-1/+1
|/
* [Minor] Deal with unknown weight more carefully to avoid special meaning of 0Vsevolod Stakhov2022-01-151-0/+1
| | | | The special unknown weight must be NAN not 0.0
* [Rework] Use xxh3 as a default hash and fix memory/alignment issuesVsevolod Stakhov2021-12-051-1/+1
|
* [Minor] Remove obsolete WITH_HIREDIS defineVsevolod Stakhov2021-11-201-4/+0
|
* [Minor] Release redis pool after Lua state has been destroyedVsevolod Stakhov2021-10-201-6/+6
|
* fix compatibility with OpenSSL 3.0.0Tomohiro "Tomo-p" KATO2021-10-161-0/+8
|
* [Minor] Remove unused legacy functionsVsevolod Stakhov2021-10-111-92/+0
|
* [Minor] One more try to fix the release orderVsevolod Stakhov2021-09-131-5/+5
|
* [Minor] Fix deinit orderVsevolod Stakhov2021-09-131-1/+1
|
* [Minor] Enable css parser by defaultVsevolod Stakhov2021-07-191-0/+2
|
* [Rework] Add composites manager conceptVsevolod Stakhov2021-07-151-4/+2
|
* [Minor] change headers for zstd depending on bundled or system usedDuncan Bellamy2021-05-291-2/+6
| | | | follow on patch from #3764
* [Minor] Preload maps after lua post init scriptsVsevolod Stakhov2021-01-121-4/+4
|
* [Feature] allow hyperscan for aarch64Duncan Bellamy2020-12-281-1/+1
|
* [Minor] Allow to load config with no controller definedVsevolod Stakhov2020-12-271-2/+0
|
* [Rework] Distinguish between strict config test modeVsevolod Stakhov2020-12-261-1/+1
|
* [Rework] Track maps originsVsevolod Stakhov2020-10-261-10/+9
|
* [Rework] Update zstd to 1.4.5Vsevolod Stakhov2020-09-031-2/+1
|
* [Feature] Support BLIS blas libraryVsevolod Stakhov2020-09-021-0/+7
|
* [Rework] Change and improve openblas detection and usageVsevolod Stakhov2020-09-021-6/+4
|
* [Minor] Add `max_recipients` config knobVsevolod Stakhov2020-05-191-0/+1
|
* [Minor] Slightly improve ev backend selectionVsevolod Stakhov2020-03-251-13/+31
|
* [Minor] Disable EVBACKEND_IOURING for now as recommendedVsevolod Stakhov2020-03-241-3/+3
|
* [Feature] Update libev to 4.33Vsevolod Stakhov2020-03-241-0/+8
| | | | Changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_33
* [Minor] Reduce log noiseVsevolod Stakhov2020-03-231-1/+2
|
* [Rework] Re cache: Load hyperscan earlyVsevolod Stakhov2020-03-231-0/+4
|
* [Fix] Fix lua symbols scores registration when config does not define scoresVsevolod Stakhov2020-03-121-1/+4
|
* [Fix] Fix listen socket parsingVsevolod Stakhov2020-02-251-1/+1
| | | | Issue: #3254
* [Minor] Fix strict config checksVsevolod Stakhov2020-02-211-3/+7
|
* [Rework] Rework SSL cachingVsevolod Stakhov2020-02-181-27/+4
|
* [Fix] Support listening on systemd sockets by namePeter Wu2020-02-151-4/+6
| | | | | | | | | * Add support for looking up sockets by the systemd socket name, e.g. `systemd:rspamd-proxy.socket` or the name from `FileDescriptorName`. https://www.freedesktop.org/software/systemd/man/sd_listen_fds.html * Replace EOVERFLOW error code to avoid confusing error messages. Fixes: #2035
* [Project] CDB maps: Start making cdb a first class citizenVsevolod Stakhov2020-02-141-3/+3
|
* [Minor] Fix some of the moved functionsVsevolod Stakhov2020-02-131-39/+0
|
* [Minor] Fix prototypesVsevolod Stakhov2020-02-121-2/+2
|
* [Rework] Move local IPs checkVsevolod Stakhov2020-02-121-1/+24
|