aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Authentication (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-1/+0
| | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
* Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto2010-01-171-0/+119
|
* More removal of HG2 code, this time authentication module and handlers.Diva Canto2009-08-091-122/+0
|
* HGAuthenticationService must be a singleton, because it has in-memory state. ↵Diva Canto2009-08-061-1/+1
| | | | This makes this singleton register with IScene, so that other parts can retrieve its reference.
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Update svn properties.Jeff Ames2009-06-221-117/+117
|
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-171-0/+117
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon.