aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-11Added http handlers for the two new inventory operations.Diva Canto1-4/+4
2009-08-11Improved test for system folders. Removed log messages.Diva Canto1-1/+2
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto4-6/+26
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto6-7/+176
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto3-5/+5
2009-08-10Stub out the Profile and Presence servicesMelanie2-0/+74
2009-08-09Add "show digest <id>" console commdn to the ROBUST asset handlerMelanie1-0/+75
2009-08-09Finish the renaming and mae things compile againMelanie4-37/+37
2009-08-09More renamesMelanie1-10/+10
2009-08-09Rename UserData to UserAccount dataMelanie1-7/+7
2009-08-06Added missing trailing slash in AuthenticationService.Diva Canto1-0/+2
2009-08-06Disable all IAR tests for now due to possible failure-causing race conditionJustin Clark-Casey (justincc)1-1/+0
2009-08-05* Remove some mono compiler warningsJustin Clark-Casey1-3/+1
2009-08-04Adding the plumbing for a ROBUST freeswitch serviceMelanie3-0/+141
2009-07-26Patch from RemedyTomm: A failed inventory request would block any furtherMelanie Thielker1-5/+44
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey1-4/+4
2009-07-10* minor: Make GridCommon.ini.example refer to inventory service rather than a...Justin Clarke Casey1-1/+1
2009-07-10Adding the new grid services skeleton. Still very much based on the oldMelanie Thielker2-0/+162
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker5-24/+228
2009-06-27Make cleartext authentication case sensitive. Thanks jhurliman for spotting t...Dahlia Trimble1-1/+1
2009-06-23Add RegionSecret to user data structure to provide data update securityMelanie Thielker1-0/+6
2009-06-23Fix the AssetServiceBase bug I introduced by reordering configuration loadMelanie Thielker1-2/+2
2009-06-22Forgot a fileMelanie Thielker1-0/+177
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker2-4/+3
2009-06-22Committing the meat of the user server interface and the bones of the service...Melanie Thielker3-10/+81
2009-06-22Update svn properties.Jeff Ames4-582/+582
2009-06-17Implementation of a simple authentication service + in connector in route to ...diva2-20/+191
2009-06-15Moving these nice HG connectors to their homes.diva2-421/+419
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of IGridServ...diva2-0/+163
2009-06-14Update svn properties.Jeff Ames3-374/+374
2009-06-14Bug fix in remote neighbour connector.diva1-1/+1
2009-06-14And this one too...diva1-0/+166
2009-06-14Oops. Forgot to add this file.diva1-0/+38
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva3-7/+8
2009-06-11Changed the inventory service so that is uses exactly one DB plugin, not many...diva2-115/+28
2009-06-10Heart surgery no.2: the inventory service hooks. diva6-60/+329
2009-06-08IInentoryDataPlugins were missing.diva1-2/+7
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ...diva2-6/+102
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva6-0/+1388
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames1-4/+0
2009-06-03Committing the skeleton of the authentication serviceMelanie Thielker1-0/+74
2009-06-03Committing the partial refactor of authentication services. No user functionlityMelanie Thielker1-4/+23
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames7-7/+7
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2-2/+56
2009-05-30Slashing trailing slashes.diva1-1/+1
2009-05-29Making the delegate handlers async in async Get, to make things consistent. T...diva1-1/+1
2009-05-26Catching exceptions on Store, including timeout. Store may fail, for whatever...diva1-2/+10
2009-05-25Correct a minor typoMelanie Thielker1-1/+1
2009-05-25Beginning of refactoring RESTComms/LocalComms in the new style of services an...diva2-0/+95
2009-05-23This should make HG asset transfers work much better. It now uses HGUuidGathe...diva1-2/+3