aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginResponse.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-11 do not allow multiple logins of same avatar. No HG case, that needs work on ...UbitUmarov1-3/+2
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-6/+6
2015-09-02seems to compile ( tests comented out)UbitUmarov1-6/+2
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-1/+1
2015-08-07max-agent-groups supportCinder1-1/+12
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-5/+19
2014-09-03Cleanup some unused code and configuration entriesBlueWall1-1/+1
2014-01-04Remove some chatty DebugFormat statements. No functional changes.Robert Adams1-3/+2
2014-01-04varregion: send region size in LLLoginResponse.Robert Adams1-1/+10
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-17/+16
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-5/+20
2013-11-02varregion: send region size in LLLoginResponse.Robert Adams1-1/+10
2013-06-13Add Option: ClassifiedFeeBlueWall1-1/+17
2013-05-09Application support:BlueWall1-1/+19
2012-08-15Add a real_id field to the login response if impersonation is used. The wrapperMelanie1-1/+12
2012-05-04minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2012-05-04Calculate the Daylight Savings Time information sent to the viewer based on U...Justin Clark-Casey (justincc)1-2/+41
2012-04-24Go back to always using the local timezone for now - not all machines have US...Justin Clark-Casey (justincc)1-13/+18
2012-04-24minor: formatting changes to top of LLLoginResponse.SetDefaultValues(), chief...Justin Clark-Casey (justincc)1-1/+6
2012-04-24DST settings to match client default Pacific Time (mantis #5972)Olivier van Helden and Gudule Lapointe (Speculoos.net)1-1/+15
2012-02-22V3 SupportBlueWall1-1/+19
2012-02-21V3 Support:BlueWall1-1/+19
2011-08-14Added optional Login Service parameter "Currency" to be able to change the cu...Snoopy Pfeffer1-1/+18
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-1/+1
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-1/+13
2011-04-30Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dllDiva Canto1-1/+0
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)1-1/+1
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-1/+28
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)1-1/+28
2010-10-20* additional serveruri cleanupJonathan Freedman1-28/+1
2010-10-03* additional serveruri cleanupJonathan Freedman1-28/+1
2010-08-09Remove "Could not authorize your session into the region" message in favorMelanie1-4/+0
2010-08-07Add search URL to Login ServiceMelanie1-1/+17
2010-08-07Add search URL to Login ServiceMelanie1-1/+17
2010-07-03Fixes mantis #4835Diva Canto1-1/+1
2010-07-02Add MapTileURL to robust to supply the url needed by snowglobeMelanie1-1/+18
2010-05-29Stop IGridService from throwing a fatal exception when an IPEndPoint cannot b...Tom Grimshaw1-0/+1
2010-05-16Fixes mantis #4691 for real. This time I tested it, and it works.Diva Canto1-1/+17
2010-05-16Fixes mantis #4691Diva Canto1-1/+3
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-2/+2
2010-04-30Treat a UserLevel of -1 as an unverified account and refer them to theirMelanie1-0/+5
2010-03-11Changed some properties and methods from private to protected in LLLoginRespo...Mikko Pallari1-3/+3
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-01Change friends to handle offers as it was originally designed. This mayMelanie1-1/+2
2010-02-25List of friends now retrieved upon login. Configured and tested in standalone...Diva Canto1-13/+13
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ob...Diva Canto1-16/+18
2010-01-01New LL login service is working! -- tested in standalone only. Things still m...Diva Canto1-7/+11
2009-12-31A lot more beef on the login service. The LLLoginResponse is a MONSTER! Almos...Diva Canto1-0/+225
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto1-2/+2
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt th...Diva Canto1-176/+93