OpenSim-NGC / OpenSim-Tranquillity

OpenSim Core ++. Provides Bug Fixes and some new ideas that enhance the reliability and performance of OpenSim Core Yeti.
Other
23 stars 13 forks source link

Changed to support configuring Disallow(s) form Regions.ini #13

Closed mdickson closed 3 years ago

mdickson commented 3 years ago

Support configuration of DisallowResidents (admin users only) and DisallowForeigners (only local grid users, no HG) entry to the region. Defaults for both is false. Fixed a bug in AuthorizationService that didn't handle DisallowResidents correctly. Logic was inverted. Also commented out a section of code in RegionInfo that is no longer in use/referenced from any other file. We could just delete it if the consensus is to remove it.