aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Access/AccessModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-3/+7
2012-11-13Another 11 modules' directions moved out of .addin.xmlDiva Canto1-0/+2
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-5/+5
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-3/+3
2011-08-12minor: change login enable/disable messages in last commit so that they occur...Justin Clark-Casey (justincc)1-2/+2
2011-08-12minor: On "login disable/enable" always tell the user the final login status,...Justin Clark-Casey (justincc)1-4/+2
2010-02-15Formatting cleanup.Jeff Ames1-1/+1
2010-02-03minor: remove one mono compiler warningJustin Clark-Casey (justincc)1-3/+1
2010-01-10Implement access module commandsMelanie1-0/+76
2010-01-10Add "StartDisabled" to [Startup] to make all regions start up withMelanie1-11/+36
2009-09-16updated the IAuthorizationService interface so that a message is passed back ...Rob Smart1-1/+2
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-1/+1
2009-09-10The stubs for an authorization service, at the moment the service will always...Rob Smart1-18/+14
2009-09-06Remove the encryption from the IAuthenticationService interface. ThatMelanie1-5/+0
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie1-11/+1
2009-09-04Flech out the Authentication service. Add the database loader. IntroduceMelanie1-13/+12
2009-09-03Remove the distinction between password and login key in the authenticationMelanie1-13/+3
2009-08-31Recreate the shell of the AuthenticationService to squelch Windows buildMelanie1-19/+29
2009-08-09Finish the renaming and mae things compile againMelanie1-9/+9
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker1-1/+11
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker1-1/+1
2009-06-22Committing the meat of the user server interface and the bones of the service...Melanie Thielker1-0/+24
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-4/+4
2009-05-05Plumb the database into the new server skelMelanie Thielker1-0/+3
2009-05-05Plumb the new server connector logicMelanie Thielker1-1/+32
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+8