aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/AuthorizationService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-03minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2012-03-17Region access control! Region operators can now specify things like ↵Diva Canto1-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.