aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added Protocol versions back, this time in a range model.Diva Canto2009-09-281-1/+2
|
* Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ↵Diva Canto2009-09-281-5/+9
| | | | layer. This sounds fishy to me, but it's what's used to make external currency modules work, for now.
* Added missing IHyperlinkService.Diva Canto2009-09-271-0/+49
|
* Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵Diva Canto2009-09-272-4/+5
| | | | neighbours in the grid service modules.
* Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-262-0/+103
| | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* Fixed a bug with link-region.Diva Canto2009-09-261-1/+2
|
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-263-9/+9
|\
| * Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2009-09-253-204/+232
| |\
| * | minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-253-9/+9
| | |
* | | First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-263-17/+39
| |/ |/| | | | | minimally. A few bugs to catch now.
* | Better error handling on the client-side grid connector.Diva Canto2009-09-251-44/+108
| |
* | Better guards on RegisterRegion in GridService.Diva Canto2009-09-252-7/+17
| | | | | | | | Added serverPort to the fields that get stored (I think this is the UDP port).
* | Deleted the meaningless console commands on the GridService. Will need to ↵Diva Canto2009-09-241-72/+0
| | | | | | | | add meaningful ones.
* | All tests pass for MySQL/MySQLRegionData.Diva Canto2009-09-242-45/+21
| | | | | | | | Added OpenSim.GridServer.ini.example that I have been using for testing the ROBUST grid service with the GridClient.
* | GridServerPostHandler finished. GridClient tests all work. More guards on ↵Diva Canto2009-09-242-59/+96
| | | | | | | | getting parameters and replies over the wire.
* | Added test GridClient, which allowed me to remove a few bugs out of the new ↵Diva Canto2009-09-242-4/+17
|/ | | | code.
* Changed name of the hyperlink XMLRPC method to linkk-region, so that it ↵Diva Canto2009-09-242-2/+4
| | | | doesn't conflict with the existing one.
* First test passes -- regions being registered and retrieved correctly in ↵Diva Canto2009-09-231-1/+2
| | | | Data.Null.
* Changed IGridService to use the new GridRegion data structure instead of old ↵Diva Canto2009-09-235-46/+281
| | | | | | SimpleRegionInfo. Added grid configs to standalones.
* Added hg console commands to the module.Diva Canto2009-09-221-8/+8
| | | | | Added the IN connector module for link-region and corresponding handler to be used in the regions only. No service as such is needed. This will replace the current link-region machinery. Compiles but not tested.
* Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto2009-09-222-60/+56
|
* Added HGGridConnector and related code.Diva Canto2009-09-221-0/+155
|
* Changed position methods so that they assume the input params are in meters.Diva Canto2009-09-211-3/+12
|
* Added grid handler and grid remote connector.Diva Canto2009-09-213-55/+358
|
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-201-0/+150
|\
| * Finish the (untested) authentication connectorMelanie2009-09-191-2/+35
| |
| * Complete the first authenticator methodMelanie2009-09-191-1/+7
| |
| * Adding the deserializer for server form/xml repliesMelanie2009-09-191-0/+12
| |
| * Add the skeleton of the authentication connector and the forms data requesterMelanie2009-09-191-0/+99
| |
* | Reverted the order of reading configs in GridServiceBase.Diva Canto2009-09-181-11/+11
|/
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-09-181-35/+1
|\
| * Remove the methods for full inventory fetch from the connector. Remove testsMelanie2009-09-171-35/+1
| | | | | | | | for the old, removed asset handlers
* | First pass at the grid service.Diva Canto2009-09-184-85/+392
|/
* updated the IAuthorizationService interface so that a message is passed back ↵Rob Smart2009-09-163-3/+6
| | | | and can be displayed at the client when an avatar is denied access to a region
* Changed GetRegionByHandle to GetRegionByPosition -- more generic.Diva Canto2009-09-111-1/+1
|
* Added GetRegionByHandle.Diva Canto2009-09-111-0/+2
|
* Removed RequestLandData from IGridService because it's already in another place.Diva Canto2009-09-112-4/+38
| | | | Moved GetMapBlocks to a new interface IMapService.
* Changed names of methods in IGridService.Diva Canto2009-09-111-8/+13
|
* moved AuthorizationRequest and AuthorizationResponse to ↵Rob Smart2009-09-111-0/+98
| | | | IAuthorizationService to keep service dependencies together.
* Minor indentation cleanup.Diva Canto2009-09-111-1/+1
|
* Changed RemoteAuthorizationServiceConnector so that it implements the ↵Rob Smart2009-09-111-4/+3
| | | | | | IAuthorization interface method isAuthorizedForRegion looks up user and region data and delegates the remote authorization check to the AuthorizationServiceConnector This keeps the IAuthorization as clean as possible and moves the dependency of using a UserProfileData object out to the connector from the scene.
* Changed the interface of IAuthorizationService to get less data.Diva Canto2009-09-103-11/+9
|
* added AuthorizationRequest and AuthorizationResponse objects for passing ↵Rob Smart2009-09-101-8/+9
| | | | Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector
* adding in working functionality for the remote connectorRob Smart2009-09-101-4/+32
|
* The stubs for an authorization service, at the moment the service will ↵Rob Smart2009-09-104-0/+276
| | | | always grant access to an avatar entering the region if requested.
* Remove the encryption from the IAuthenticationService interface. ThatMelanie2009-09-064-61/+0
| | | | | is too high up for that type of stuff. It needs to be at the connector/handler level
* 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
|