aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie2009-08-291-38/+70
| | | | now in the domain of the presence module where it belongs.
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto2009-08-221-0/+8
| | | | | | folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer.
* Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto2009-08-191-0/+2
| | | | operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
* A better purge of trash folder.Diva Canto2009-08-191-1/+2
|
* 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-131-0/+20
| |
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto2009-08-131-2/+2
|/ | | | starting to get on my nerves.
* Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto2009-08-101-7/+23
| | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
* Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
|
* Stub out the Profile and Presence servicesMelanie2009-08-102-0/+74
|
* Finish the renaming and mae things compile againMelanie2009-08-091-3/+3
|
* More renamesMelanie2009-08-091-10/+10
|
* Rename UserData to UserAccount dataMelanie2009-08-091-7/+7
|
* Adding the plumbing for a ROBUST freeswitch serviceMelanie2009-08-041-0/+37
|
* Adding the new grid services skeleton. Still very much based on the oldMelanie Thielker2009-07-101-0/+83
| | | | | | one but alowing multi-tenancy.
* Updated services to allow external applications like web interfaces toMelanie Thielker2009-06-302-13/+74
| | | | | | | authenticate against the services. This paves the way for such apps to directly talk to services.
* Add RegionSecret to user data structure to provide data update securityMelanie Thielker2009-06-231-0/+6
|
* Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker2009-06-221-3/+2
| | | | | | connector and the glue code.
* Committing the meat of the user server interface and the bones of the ↵Melanie Thielker2009-06-221-0/+45
| | | | service implementation
* Update svn properties.Jeff Ames2009-06-221-38/+38
|
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-171-11/+19
| | | | 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.
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-0/+38
| | | | IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
* Update svn properties.Jeff Ames2009-06-141-38/+38
|
* Oops. Forgot to add this file.diva2009-06-141-0/+38
|
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-1/+2
|
* Added more functions to IInventoryService. Unsure about whether all of these ↵diva2009-06-081-0/+35
| | | | are really necessary.
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-071-0/+118
| | | | | | | handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files.
* Committing the partial refactor of authentication services. No user functionlityMelanie Thielker2009-06-031-4/+23
| | | | | | will eat your babies, etc
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-312-2/+56
|
* Correct a minor typoMelanie Thielker2009-05-251-1/+1
|
* Beginning of refactoring RESTComms/LocalComms in the new style of services ↵diva2009-05-252-0/+95
| | | | 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.
* Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker2009-05-101-0/+5
| | | | | | for asset retrieval (full asset only) to ease migration to the new system
* More additions to the nextgen reference UGAIMMelanie Thielker2009-05-081-0/+53
|
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-051-0/+27
|
* Some refactoring. Database is now active in the new user serverMelanie Thielker2009-05-051-1/+1
|
* Add an interface skeleton for user servicesMelanie Thielker2009-05-051-0/+6