aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalLoginService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-30* Optimized usingslbsa711-23/+26
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-4/+2
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-22nice catch by chi11ken that I was setting the wrong propertySean Dague1-1/+1
2007-10-22Bug fix, so that local loginserver (in standalone mode) can set a start ↵MW1-1/+2
position (position inside the region) rather than it always being hardcoded to 128,128. Note: This bug fix is just to allow this to be set. Its not actually used yet (so users will still always start at 128,128).
2007-10-18Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax1-1/+1
Bugs 449, 454, 408, 244, 197 implemented InformClientOfNeighbours as an asynchroneous process, handling timeouts without blocking the main thread. Improved logging of errors, removed catch all in try catch
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-10-05getting all our line endings consistant againSean Dague1-173/+173
2007-10-05* So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa711-8/+8
of things. Reverting 2056.
2007-10-05Some tiny refactoringMW1-0/+1
2007-10-05* UserProfileData meets code conventionslbsa711-8/+8
2007-10-05== The "right name and place" commit ==lbsa711-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
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-2/+49
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-49/+2
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-24* Removed some more fields from CommunicationsLocallbsa711-166/+173
* added OnLoginToRegion to CommunicationsLocal
2007-09-24* Started major restructusing of comms to prepare for better grid and region ↵lbsa711-3/+3
functionality * Working towards one shared set of services * Killed off two projects with very little functionality
2007-09-24* Renamed stuff on UserManagerBase to get implicit implementation of ↵lbsa711-2/+2
IUserServices (instead of stubs)
2007-09-17fixing me some line endingsSean Dague1-166/+166
2007-08-24Now also enabled Inventory persistence in standalone mode when account ↵MW1-0/+4
Authentication is turned off.
2007-08-15More work on inventory, can now create other inventory types, like Clothes ↵MW1-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.]
2007-08-15Temporary fix for the region crossing crash, Although we need to start to ↵MW1-1/+0
change and improve how we handle caps.
2007-08-14Start of Inventory service, currently only (partially) functional in ↵MW1-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.
2007-08-13oops , guess I should include the new files next time MW1-0/+113