aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Login/LLLoginServiceInConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+2
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-3/+22
2012-03-22Add llGiveInventory() test from object to object where both objects are ↵Justin Clark-Casey (justincc)1-1/+0
owned by the same user.
2010-09-03Added XFF header processing. Untested, for lack of proxy.Diva Canto1-1/+4
2010-05-05Add a XMLRPC method to remotely set the login level for the LLLoginService.Melanie Thielker1-0/+1
This requires a special XMLRPC call, which has to supply the credentials of a god user (User level >= 200). Disabled by default. Also Adds a configuration option to set the initial permitted login level.
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto1-1/+2
obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
2009-12-31Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto1-1/+2
because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto1-53/+33
* More beef to the LLLoginService * Better design for handling local simulation service
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-04Update a misspelled nameMelanie1-1/+1
2009-08-04Change the freeswitch out connector (which is pointless) to an in connectorMelanie1-16/+11
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
the ball rolling on replacable modules. No user functionality yet
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
Change all uses of the HttpServer properties to use the new singleton
2009-06-22Update svn properties.Jeff Ames1-113/+113
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules ↵diva1-112/+113
are now in CoreModules/ServiceConnectorsIn, where they belong.
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+28
2009-05-27Update svn properties.Jeff Ames1-85/+85
2009-05-25Fixed a typo.diva1-1/+1
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services ↵diva1-0/+85
and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok.