aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ServiceAuth/CompoundAuthentication.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-16Fix XBakes simulator-side authentication regression failureJustin Clark-Casey (justincc)1-1/+12
Unlike the other connectors, XBakes uses a service auth retrieved from ServiceAuth.Create() and not code inherited from BaseServiceConnector. Fixes regression from 7d3bafd5 (Wed 4 Mar 2015) where the new CompoundAuthenticator did not implement IServiceAuth.AddAuthorization()
2015-03-04Make private services forbid llHTTPRequest() calls by rejecting those that ↵Justin Clark-Casey (justincc)1-20/+25
have the X-SecondLife-Shard header. If you need to enable this, set AllowHttpRequestIn = true in [Network] for all private services or individual [*Service] sections.
2010-10-28Formatting cleanup.Jeff Ames1-1/+1
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames1-1/+28
2009-04-21Update svn properties.Jeff Ames1-39/+39
2009-04-21* Implements Extensions to MRM. This allows Region Modules to insert new ↵Adam Frisby1-0/+39
classes into OpenSim MRM's. * Example in region module: Scene.GetModuleInterface<IMRMModule>.RegisterExtension<IMyInterface>(this); * In the MRM: //@DEPENDS:MyExtensionModule.dll ... Host.Extensions<IMyInterface>.DoStuff();