aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserManager/LoginService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-24* Started major restructusing of comms to prepare for better grid and region ↵lbsa711-287/+0
functionality * Working towards one shared set of services * Killed off two projects with very little functionality
2007-09-24* Added TryGetAvatarByNamelbsa711-6/+3
2007-09-24* Renamed stuff on UserManagerBase to get implicit implementation of ↵lbsa711-1/+1
IUserServices (instead of stubs)
2007-09-17fixing me some line endingsSean Dague1-290/+290
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed ↵Tedd Hansen1-0/+1
member names to smallcapsy.
2007-08-25Applied dalien's libsl login patch (should now allow libsl clients to once ↵MW1-4/+4
again login to opensim) [Seems I was the one who broke it...sorry ]
2007-08-14Start of Inventory service, currently only (partially) functional in ↵MW1-12/+20
standalone mode and using sqlite). In standalone mode, if you have account authenticate turned on (setting in opensim.ini) then when you create a new account, a set of inventory is created for that account and stored in database (currently only a set of empty folders). Then during login the database is search for that set and sent to the client in the login response. More functions will be added soon, like creating new folders (and a bit later items) from the client inventory window.
2007-08-13oops , guess I should include the new files next time MW1-0/+281