aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Change 3 UserServer login messages from writeline to MainLog to help ↵Charles Krinke2007-10-131-3/+5
| | | | diagnose failed grid logins.
* I broke the build and am reverting until I can get the MainLog call proper.Charles Krinke2007-10-121-7/+7
|
* Turn a few of the writelines into mainlog entries so failed logins can be ↵Charles Krinke2007-10-121-7/+7
| | | | more easily analyzed.
* getting all our line endings consistant againSean Dague2007-10-051-96/+96
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-051-13/+13
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-051-13/+13
|
* == The "right name and place" commit ==lbsa712007-10-051-80/+81
| | | | | | | | | * 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-22/+17
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-17/+22
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Now login swallows WebException.Timeout; (thanks cfk!)lbsa712007-09-241-3/+18
| | | | | (we should really implement some nearby/default known-up algorithm here)
* fixing me some line endingsSean Dague2007-09-171-80/+80
|
* oops , guess I should include the new files next time MW2007-08-131-0/+80