aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/admin/admin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Content scrubbing (#271)Stefan Boberg2023-05-161-0/+16
| | | Added zen scrub command which may be triggered via the zen CLI helper. This traverses storage and validates contents either by content hash and/or by structure. If unexpected data is encountered it is invalidated.
* Add `--gc-projectstore-duration-seconds` option (#281)Dan Engelbrecht2023-05-161-0/+8
| | | | | | * Add `--gc-projectstore-duration-seconds` option * Cleanup lua gc options parsing * Remove dead configuration values * changelog
* minor GC API cleanupStefan Boberg2023-05-151-2/+2
| | | | | Scrub -> ScrubStorage Trigger -> TriggerGc (to make relationship to TriggerScrub clearer)
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+101
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees