summaryrefslogtreecommitdiff
path: root/src/server/mods.h
Commit message (Collapse)AuthorAge
* Allow overwriting media files of dependencies (#10752)DS2021-02-23
|
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-29
|
* Add online content repositoryrubenwardy2018-04-19
| | | | Replaces mods and texture pack tabs with a single content tab
* Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot2018-03-16
* Server: delegate mod management & config to ServerModConfiguration (rename it to ServerModManager) * Use c++11 range based loops * Add unittests + experimental/default mod as a test case to permit testing mod loading in future tests