aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/config.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Low disk space detector (#277)Dan Engelbrecht2023-05-091-4/+12
| | | | * - Feature: Disk writes are now blocked early and return an insufficient storage error if free disk space falls below the `--low-diskspace-threshold` value * Never keep an entry in m_ChunkBlocks that points to a nullptr
* add ip and username to sentry reports if allowed in settings (#276)Dan Engelbrecht2023-05-081-0/+3
| | | | * add ip and username to sentry reports if allowed in settings * add --sentry-allow-personal-info command line options to zenserver
* replace use of cxxopts::OptionParseException in our codeStefan Boberg2023-05-081-3/+10
| | | | later versions of cxxopts changed the signatures of exceptions. This change adds zen::OptionParseException to replace it
* move testing and observability code to zenhttp (#266)Stefan Boberg2023-05-021-6/+6
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+902
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees