Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Adding the deserializer for server form/xml replies | Melanie | 2009-09-19 | 1 | -0/+12 | |
| | | ||||||
| * | Add the skeleton of the authentication connector and the forms data requester | Melanie | 2009-09-19 | 1 | -0/+99 | |
| | | ||||||
* | | Reverted the order of reading configs in GridServiceBase. | Diva Canto | 2009-09-18 | 1 | -11/+11 | |
|/ | ||||||
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-18 | 1 | -35/+1 | |
|\ | ||||||
| * | Remove the methods for full inventory fetch from the connector. Remove tests | Melanie | 2009-09-17 | 1 | -35/+1 | |
| | | | | | | | | for the old, removed asset handlers | |||||
* | | First pass at the grid service. | Diva Canto | 2009-09-18 | 4 | -85/+392 | |
|/ | ||||||
* | updated the IAuthorizationService interface so that a message is passed back ↵ | Rob Smart | 2009-09-16 | 3 | -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 Canto | 2009-09-11 | 1 | -1/+1 | |
| | ||||||
* | Added GetRegionByHandle. | Diva Canto | 2009-09-11 | 1 | -0/+2 | |
| | ||||||
* | Removed RequestLandData from IGridService because it's already in another place. | Diva Canto | 2009-09-11 | 2 | -4/+38 | |
| | | | | Moved GetMapBlocks to a new interface IMapService. | |||||
* | Changed names of methods in IGridService. | Diva Canto | 2009-09-11 | 1 | -8/+13 | |
| | ||||||
* | moved AuthorizationRequest and AuthorizationResponse to ↵ | Rob Smart | 2009-09-11 | 1 | -0/+98 | |
| | | | | IAuthorizationService to keep service dependencies together. | |||||
* | Minor indentation cleanup. | Diva Canto | 2009-09-11 | 1 | -1/+1 | |
| | ||||||
* | Changed RemoteAuthorizationServiceConnector so that it implements the ↵ | Rob Smart | 2009-09-11 | 1 | -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 Canto | 2009-09-10 | 3 | -11/+9 | |
| | ||||||
* | added AuthorizationRequest and AuthorizationResponse objects for passing ↵ | Rob Smart | 2009-09-10 | 1 | -8/+9 | |
| | | | | Authorization messages over http. Added handling code for these in the AuthorizationServerConnector and AuthorizationServicesConnector | |||||
* | adding in working functionality for the remote connector | Rob Smart | 2009-09-10 | 1 | -4/+32 | |
| | ||||||
* | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 2009-09-10 | 4 | -0/+276 | |
| | | | | always grant access to an avatar entering the region if requested. | |||||
* | Remove the encryption from the IAuthenticationService interface. That | Melanie | 2009-09-06 | 4 | -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 module | Melanie | 2009-09-06 | 1 | -4/+4 | |
| | ||||||
* | Revising the user account data interfaces. No user functionality yet | Melanie | 2009-09-06 | 3 | -164/+30 | |
| | ||||||
* | Add the new AuthStore to migrations. Update OpenSim.Server.ini | Melanie | 2009-09-04 | 1 | -1/+1 | |
| | ||||||
* | Fully implement unencrypted auth token operations | Melanie | 2009-09-04 | 1 | -3/+8 | |
| | ||||||
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 4 | -24/+35 | |
| | | | | functionality yet. | |||||
* | More work on new authentication service | Melanie | 2009-09-04 | 2 | -2/+8 | |
| | ||||||
* | Flech out the Authentication service. Add the database loader. Introduce | Melanie | 2009-09-04 | 3 | -26/+130 | |
| | | | | | inheritance to deal with common tasks like crypto. Still untested. | |||||
* | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-09-03 | 3 | -2/+4 | |
|\ | ||||||
| * | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 2009-09-03 | 3 | -2/+4 | |
| | | ||||||
* | | Remove the distinction between password and login key in the authentication | Melanie | 2009-09-03 | 3 | -18/+81 | |
|/ | | | | | service. This will be done in the login service instead, it's out of scope for an authenticator | |||||
* | Recreate the shell of the AuthenticationService to squelch Windows build | Melanie | 2009-08-31 | 1 | -0/+86 | |
| | | | | error. WIll be filled in as soon as I figure out the crypto stuff. | |||||
* | Redesign the IAuthenticationService interface to use PKI. Sessioning is | Melanie | 2009-08-29 | 2 | -350/+70 | |
| | | | | now in the domain of the presence module where it belongs. | |||||
* | Pull out distinct cache system folders and drop cache methods in InventoryCache | Justin Clark-Casey (justincc) | 2009-08-28 | 1 | -0/+2 | |
| | ||||||
* | Closed the web request and stream in SynchronousRestSessionObjectPoster -- ↵ | Diva Canto | 2009-08-25 | 1 | -0/+5 | |
| | | | | maybe this is the cause of some timeouts seen in some monos? | |||||
* | Moved a debug message. | Diva Canto | 2009-08-22 | 1 | -1/+1 | |
| | ||||||
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 2009-08-22 | 6 | -4/+67 | |
| | | | | | | folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer. | |||||
* | Added a more sane InventoryServerMoveItemsHandler. Changed ↵ | Diva Canto | 2009-08-21 | 1 | -3/+18 | |
| | | | | SynchronousRestObjectRequester so that it also understands PUTs. | |||||
* | Made HandleFetchInventoryDescendents async, so that the client thread ↵ | Diva Canto | 2009-08-20 | 1 | -3/+1 | |
| | | | | doesn't wait for the download of the entire inventory. | |||||
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-19 | 1 | -5/+5 | |
|\ | ||||||
| * | * Switching IAssetData to follow the new naming schema, removing the ↵ | Kunnis | 2009-08-19 | 1 | -5/+5 | |
| | | | | | | | | separate insert and update methods. | |||||
* | | Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ↵ | Diva Canto | 2009-08-19 | 1 | -3/+3 | |
|/ | | | | | | | SQlite. Fixes most grief in http://opensimulator.org/mantis/view.php?id=4035 http://opensimulator.org/mantis/view.php?id=4027 | |||||
* | Makes the inventory connectors fully compatible with the old ↵ | Diva Canto | 2009-08-19 | 1 | -29/+35 | |
| | | | | | | Grid.InventoryServer. WARNING: interacting with the old server is _much_ slower than interacting with the new one. Grids with the old server will not see any improvements on crossings and TPs, because inventory needs to be fetched from it in its entirety. | |||||
* | Added MoveItems, which is most useful upon viewer-delete inventory ↵ | Diva Canto | 2009-08-19 | 6 | -0/+82 | |
| | | | | operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). | |||||
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 6 | -12/+20 | |
| | ||||||
* | GetFolderItems implemented. It's not being called, but it might. | Diva Canto | 2009-08-18 | 3 | -0/+37 | |
| | ||||||
* | Added some padding to the remote inventory connector so that it tries to ↵ | Diva Canto | 2009-08-17 | 1 | -4/+70 | |
| | | | | operate with the old Grid.InventoryServer.exe. Untested, but it should work -- slow. | |||||
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-14 | 1 | -9/+37 | |
|\ | ||||||
| * | Add standard doc and standard doc formatting to IAssetService | Justin Clark-Casey (justincc) | 2009-08-14 | 1 | -9/+37 | |
| | | ||||||
* | | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 6 | -16/+97 | |
| | | ||||||
* | | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 3 | -6/+6 | |
|/ | | | | starting to get on my nerves. | |||||
* | Fixes a race condition in EQ processing that was making EQs pop up again ↵ | Diva Canto | 2009-08-11 | 1 | -14/+14 | |
| | | | | | | upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet. |