| Commit message (Expand) | Author | Files | Lines |
2009-09-17 | Remove the methods for full inventory fetch from the connector. Remove tests | Melanie | 1 | -35/+1 |
2009-09-16 | updated the IAuthorizationService interface so that a message is passed back ... | Rob Smart | 3 | -3/+6 |
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-11 | Minor indentation cleanup. | Diva Canto | 1 | -1/+1 |
2009-09-11 | Changed RemoteAuthorizationServiceConnector so that it implements the IAuthor... | Rob Smart | 1 | -4/+3 |
2009-09-10 | Changed the interface of IAuthorizationService to get less data. | Diva Canto | 3 | -11/+9 |
2009-09-10 | added AuthorizationRequest and AuthorizationResponse objects for passing Auth... | Rob Smart | 1 | -8/+9 |
2009-09-10 | adding in working functionality for the remote connector | Rob Smart | 1 | -4/+32 |
2009-09-10 | The stubs for an authorization service, at the moment the service will always... | Rob Smart | 4 | -0/+276 |
2009-09-06 | Remove the encryption from the IAuthenticationService interface. That | Melanie | 4 | -61/+0 |
2009-09-06 | Change the loader to actually load the user service data module | Melanie | 1 | -4/+4 |
2009-09-06 | Revising the user account data interfaces. No user functionality yet | Melanie | 3 | -164/+30 |
2009-09-04 | Add the new AuthStore to migrations. Update OpenSim.Server.ini | Melanie | 1 | -1/+1 |
2009-09-04 | Fully implement unencrypted auth token operations | Melanie | 1 | -3/+8 |
2009-09-04 | Implement plain password authentication partway. Tested, but no user | Melanie | 4 | -24/+35 |
2009-09-04 | More work on new authentication service | Melanie | 2 | -2/+8 |
2009-09-04 | Flech out the Authentication service. Add the database loader. Introduce | Melanie | 3 | -26/+130 |
2009-09-03 | Remove the distinction between password and login key in the authentication | Melanie | 3 | -18/+81 |
2009-09-03 | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 3 | -2/+4 |
2009-08-31 | Recreate the shell of the AuthenticationService to squelch Windows build | Melanie | 1 | -0/+86 |
2009-08-29 | Redesign the IAuthenticationService interface to use PKI. Sessioning is | Melanie | 2 | -350/+70 |
2009-08-28 | Pull out distinct cache system folders and drop cache methods in InventoryCache | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2009-08-25 | Closed the web request and stream in SynchronousRestSessionObjectPoster -- ma... | Diva Canto | 1 | -0/+5 |
2009-08-22 | Moved a debug message. | Diva Canto | 1 | -1/+1 |
2009-08-22 | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 6 | -4/+67 |
2009-08-21 | Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj... | Diva Canto | 1 | -3/+18 |
2009-08-20 | Made HandleFetchInventoryDescendents async, so that the client thread doesn't... | Diva Canto | 1 | -3/+1 |
2009-08-19 | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ... | Diva Canto | 1 | -3/+3 |
2009-08-19 | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 1 | -5/+5 |
2009-08-19 | Makes the inventory connectors fully compatible with the old Grid.InventorySe... | Diva Canto | 1 | -29/+35 |
2009-08-19 | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 6 | -0/+82 |
2009-08-19 | A better purge of trash folder. | Diva Canto | 6 | -12/+20 |
2009-08-18 | GetFolderItems implemented. It's not being called, but it might. | Diva Canto | 3 | -0/+37 |
2009-08-17 | Added some padding to the remote inventory connector so that it tries to oper... | Diva Canto | 1 | -4/+70 |
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 | 6 | -16/+97 |
2009-08-13 | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 3 | -6/+6 |
2009-08-11 | Fixes a race condition in EQ processing that was making EQs pop up again upon... | Diva Canto | 1 | -14/+14 |
2009-08-11 | Some more hammering on the head of the obsolete rest inventory handlers, just... | Diva Canto | 1 | -10/+14 |
2009-08-11 | Re-adding a conditional in UserManager that was removed with arthusv's commit... | Diva Canto | 1 | -2/+2 |
2009-08-11 | Disabling the remote call for the time being, so that I can test it on a grid... | Diva Canto | 1 | -10/+11 |
2009-08-11 | Added http handlers for the two new inventory operations. | Diva Canto | 1 | -4/+4 |
2009-08-11 | Improved test for system folders. Removed log messages. | Diva Canto | 1 | -1/+2 |
2009-08-11 | System folders inventory cache added to OUT inventory modules. This tracks ag... | Diva Canto | 4 | -6/+26 |
2009-08-10 | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo... | Diva Canto | 6 | -7/+176 |
2009-08-10 | Changed RequestRootFolder to GetRootFolder | Diva Canto | 3 | -5/+5 |