aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Implementation of a simple authentication service + in connector in route to ↵diva2009-06-172-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.
* Moving these nice HG connectors to their homes.diva2009-06-152-421/+419
|
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-142-0/+163
| | | | 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-143-374/+374
|
* Bug fix in remote neighbour connector.diva2009-06-141-1/+1
|
* And this one too...diva2009-06-141-0/+166
|
* Oops. Forgot to add this file.diva2009-06-141-0/+38
|
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-113-7/+8
|
* Changed the inventory service so that is uses exactly one DB plugin, not ↵diva2009-06-112-115/+28
| | | | | | | many. The composition of plugins can be done at the service and connector levels. This fixes the unit tests that were failing yesterday, but I'm not committing those yet, because I'm seeing 2 of those tests having pass and fail outcomes randomly which suggests that the tests are buggy.
* Heart surgery no.2: the inventory service hooks. diva2009-06-106-60/+329
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* IInentoryDataPlugins were missing.diva2009-06-081-2/+7
|
* Added more functions to IInventoryService. Unsure about whether all of these ↵diva2009-06-082-6/+102
| | | | are really necessary.
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-076-0/+1388
| | | | | | | 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.
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-041-4/+0
|
* Committing the skeleton of the authentication serviceMelanie Thielker2009-06-031-0/+74
|
* Committing the partial refactor of authentication services. No user functionlityMelanie Thielker2009-06-031-4/+23
| | | | | | will eat your babies, etc
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-017-7/+7
| | | | LICENSE.txt.
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-312-2/+56
|
* Slashing trailing slashes.diva2009-05-301-1/+1
| | | | | | https://lists.berlios.de/pipermail/opensim-dev/2009-May/006673.html
* Making the delegate handlers async in async Get, to make things consistent. ↵diva2009-05-291-1/+1
| | | | Them being synchronous in certain cases (asset in cache, for example) may account for slowness reported by folks in osgrid when they have the cache module on. Turns out that some of the provided handlers do non-trivial processing (the ones coming from J2KImage, for example), which means that the several asset requests that hit the cache end up being synchronous. The jury is still out on this.
* Catching exceptions on Store, including timeout. Store may fail, for ↵diva2009-05-261-2/+10
| | | | | | | | whatever reason, but it won't crash the sim. Addresses mantis #3707, mantis #3713, mantis #3686.
* 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.
* This should make HG asset transfers work much better. It now uses ↵diva2009-05-231-2/+3
| | | | HGUuidGatherer, which is a subclass of UuidGatherer. Hence, on-line HG asset transfers use exactly the same UUID collection code as save oar/xml. If it doesn't work, it's Justin's fault :D