aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalLoginService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-051-8/+8
| | | | of things. Reverting 2056.
* Some tiny refactoringMW2007-10-051-0/+1
|
* * UserProfileData meets code conventionslbsa712007-10-051-8/+8
|
* == The "right name and place" commit ==lbsa712007-10-051-1/+0
| | | | | | | | | * Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-2/+49
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-49/+2
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Removed some more fields from CommunicationsLocallbsa712007-09-241-166/+173
| | | | | | * added OnLoginToRegion to CommunicationsLocal
* * Started major restructusing of comms to prepare for better grid and region ↵lbsa712007-09-241-3/+3
| | | | | | | | functionality * Working towards one shared set of services * Killed off two projects with very little functionality
* * 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