aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Configure OpenID providers from cmd line and Lua cfg. (#189)Per Larsson2022-11-141-0/+42
|
* remove legacy derived data interface for Jupiter (#152)Dan Engelbrecht2022-08-311-10/+0
| | | * remove legacy derived data interface for Jupiter
* Add sentry log sink to capture error/critical log statements (#147)Dan Engelbrecht2022-08-261-0/+5
| | | | Attach log file to sentry error reports Log ERROR when std::terminate() is called
* Use "\\?\" prefixed paths and fix hardcoded path delimiters (#149)Dan Engelbrecht2022-08-261-6/+24
| | | | | | * use "\\?\" prefix for windows paths * fix path delimiters * disable vcpkg caching * Workaround for spdlog not being able to create directories prefixed with `\\?\`
* option descriptionDan Engelbrecht2022-06-011-1/+1
|
* Make it possible to configure GC monitoring intervalDan Engelbrecht2022-06-011-2/+10
| | | | | command line: --gc-monitor-interval-seconds lua: monitorintervalseconds
* Horde execute storage config (#75)Joe Kirchoff2022-04-141-0/+65
|
* Make gc reserve a global resourceDan Engelbrecht2022-04-011-0/+8
|
* Enable Horde compute code on Linux & Mac (#61)Joe Kirchoff2022-03-221-0/+5
|
* Update horde compute to use Jupiter for storage (#60)Joe Kirchoff2022-03-171-0/+95
|
* Added option to enable websockets.Per Larsson2022-02-211-0/+14
|
* Refactored auth manager to use simplified encryption API.Per Larsson2022-02-071-0/+27
|
* Added encryption key/IV option in LUA.Per Larsson2022-02-031-0/+6
|
* Added AES encryption key/IV cli options.Per Larsson2022-02-031-0/+13
|
* Added upstream auth config and removed the possibility to add endpoints via ↵Per Larsson2022-02-021-19/+21
| | | | REST.
* Merged main.Per Larsson2022-01-281-4/+21
|\
| * Fixed issue with missing endpoint name when configuring upstream cache from Lua.Per Larsson2022-01-261-4/+9
| |
| * Command line paths containing whitespace were getting truncatedMartin Ridgers2022-01-251-4/+18
| |
* | Added auth manager with support for OIDC providers.Per Larsson2022-01-251-1/+4
|/
* Refactored upstream cache to better handle different states in prep for ↵Per Larsson2022-01-241-7/+0
| | | | dynamic auth tokens.
* Format fix.Per Larsson2022-01-221-5/+2
|
* Change default windows state dirzousar2022-01-181-42/+9
| | | | Default windows state dir now is C:\ProgramData\Epic\Zen\Data. Also functional for Windows Service unlike the MyDocuments directory. No longer attempt search for largest drive if MyDocuments is not available.
* Merged main.Per Larsson2022-01-111-4/+2
|\
| * Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-101-4/+2
| |
* | Added option to disable Sentry crash handler.Per Larsson2022-01-111-0/+3
|/
* Support GC configuration from LUA.Per Larsson2022-01-051-0/+19
|
* Removed upstream Zen default value(s) and trim empty url values.Per Larsson2022-01-041-2/+2
|
* Merged main.Per Larsson2021-12-141-8/+38
|\
| * Merged mainMartin Ridgers2021-12-081-0/+33
| |\
| * | Post-merge fixesMartin Ridgers2021-11-291-11/+3
| | |
| * | Merged mainMartin Ridgers2021-11-291-61/+123
| |\ \
| * | | Initial integration of Trace from UE5 via the --zentrace=y xmake configMartin Ridgers2021-11-181-0/+16
| | | |
| * | | Use syscalls to get user path as '~' is only an alias to shellsMartin Ridgers2021-11-171-1/+5
| | | |
| * | | Merged mainMartin Ridgers2021-11-171-1/+15
| |\ \ \
| * \ \ \ Merged mainMartin Ridgers2021-11-011-0/+7
| |\ \ \ \
| * | | | | Stubbed out getenv lua config handlingMartin Ridgers2021-10-291-0/+5
| | | | | |
| * | | | | Don't prompt for user input on POSIX when displaying helpMartin Ridgers2021-10-291-0/+5
| | | | | |
| * | | | | Fixed up Windows-specific include statementsMartin Ridgers2021-10-291-3/+4
| | | | | |
| * | | | | Use THIRDPARTY_START/END instead of MSVC-specific #pragmaMartin Ridgers2021-10-291-3/+2
| | | | | |
| * | | | | Merged mainMartin Ridgers2021-10-161-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merged mainMartin Ridgers2021-10-151-0/+13
| |\ \ \ \ \ \
| * | | | | | | Use std::fs::path for IoBuffer::MakeFromFile().Martin Ridgers2021-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more consistent with MakeFromTempFile() and almost all arguments are path objects anyway.
* | | | | | | | Fixed bug in z$ service returning partial cache records and enable small ↵Per Larsson2021-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object GC by default.
* | | | | | | | Set GC default enabled and interval set to zero (off).Per Larsson2021-12-101-3/+3
| | | | | | | |
* | | | | | | | Format fix.Per Larsson2021-12-091-5/+5
| | | | | | | |
* | | | | | | | Merged main.Per Larsson2021-12-091-0/+33
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge pull request #30 from EpicGames/non-elevated-asiozousar2021-11-291-0/+33
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | Get zenserver running non-elevated
| | * | | | | | If MyDocuments isn't available, use zen data folder in largest drive.Zousar Shaker2021-11-291-0/+33
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Added options for Z$ max duration and whether to collect small objects.Per Larsson2021-12-091-0/+14
| | | | | | |
* | | | | | | GC default off.Per Larsson2021-12-091-1/+1
| | | | | | |