aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Recreate the shell of the AuthenticationService to squelch Windows buildMelanie2009-08-311-0/+86
| | | | error. WIll be filled in as soon as I figure out the crypto stuff.
* Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie2009-08-292-350/+70
| | | | now in the domain of the presence module where it belongs.
* 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 -- ↵Diva Canto2009-08-251-0/+5
| | | | maybe this is the cause of some timeouts seen in some monos?
* Moved a debug message.Diva Canto2009-08-221-1/+1
|
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto2009-08-226-4/+67
| | | | | | 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 a more sane InventoryServerMoveItemsHandler. Changed ↵Diva Canto2009-08-211-3/+18
| | | | SynchronousRestObjectRequester so that it also understands PUTs.
* Made HandleFetchInventoryDescendents async, so that the client thread ↵Diva Canto2009-08-201-3/+1
| | | | doesn't wait for the download of the entire inventory.
* 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 ↵Kunnis2009-08-191-5/+5
| | | | | | | | separate insert and update methods.
* | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ↵Diva Canto2009-08-191-3/+3
|/ | | | | | | SQlite. Fixes most grief in http://opensimulator.org/mantis/view.php?id=4035 http://opensimulator.org/mantis/view.php?id=4027
* Makes the inventory connectors fully compatible with the old ↵Diva Canto2009-08-191-29/+35
| | | | | | Grid.InventoryServer. WARNING: interacting with the old server is _much_ slower than interacting with the new one. Grids with the old server will not see any improvements on crossings and TPs, because inventory needs to be fetched from it in its entirety.
* Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto2009-08-196-0/+82
| | | | 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-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 ↵Diva Canto2009-08-171-4/+70
| | | | operate with the old Grid.InventoryServer.exe. Untested, but it should work -- slow.
* 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' ↵Diva Canto2009-08-133-6/+6
|/ | | | starting to get on my nerves.
* Fixes a race condition in EQ processing that was making EQs pop up again ↵Diva Canto2009-08-111-14/+14
| | | | | | upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet.
* Some more hammering on the head of the obsolete rest inventory handlers, ↵Diva Canto2009-08-111-10/+14
| | | | just to make this work.
* Re-adding a conditional in UserManager that was removed with arthusv's ↵Diva Canto2009-08-111-2/+2
| | | | commit. Changing new inventory ops to POST.
* Disabling the remote call for the time being, so that I can test it on a ↵Diva Canto2009-08-111-10/+11
| | | | grid before making it live.
* 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 ↵Diva Canto2009-08-114-6/+26
| | | | agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet.
* Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto2009-08-106-7/+176
| | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
* 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
| | | | | | | | | R.O.B.U.S.T.# show digest b8d3965a-ad78-bf43-699b-bff8eca6c975 Name: Terrain Dirt Description: Type: 0 Content-type: image/jp2 0000: FF-4F-FF-51-00-2F-00-00-00-00-00-80-00-00-00-80
* 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
| | | | | | | | requests from that same user, even after a relog. This patch changes the block on further requests to be in line with the request timeout timer and allows the system to recover.
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-151-4/+4
|
* * minor: Make GridCommon.ini.example refer to inventory service rather than ↵Justin Clarke Casey2009-07-101-1/+1
| | | | | | | | asset where appropriate * Send debug level notice to console if a user fails authentication
* Adding the new grid services skeleton. Still very much based on the oldMelanie Thielker2009-07-102-0/+162
| | | | | | one but alowing multi-tenancy.
* Updated services to allow external applications like web interfaces toMelanie Thielker2009-06-305-24/+228
| | | | | | | authenticate against the services. This paves the way for such apps to directly talk to services.
* Make cleartext authentication case sensitive. Thanks jhurliman for spotting ↵Dahlia Trimble2009-06-271-1/+1
| | | | this.
* Add RegionSecret to user data structure to provide data update securityMelanie Thielker2009-06-231-0/+6
|
* Fix the AssetServiceBase bug I introduced by reordering configuration loadMelanie Thielker2009-06-231-2/+2
| | | | | | | | order. Thanks, Grumly57, for pointing it out. The point of the original change was to let the more specific setting override the less specific one, actually, I disabled the use of the less specific one.
* Forgot a fileMelanie Thielker2009-06-221-0/+177
|
* Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker2009-06-222-4/+3
| | | | | | connector and the glue code.
* Committing the meat of the user server interface and the bones of the ↵Melanie Thielker2009-06-223-10/+81
| | | | service implementation
* Update svn properties.Jeff Ames2009-06-224-582/+582
|