aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-24Moved the linkage between LoginService and HGInventoryService to the config fileOren Hurvitz1-4/+5
2014-03-24When a user logs-in, automatically create the Suitcase folderOren Hurvitz1-0/+16
2014-01-30Record whether login to home fails because no home set (UUID.Zero) or region ...Justin Clark-Casey (justincc)1-7/+22
2014-01-04Remove some chatty DebugFormat statements. No functional changes.Robert Adams1-3/+2
2014-01-04varregion: send region size in LLLoginResponse.Robert Adams2-1/+13
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 Adams2-6/+21
2013-11-02varregion: send region size in LLLoginResponse.Robert Adams2-1/+13
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto1-1/+1
2013-06-13Add Option: ClassifiedFeeBlueWall2-2/+20
2013-05-09Application support:BlueWall2-2/+25
2013-02-27Switched to using the other Util function with a default value.Diva Canto1-1/+2
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto1-1/+1
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto1-1/+1
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto1-1/+1
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-20Give the user some feedback about the success or failure of console login pro...Justin Clark-Casey (justincc)1-2/+13
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1
2013-02-01Revert "Update assembly version numbers"BlueWall1-1/+1
2013-02-01Update assembly version numbersBlueWall1-1/+1
2012-11-14The last few AssemblyInfos. Finished!Diva Canto1-0/+33
2012-10-02string format arguments in wrong orderSignpostMarv1-1/+1
2012-07-05minor: add client name to various login service log messages to disambiguate ...Justin Clark-Casey (justincc)1-13/+43
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)2-5/+55
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-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-3/+3
2012-02-22V3 SupportBlueWall2-2/+22
2012-02-21V3 Support:BlueWall2-2/+22
2012-02-18Propagate our teleport flags on loginsBlueWall1-0/+2
2011-11-24minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2011-11-05Multiple lines in welcome message use '\n' in the welcome message tonebadon1-0/+3
2011-08-30minor: comment out friends number logging from login for nowJustin Clark-Casey (justincc)1-1/+1
2011-08-14Added optional Login Service parameter "Currency" to be able to change the cu...Snoopy Pfeffer2-2/+21
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)1-1/+1
2011-06-12People are bound to forget the '/' at the end of MapTileURL, so let's correct...Diva Canto1-0/+8
2011-06-01Add alternate region handling for url based logins as found in login to "home...BlueWall1-3/+15
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto1-10/+20
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 Canto2-2/+0
2011-04-27Thank you Snoopy for a patch that adds some filtering to client versions allo...Diva Canto1-3/+37
2011-01-27Also set Godlike flag. Might be usefulMelanie1-0/+2
2011-01-27Add TeleportFlags.ViaRegionID to the flags sent on login when the regionMelanie1-8/+13
2011-01-18Prune some of the excess logging for client logins.Justin Clark-Casey (justincc)2-2/+2
2010-12-09Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman...Diva Canto1-0/+5
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto1-2/+2