aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-10The stubs for an authorization service, at the moment the service will always...Rob Smart4-0/+276
2009-09-06Remove the encryption from the IAuthenticationService interface. ThatMelanie4-61/+0
2009-09-06Change the loader to actually load the user service data moduleMelanie1-4/+4
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie3-164/+30
2009-09-04Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie1-1/+1
2009-09-04Fully implement unencrypted auth token operationsMelanie1-3/+8
2009-09-04Implement plain password authentication partway. Tested, but no userMelanie4-24/+35
2009-09-04More work on new authentication serviceMelanie2-2/+8
2009-09-04Flech out the Authentication service. Add the database loader. IntroduceMelanie3-26/+130
2009-09-03Remove the distinction between password and login key in the authenticationMelanie3-18/+81
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman3-2/+4
2009-08-31Recreate the shell of the AuthenticationService to squelch Windows buildMelanie1-0/+86
2009-08-29Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie2-350/+70
2009-08-28Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)1-0/+2
2009-08-25Closed the web request and stream in SynchronousRestSessionObjectPoster -- ma...Diva Canto1-0/+5
2009-08-22Moved a debug message.Diva Canto1-1/+1
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto6-4/+67
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj...Diva Canto1-3/+18
2009-08-20Made HandleFetchInventoryDescendents async, so that the client thread doesn't...Diva Canto1-3/+1
2009-08-19Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto1-3/+3
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis1-5/+5
2009-08-19Makes the inventory connectors fully compatible with the old Grid.InventorySe...Diva Canto1-29/+35
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto6-0/+82
2009-08-19A better purge of trash folder.Diva Canto6-12/+20
2009-08-18GetFolderItems implemented. It's not being called, but it might.Diva Canto3-0/+37
2009-08-17Added some padding to the remote inventory connector so that it tries to oper...Diva Canto1-4/+70
2009-08-14Add standard doc and standard doc formatting to IAssetServiceJustin Clark-Casey (justincc)1-9/+37
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto6-16/+97
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto3-6/+6
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto1-14/+14
2009-08-11Some more hammering on the head of the obsolete rest inventory handlers, just...Diva Canto1-10/+14
2009-08-11Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto1-2/+2
2009-08-11Disabling the remote call for the time being, so that I can test it on a grid...Diva Canto1-10/+11
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