aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-04Just trying a few things. This one will reduce the number of async calls.Diva Canto1-1/+2
2009-10-01Add "dump asset" command to remote asset connector (the only one that uses aMelanie1-0/+44
2009-10-01Add "dump asset" command to remote asset connector (the only one that uses aMelanie1-0/+44
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-28Fixed bug in HG that was causing secondlife:// refs to bomb the client.Diva Canto1-1/+11
2009-09-28Added Protocol versions back, this time in a range model.Diva Canto1-1/+2
2009-09-27Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...Diva Canto1-3/+3
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-0/+89
2009-09-26Fixed a bug with link-region.Diva Canto1-1/+2
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2-11/+18
2009-09-25Better error handling on the client-side grid connector.Diva Canto1-44/+108
2009-09-24GridServerPostHandler finished. GridClient tests all work. More guards on get...Diva Canto1-59/+92
2009-09-24Added test GridClient, which allowed me to remove a few bugs out of the new c...Diva Canto1-4/+8
2009-09-24Changed name of the hyperlink XMLRPC method to linkk-region, so that it doesn...Diva Canto1-1/+1
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto2-21/+23
2009-09-22Added hg console commands to the module.Diva Canto1-8/+8
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-58/+54
2009-09-22Added HGGridConnector and related code.Diva Canto1-0/+155
2009-09-21Added grid handler and grid remote connector.Diva Canto1-0/+346
2009-09-19Finish the (untested) authentication connectorMelanie1-2/+35
2009-09-19Complete the first authenticator methodMelanie1-1/+7
2009-09-19Adding the deserializer for server form/xml repliesMelanie1-0/+12
2009-09-19Add the skeleton of the authentication connector and the forms data requesterMelanie1-0/+99
2009-09-17Remove the methods for full inventory fetch from the connector. Remove testsMelanie1-35/+1
2009-09-16updated the IAuthorizationService interface so that a message is passed back ...Rob Smart1-1/+3
2009-09-11Minor indentation cleanup.Diva Canto1-1/+1
2009-09-11Changed RemoteAuthorizationServiceConnector so that it implements the IAuthor...Rob Smart1-4/+3
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-9/+7
2009-09-10added AuthorizationRequest and AuthorizationResponse objects for passing Auth...Rob Smart1-8/+9
2009-09-10adding in working functionality for the remote connectorRob Smart1-4/+32
2009-09-10The stubs for an authorization service, at the moment the service will always...Rob Smart1-0/+91
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie1-132/+13
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman2-1/+3
2009-08-25Closed the web request and stream in SynchronousRestSessionObjectPoster -- ma...Diva Canto1-0/+5
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto4-2/+45
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj...Diva Canto1-3/+18
2009-08-19Makes the inventory connectors fully compatible with the old Grid.InventorySe...Diva Canto1-29/+35
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto4-0/+62
2009-08-19A better purge of trash folder.Diva Canto4-7/+10
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 oper...Diva Canto1-4/+70
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto4-16/+54
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-2/+2
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto1-14/+14
2009-08-11Some more hammering on the head of the obsolete rest inventory handlers, just...Diva Canto1-10/+14
2009-08-11Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto1-2/+2
2009-08-11Disabling the remote call for the time being, so that I can test it on a grid...Diva Canto1-10/+11
2009-08-11Added http handlers for the two new inventory operations.Diva Canto1-4/+4
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto3-6/+6
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto4-0/+113