aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalLoginService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Renamed stuff on UserManagerBase to get implicit implementation of ↵lbsa712007-09-241-2/+2
| | | | IUserServices (instead of stubs)
* fixing me some line endingsSean Dague2007-09-171-166/+166
|
* Now also enabled Inventory persistence in standalone mode when account ↵MW2007-08-241-0/+4
| | | | Authentication is turned off.
* More work on inventory, can now create other inventory types, like Clothes ↵MW2007-08-151-0/+1
| | | | and body parts. [Note while you can edit these, at the moment your changes won't be saved between restarts. This will be fixed very soon.]
* Temporary fix for the region crossing crash, Although we need to start to ↵MW2007-08-151-1/+0
| | | | change and improve how we handle caps.
* Start of Inventory service, currently only (partially) functional in ↵MW2007-08-141-0/+49
| | | | | | | | 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.
* oops , guess I should include the new files next time MW2007-08-131-0/+113