Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak presence handling and whip up a database connector and handler | Melanie | 2009-11-18 | 1 | -1/+1 |
| | | | | for testign the new generic table handling | ||||
* | Change PresenceData to PresenceInfo to remove a naming conflict in the | Melanie | 2009-11-18 | 1 | -0/+8 |
| | | | | OpenSim.Data namespace | ||||
* | Set the estate owner to be the master avatar if it's not set. | Melanie | 2009-10-14 | 1 | -0/+6 |
| | |||||
* | Add owner_uuid. Not sure this works. Worth a test | Melanie | 2009-10-07 | 1 | -0/+14 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ↵ | Diva Canto | 2009-09-28 | 1 | -5/+9 |
| | | | | layer. This sounds fishy to me, but it's what's used to make external currency modules work, for now. | ||||
* | Added missing IHyperlinkService. | Diva Canto | 2009-09-27 | 1 | -0/+49 |
| | |||||
* | Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵ | Diva Canto | 2009-09-27 | 1 | -1/+2 |
| | | | | neighbours in the grid service modules. | ||||
* | Moved all HG1 operations to HGGridConnector.cs and ↵ | Diva Canto | 2009-09-26 | 1 | -0/+14 |
| | | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions. | ||||
* | First pass at the heart surgery for grid services. Compiles and runs ↵ | Diva Canto | 2009-09-26 | 1 | -6/+21 |
| | | | | minimally. A few bugs to catch now. | ||||
* | Better guards on RegisterRegion in GridService. | Diva Canto | 2009-09-25 | 1 | -1/+9 |
| | | | | Added serverPort to the fields that get stored (I think this is the UDP port). | ||||
* | All tests pass for MySQL/MySQLRegionData. | Diva Canto | 2009-09-24 | 1 | -43/+18 |
| | | | | Added OpenSim.GridServer.ini.example that I have been using for testing the ROBUST grid service with the GridClient. | ||||
* | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 2009-09-24 | 1 | -0/+4 |
| | | | | getting parameters and replies over the wire. | ||||
* | Added test GridClient, which allowed me to remove a few bugs out of the new ↵ | Diva Canto | 2009-09-24 | 1 | -0/+9 |
| | | | | code. | ||||
* | Changed IGridService to use the new GridRegion data structure instead of old ↵ | Diva Canto | 2009-09-23 | 1 | -9/+240 |
| | | | | | | SimpleRegionInfo. Added grid configs to standalones. | ||||
* | Added grid handler and grid remote connector. | Diva Canto | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | First pass at the grid service. | Diva Canto | 2009-09-18 | 1 | -6/+11 |
| | |||||
* | updated the IAuthorizationService interface so that a message is passed back ↵ | Rob Smart | 2009-09-16 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Changed the interface of IAuthorizationService to get less data. | Diva Canto | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 2009-09-10 | 1 | -0/+46 |
| | | | | always grant access to an avatar entering the region if requested. | ||||
* | Remove the encryption from the IAuthenticationService interface. That | Melanie | 2009-09-06 | 1 | -36/+0 |
| | | | | | is too high up for that type of stuff. It needs to be at the connector/handler level | ||||
* | Revising the user account data interfaces. No user functionality yet | Melanie | 2009-09-06 | 1 | -25/+10 |
| | |||||
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 1 | -2/+2 |
| | | | | functionality yet. | ||||
* | Remove the distinction between password and login key in the authentication | Melanie | 2009-09-03 | 1 | -5/+2 |
| | | | | | service. This will be done in the login service instead, it's out of scope for an authenticator | ||||
* | Redesign the IAuthenticationService interface to use PKI. Sessioning is | Melanie | 2009-08-29 | 1 | -38/+70 |
| | | | | now in the domain of the presence module where it belongs. | ||||
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 2009-08-22 | 1 | -0/+8 |
| | | | | | | 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 MoveItems, which is most useful upon viewer-delete inventory ↵ | Diva Canto | 2009-08-19 | 1 | -0/+2 |
| | | | | 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 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -0/+20 |
| | | |||||
* | | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 1 | -2/+2 |
|/ | | | | starting to get on my nerves. | ||||
* | Added two new methods to IIventoryService -- GetFolderForType and ↵ | Diva Canto | 2009-08-10 | 1 | -7/+23 |
| | | | | 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 |
| | |||||
* | Stub out the Profile and Presence services | Melanie | 2009-08-10 | 2 | -0/+74 |
| | |||||
* | Finish the renaming and mae things compile again | Melanie | 2009-08-09 | 1 | -3/+3 |
| | |||||
* | More renames | Melanie | 2009-08-09 | 1 | -10/+10 |
| | |||||
* | Rename UserData to UserAccount data | Melanie | 2009-08-09 | 1 | -7/+7 |
| | |||||
* | Adding the plumbing for a ROBUST freeswitch service | Melanie | 2009-08-04 | 1 | -0/+37 |
| | |||||
* | Adding the new grid services skeleton. Still very much based on the old | Melanie Thielker | 2009-07-10 | 1 | -0/+83 |
| | | | | | | one but alowing multi-tenancy. | ||||
* | Updated services to allow external applications like web interfaces to | Melanie Thielker | 2009-06-30 | 2 | -13/+74 |
| | | | | | | | authenticate against the services. This paves the way for such apps to directly talk to services. | ||||
* | Add RegionSecret to user data structure to provide data update security | Melanie Thielker | 2009-06-23 | 1 | -0/+6 |
| | |||||
* | Committing RemoteUserServiceConnector out connector, local user service | Melanie Thielker | 2009-06-22 | 1 | -3/+2 |
| | | | | | | connector and the glue code. | ||||
* | Committing the meat of the user server interface and the bones of the ↵ | Melanie Thielker | 2009-06-22 | 1 | -0/+45 |
| | | | | service implementation | ||||
* | Update svn properties. | Jeff Ames | 2009-06-22 | 1 | -38/+38 |
| |