aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-05getting all our line endings consistant againSean Dague1-1/+1
2007-10-05* So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa711-286/+286
of things. Reverting 2056.
2007-10-05* UserProfileData meets code conventionslbsa711-286/+286
2007-10-05== The "right name and place" commit ==lbsa711-1/+1
* 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
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-55/+79
Tleiades patch 444 and 445.
2007-09-27* Tleiades patch #445 - the inventory folders displayed does not show the ↵lbsa711-2/+2
expected folder icons Tahnx, Tleiades; keep up the good work!
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-79/+55
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-24* Started major restructusing of comms to prepare for better grid and region ↵lbsa711-0/+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