aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-31Recreate the shell of the AuthenticationService to squelch Windows buildMelanie1-0/+86
error. WIll be filled in as soon as I figure out the crypto stuff.
2009-08-29Redesign the IAuthenticationService interface to use PKI. Sessioning isMelanie2-350/+70
now in the domain of the presence module where it belongs.
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 -- ↵Diva Canto1-0/+5
maybe this is the cause of some timeouts seen in some monos?
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 ↵Diva Canto6-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.
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed ↵Diva Canto1-3/+18
SynchronousRestObjectRequester so that it also understands PUTs.
2009-08-20Made HandleFetchInventoryDescendents async, so that the client thread ↵Diva Canto1-3/+1
doesn't wait for the download of the entire inventory.
2009-08-19Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ↵Diva Canto1-3/+3
SQlite. Fixes most grief in http://opensimulator.org/mantis/view.php?id=4035 http://opensimulator.org/mantis/view.php?id=4027
2009-08-19* Switching IAssetData to follow the new naming schema, removing the ↵Kunnis1-5/+5
separate insert and update methods.
2009-08-19Makes the inventory connectors fully compatible with the old ↵Diva Canto1-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.
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto6-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).
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 ↵Diva Canto1-4/+70
operate with the old Grid.InventoryServer.exe. Untested, but it should work -- slow.
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' ↵Diva Canto3-6/+6
starting to get on my nerves.
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again ↵Diva Canto1-14/+14
upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet.
2009-08-11Some more hammering on the head of the obsolete rest inventory handlers, ↵Diva Canto1-10/+14
just to make this work.
2009-08-11Re-adding a conditional in UserManager that was removed with arthusv's ↵Diva Canto1-2/+2
commit. Changing new inventory ops to POST.
2009-08-11Disabling the remote call for the time being, so that I can test it on a ↵Diva Canto1-10/+11
grid before making it live.
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 ↵Diva Canto4-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.
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto6-7/+176
GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
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
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
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
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.
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 ↵Justin Clarke Casey1-1/+1
asset where appropriate * Send debug level notice to console if a user fails authentication
2009-07-10Adding the new grid services skeleton. Still very much based on the oldMelanie Thielker2-0/+162
one but alowing multi-tenancy.
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker5-24/+228
authenticate against the services. This paves the way for such apps to directly talk to services.
2009-06-27Make cleartext authentication case sensitive. Thanks jhurliman for spotting ↵Dahlia Trimble1-1/+1
this.
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
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.
2009-06-22Forgot a fileMelanie Thielker1-0/+177
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker2-4/+3
connector and the glue code.
2009-06-22Committing the meat of the user server interface and the bones of the ↵Melanie Thielker3-10/+81
service implementation
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
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.
2009-06-15Moving these nice HG connectors to their homes.diva2-421/+419