Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
functionality yet. | |||||
2009-09-03 | Remove the distinction between password and login key in the authentication | Melanie | 1 | -5/+2 | |
service. This will be done in the login service instead, it's out of scope for an authenticator | |||||
2009-08-29 | Redesign the IAuthenticationService interface to use PKI. Sessioning is | Melanie | 1 | -38/+70 | |
now in the domain of the presence module where it belongs. | |||||
2009-08-22 | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 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. | |||||
2009-08-19 | Added MoveItems, which is most useful upon viewer-delete inventory ↵ | Diva Canto | 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). | |||||
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' ↵ | Diva Canto | 1 | -2/+2 | |
starting to get on my nerves. | |||||
2009-08-10 | Added two new methods to IIventoryService -- GetFolderForType and ↵ | Diva Canto | 1 | -7/+23 | |
GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet. | |||||
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 | |
one but alowing multi-tenancy. | |||||
2009-06-30 | Updated services to allow external applications like web interfaces to | Melanie Thielker | 2 | -13/+74 | |
authenticate against the services. This paves the way for such apps to directly talk to services. | |||||
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 | |
connector and the glue code. | |||||
2009-06-22 | Committing the meat of the user server interface and the bones of the ↵ | Melanie Thielker | 1 | -0/+45 | |
service implementation | |||||
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 | |
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon. | |||||
2009-06-14 | Factoring out "land_data" / RequestLandData that was hanging off of ↵ | diva | 1 | -0/+38 | |
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works. | |||||
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 | |
2009-06-08 | Added more functions to IInventoryService. Unsure about whether all of these ↵ | diva | 1 | -0/+35 | |
are really necessary. | |||||
2009-06-07 | First draft of inventory service connectors, and service implementation. No ↵ | diva | 1 | -0/+118 | |
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files. | |||||
2009-06-03 | Committing the partial refactor of authentication services. No user functionlity | Melanie Thielker | 1 | -4/+23 | |
will eat your babies, etc | |||||
2009-05-31 | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2 | -2/+56 | |
2009-05-25 | Correct a minor typo | Melanie Thielker | 1 | -1/+1 | |
2009-05-25 | Beginning of refactoring RESTComms/LocalComms in the new style of services ↵ | diva | 2 | -0/+95 | |
and connectors. This commit has the beginning of the In connector, not the Out. Nothing of this is finished yet, and it doesn't run. But it should compile ok. | |||||
2009-05-10 | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 1 | -0/+5 | |
for asset retrieval (full asset only) to ease migration to the new system | |||||
2009-05-08 | More additions to the nextgen reference UGAIM | Melanie Thielker | 1 | -0/+53 | |
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 1 | -0/+27 | |
2009-05-05 | Some refactoring. Database is now active in the new user server | Melanie Thielker | 1 | -1/+1 | |
2009-05-05 | Add an interface skeleton for user services | Melanie Thielker | 1 | -0/+6 | |