Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added hg console commands to the module. | Diva Canto | 2009-09-22 | 1 | -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 Canto | 2009-09-22 | 1 | -58/+54 | |
| | ||||||
* | Added HGGridConnector and related code. | Diva Canto | 2009-09-22 | 1 | -0/+155 | |
| | ||||||
* | Added grid handler and grid remote connector. | Diva Canto | 2009-09-21 | 1 | -0/+346 | |
| | ||||||
* | Finish the (untested) authentication connector | Melanie | 2009-09-19 | 1 | -2/+35 | |
| | ||||||
* | Complete the first authenticator method | Melanie | 2009-09-19 | 1 | -1/+7 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | updated the IAuthorizationService interface so that a message is passed back ↵ | Rob Smart | 2009-09-16 | 1 | -1/+3 | |
| | | | | and can be displayed at the client when an avatar is denied access to a region | |||||
* | 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 | 1 | -9/+7 | |
| | ||||||
* | 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 | 1 | -0/+91 | |
| | | | | always grant access to an avatar entering the region if requested. | |||||
* | Revising the user account data interfaces. No user functionality yet | Melanie | 2009-09-06 | 1 | -132/+13 | |
| | ||||||
* | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 2009-09-03 | 2 | -1/+3 | |
| | ||||||
* | 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? | |||||
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 2009-08-22 | 4 | -2/+45 | |
| | | | | | | 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. | |||||
* | 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 | 4 | -0/+62 | |
| | | | | 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 | 4 | -7/+10 | |
| | ||||||
* | 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. | |||||
* | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 4 | -16/+54 | |
| | ||||||
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 1 | -2/+2 | |
| | | | | 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. | |||||
* | Some more hammering on the head of the obsolete rest inventory handlers, ↵ | Diva Canto | 2009-08-11 | 1 | -10/+14 | |
| | | | | just to make this work. | |||||
* | Re-adding a conditional in UserManager that was removed with arthusv's ↵ | Diva Canto | 2009-08-11 | 1 | -2/+2 | |
| | | | | commit. Changing new inventory ops to POST. | |||||
* | Disabling the remote call for the time being, so that I can test it on a ↵ | Diva Canto | 2009-08-11 | 1 | -10/+11 | |
| | | | | grid before making it live. | |||||
* | Added http handlers for the two new inventory operations. | Diva Canto | 2009-08-11 | 1 | -4/+4 | |
| | ||||||
* | System folders inventory cache added to OUT inventory modules. This tracks ↵ | Diva Canto | 2009-08-11 | 3 | -6/+6 | |
| | | | | agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet. | |||||
* | Added two new methods to IIventoryService -- GetFolderForType and ↵ | Diva Canto | 2009-08-10 | 4 | -0/+113 | |
| | | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet. | |||||
* | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 1 | -1/+1 | |
| | ||||||
* | Finish the renaming and mae things compile again | Melanie | 2009-08-09 | 1 | -20/+20 | |
| | ||||||
* | Patch from RemedyTomm: A failed inventory request would block any further | Melanie Thielker | 2009-07-26 | 1 | -5/+44 | |
| | | | | | | | | requests from that same user, even after a relog. This patch changes the block on further requests to be in line with the request timeout timer and allows the system to recover. | |||||
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 1 | -4/+4 | |
| | ||||||
* | * minor: Make GridCommon.ini.example refer to inventory service rather than ↵ | Justin Clarke Casey | 2009-07-10 | 1 | -1/+1 | |
| | | | | | | | | asset where appropriate * Send debug level notice to console if a user fails authentication | |||||
* | Updated services to allow external applications like web interfaces to | Melanie Thielker | 2009-06-30 | 1 | -2/+58 | |
| | | | | | | | authenticate against the services. This paves the way for such apps to directly talk to services. | |||||
* | Forgot a file | Melanie Thielker | 2009-06-22 | 1 | -0/+177 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-06-22 | 3 | -544/+544 | |
| | ||||||
* | Moving these nice HG connectors to their homes. | diva | 2009-06-15 | 2 | -0/+419 | |
| | ||||||
* | Factoring out "land_data" / RequestLandData that was hanging off of ↵ | diva | 2009-06-14 | 1 | -0/+125 | |
| | | | | IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works. | |||||
* | Update svn properties. | Jeff Ames | 2009-06-14 | 2 | -336/+336 | |
| | ||||||
* | Bug fix in remote neighbour connector. | diva | 2009-06-14 | 1 | -1/+1 | |
| | ||||||
* | And this one too... | diva | 2009-06-14 | 1 | -0/+166 | |
| | ||||||
* | Fixes mantis #3803. Thanks jhurliman. | diva | 2009-06-11 | 1 | -1/+1 | |
| | ||||||
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 2 | -2/+172 | |
| | | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored. |