aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/AuthorizationService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another attempt at sorting out the auto group chicken and egg problems.onefang2019-08-021-3/+5
| | | | Are you a local? Asking for a friend.
* Add DefaultRegionAccess in [AuthorizationService] section.onefang2019-06-031-1/+2
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-13/+21
|
* minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)2012-05-031-2/+2
|
* Region access control! Region operators can now specify things like ↵Diva Canto2012-03-171-0/+124
DisallowForeigners (means what it says) and DisallowResidents (means that only admins and managers can get into the region). This puts the never-completed AuthorizationService to good use. Note that I didn't implement a grid-wide Authorization service; this service implementation is done entirely locally on the simulator. This can be changed as usual by pluging in a different AuthorizationServicesConnector.