| Commit message (Expand) | Author | Files | Lines |
2009-10-01 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-09-28 | Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ... | Diva Canto | 1 | -5/+9 |
2009-09-27 | Added missing IHyperlinkService. | Diva Canto | 1 | -0/+49 |
2009-09-27 | Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei... | Diva Canto | 1 | -1/+2 |
2009-09-26 | Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c... | Diva Canto | 1 | -0/+14 |
2009-09-26 | First pass at the heart surgery for grid services. Compiles and runs minimall... | Diva Canto | 1 | -6/+21 |
2009-09-25 | Better guards on RegisterRegion in GridService. | Diva Canto | 1 | -1/+9 |
2009-09-24 | All tests pass for MySQL/MySQLRegionData. | Diva Canto | 1 | -43/+18 |
2009-09-24 | GridServerPostHandler finished. GridClient tests all work. More guards on get... | Diva Canto | 1 | -0/+4 |
2009-09-24 | Added test GridClient, which allowed me to remove a few bugs out of the new c... | Diva Canto | 1 | -0/+9 |
2009-09-23 | Changed IGridService to use the new GridRegion data structure instead of old ... | Diva Canto | 1 | -9/+240 |
2009-09-21 | Added grid handler and grid remote connector. | Diva Canto | 1 | -1/+1 |
2009-09-18 | First pass at the grid service. | Diva Canto | 1 | -6/+11 |
2009-09-16 | updated the IAuthorizationService interface so that a message is passed back ... | Rob Smart | 1 | -1/+1 |
2009-09-11 | Changed GetRegionByHandle to GetRegionByPosition -- more generic. | Diva Canto | 1 | -1/+1 |
2009-09-11 | Added GetRegionByHandle. | Diva Canto | 1 | -0/+2 |
2009-09-11 | Removed RequestLandData from IGridService because it's already in another place. | Diva Canto | 2 | -4/+38 |
2009-09-11 | Changed names of methods in IGridService. | Diva Canto | 1 | -8/+13 |
2009-09-11 | moved AuthorizationRequest and AuthorizationResponse to IAuthorizationService... | Rob Smart | 1 | -0/+98 |
2009-09-10 | Changed the interface of IAuthorizationService to get less data. | Diva Canto | 1 | -1/+1 |
2009-09-10 | The stubs for an authorization service, at the moment the service will always... | Rob Smart | 1 | -0/+46 |
2009-09-06 | Remove the encryption from the IAuthenticationService interface. That | Melanie | 1 | -36/+0 |
2009-09-06 | Revising the user account data interfaces. No user functionality yet | Melanie | 1 | -25/+10 |
2009-09-04 | Implement plain password authentication partway. Tested, but no user | Melanie | 1 | -2/+2 |
2009-09-03 | Remove the distinction between password and login key in the authentication | Melanie | 1 | -5/+2 |
2009-08-29 | Redesign the IAuthenticationService interface to use PKI. Sessioning is | Melanie | 1 | -38/+70 |
2009-08-22 | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 1 | -0/+8 |
2009-08-19 | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 1 | -0/+2 |
2009-08-19 | A better purge of trash folder. | Diva Canto | 1 | -1/+2 |
2009-08-14 | Add standard doc and standard doc formatting to IAssetService | Justin Clark-Casey (justincc) | 1 | -9/+37 |
2009-08-13 | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 1 | -0/+20 |
2009-08-13 | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 1 | -2/+2 |
2009-08-10 | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo... | Diva Canto | 1 | -7/+23 |
2009-08-10 | Changed RequestRootFolder to GetRootFolder | Diva Canto | 1 | -1/+1 |
2009-08-10 | Stub out the Profile and Presence services | Melanie | 2 | -0/+74 |
2009-08-09 | Finish the renaming and mae things compile again | Melanie | 1 | -3/+3 |
2009-08-09 | More renames | Melanie | 1 | -10/+10 |
2009-08-09 | Rename UserData to UserAccount data | Melanie | 1 | -7/+7 |
2009-08-04 | Adding the plumbing for a ROBUST freeswitch service | Melanie | 1 | -0/+37 |
2009-07-10 | Adding the new grid services skeleton. Still very much based on the old | Melanie Thielker | 1 | -0/+83 |
2009-06-30 | Updated services to allow external applications like web interfaces to | Melanie Thielker | 2 | -13/+74 |
2009-06-23 | Add RegionSecret to user data structure to provide data update security | Melanie Thielker | 1 | -0/+6 |
2009-06-22 | Committing RemoteUserServiceConnector out connector, local user service | Melanie Thielker | 1 | -3/+2 |
2009-06-22 | Committing the meat of the user server interface and the bones of the service... | Melanie Thielker | 1 | -0/+45 |
2009-06-22 | Update svn properties. | Jeff Ames | 1 | -38/+38 |
2009-06-17 | Implementation of a simple authentication service + in connector in route to ... | diva | 1 | -11/+19 |
2009-06-14 | Factoring out "land_data" / RequestLandData that was hanging off of IGridServ... | diva | 1 | -0/+38 |
2009-06-14 | Update svn properties. | Jeff Ames | 1 | -38/+38 |
2009-06-14 | Oops. Forgot to add this file. | diva | 1 | -0/+38 |
2009-06-11 | Fixes mantis #3803. Thanks jhurliman. | diva | 1 | -1/+2 |