aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the encryption from the IAuthenticationService interface. ThatMelanie2009-09-064-61/+0
* Change the loader to actually load the user service data moduleMelanie2009-09-061-4/+4
* Revising the user account data interfaces. No user functionality yetMelanie2009-09-063-164/+30
* Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie2009-09-041-1/+1
* Fully implement unencrypted auth token operationsMelanie2009-09-041-3/+8
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-044-24/+35
* More work on new authentication serviceMelanie2009-09-042-2/+8
* Flech out the Authentication service. Add the database loader. IntroduceMelanie2009-09-043-26/+130
* Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensimMelanie2009-09-033-2/+4
|\
| * Fixes seven leaky .BeginInvoke() callsJohn Hurliman2009-09-033-2/+4
* | Remove the distinction between password and login key in the authenticationMelanie2009-09-033-18/+81
|/
* Recreate the shell of the AuthenticationService to squelch Windows buildMelanie2009-08-311-0/+86
* Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie2009-08-292-350/+70
* Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)2009-08-281-0/+2
* Closed the web request and stream in SynchronousRestSessionObjectPoster -- ma...Diva Canto2009-08-251-0/+5
* Moved a debug message.Diva Canto2009-08-221-1/+1
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-226-4/+67
* Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj...Diva Canto2009-08-211-3/+18
* Made HandleFetchInventoryDescendents async, so that the client thread doesn't...Diva Canto2009-08-201-3/+1
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-191-5/+5
|\
| * * Switching IAssetData to follow the new naming schema, removing the separate...Kunnis2009-08-191-5/+5
* | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...Diva Canto2009-08-191-3/+3
|/
* Makes the inventory connectors fully compatible with the old Grid.InventorySe...Diva Canto2009-08-191-29/+35
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-196-0/+82
* A better purge of trash folder.Diva Canto2009-08-196-12/+20
* GetFolderItems implemented. It's not being called, but it might.Diva Canto2009-08-183-0/+37
* Added some padding to the remote inventory connector so that it tries to oper...Diva Canto2009-08-171-4/+70
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-141-9/+37
|\
| * Add standard doc and standard doc formatting to IAssetServiceJustin Clark-Casey (justincc)2009-08-141-9/+37
* | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-136-16/+97
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-133-6/+6
|/
* Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto2009-08-111-14/+14
* Some more hammering on the head of the obsolete rest inventory handlers, just...Diva Canto2009-08-111-10/+14
* Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto2009-08-111-2/+2
* Disabling the remote call for the time being, so that I can test it on a grid...Diva Canto2009-08-111-10/+11
* Added http handlers for the two new inventory operations.Diva Canto2009-08-111-4/+4
* Improved test for system folders. Removed log messages.Diva Canto2009-08-111-1/+2
* System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-114-6/+26
* Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-106-7/+176
* Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-103-5/+5
* Stub out the Profile and Presence servicesMelanie2009-08-102-0/+74
* Add "show digest <id>" console commdn to the ROBUST asset handlerMelanie2009-08-091-0/+75
* Finish the renaming and mae things compile againMelanie2009-08-094-37/+37
* More renamesMelanie2009-08-091-10/+10
* Rename UserData to UserAccount dataMelanie2009-08-091-7/+7
* Added missing trailing slash in AuthenticationService.Diva Canto2009-08-061-0/+2
* Disable all IAR tests for now due to possible failure-causing race conditionJustin Clark-Casey (justincc)2009-08-061-1/+0
* * Remove some mono compiler warningsJustin Clark-Casey2009-08-051-3/+1
* Adding the plumbing for a ROBUST freeswitch serviceMelanie2009-08-043-0/+141
* Patch from RemedyTomm: A failed inventory request would block any furtherMelanie Thielker2009-07-261-5/+44