Commit graph

11 commits

Author SHA1 Message Date
Ty Conner
66d3b98339
Add options for database logging (#4352) 2025-08-23 13:32:35 -04:00
Galli
b5f9418388
Removed the duplicate "the" words from the comments (#4322)
* Update OfflineConfiguration.cs

Removed the duplicate "the" from the comment on line 63

* Update Config.js.docker

Removed the duplicate "the" from line 216

* Update Config.js.example

Removed the duplicate "the" from line 217

* Update Player_Networking.cs

Removed the duplicate "the" from line 27
2025-06-22 15:33:13 -04:00
aquafir
23a7a41a04
Add mod support (#3948)
* Add mod support

* Change .NET Core 3.1 to .NET 6 for DatLoader.Tests to remove dependency.

* Add default mod path

* Attempt to create missing mod folder

* Update Source/ACE.Server/Mods/ModManager.cs

Co-authored-by: gmriggs <gmriggs@gmail.com>

* Use pre-release Harmony

---------

Co-authored-by: gmriggs <gmriggs@gmail.com>
2023-05-25 22:15:41 -04:00
Ty Conner
56575e72fb
Add some basic pruning for shard database (#3621)
* Add some basic pruning for shard database

* Update ShardDatabaseOfflineTools.cs

* add character squelch prune

* Update OfflineConfiguration.cs

* Update Program.cs

* Update Config.js.example

* Update Config.js.docker

* Update OfflineConfiguration.cs

* Update Config.js.docker

* Update Config.js.example
2021-08-15 18:41:28 -04:00
Ty Conner
e4e7397945
Add Shard Biota cache configuration options (#3368)
* Add Shard Biota cache configuration options

* Update Config.js.docker

* Update Config.js.docker
2020-11-20 12:30:18 -05:00
Mag-nus
055f37920e
DatabaseThreadCountMultiplier added to Config.js (#3336)
This allows independent configuration of thread counts for world and database, specifically to allow over saturation of vCPU.
2020-11-16 08:29:48 -06:00
ahricvirindi
0998462279
Adding ability to exclude specific IPs from max session count. (#2986)
* Adding ability to exclude specific IPs from max session count.

* Added config examples, and fixed misspelling of config property.
2020-05-11 23:52:07 -04:00
ahricvirindi
a034edfdbe
Adding extra options for AutoApplyWorldCustomizations (#2985)
* Adding extra options for AutoApplyWorldCustomizations

* Added examples for world customization content paths config option.

* Added double-backslash for path examples in world customization paths config.
2020-05-11 23:51:51 -04:00
Ty Conner
eb5703f862
Wire up automatic database updates (#2965)
* Wire up automatic database updates

- Support automatic database patching
- Support automatic updating of world database to latest release
- Support automatic re-application of world database customization

* Update Program_DbUpdates.cs

* Update Program_DbUpdates.cs

* Update Program_Setup.cs

* Update Program_DbUpdates.cs

* Update Program_DbUpdates.cs

* Update Program_DbUpdates.cs
2020-05-08 01:44:21 -04:00
Ty Conner
1d6e99a669
Update docker configuration + Improved Build/Version tracking (#2854)
* Update docker configuration

Standardize default configuration for database docker container

* Update appveyor.yml

* Update Version tracking concept

* Update AppVeyorBeforeCompile.bat

* Update appveyor.yml

* Rename

* Update appveyor.yml

* Update AppVeyorAfterDeploy.bat
2020-03-24 16:57:10 -04:00
Ty Conner
7756bbb291
Dockerize ACE (#2751)
* Prep repo for v1.1 release

* Create Dockerfile

* Create .dockerignore

* Create docker.env

* Create docker-compose.yml

* Create Config.js.docker

* Create log4net.config.docker

* Docker support

* Update Dockerfile

* Update docker-compose.yml

* Update .gitignore

* Support config persistence across docker containers

* Update .gitignore

* Update Dockerfile

* Update Dockerfile

* appveyor changes

* Update AppVeyorBeforePackage.bat

* .

* Update docker.env

* Update Program.cs

* Update appveyor.yml
2020-03-02 04:24:47 -05:00