aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserLoginService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-01* Rolled back a few changes.Adam Frisby1-62/+56
2008-05-01* Cleaning code still.Adam Frisby1-56/+62
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-7/+4
2008-04-20* Extra log line to notify the user console when a new user inventory skeleto...Justin Clarke Casey1-0/+4
2008-04-20* Change user inventory create from explicit 'create user' command on the con...Justin Clarke Casey1-3/+6
2008-04-20* Change lazy user inventory creation on first login to synchronous rather th...Justin Clarke Casey1-15/+20
2008-04-20* On grid mode, if the inventory service is responding but returning an empty...Justin Clarke Casey1-20/+4
2008-04-15* Tiny, tiny, login message refinement to reduce human parsing requirementsJustin Clarke Casey1-1/+1
2008-04-15* Make it easier to follow logins on the user server by changing and tidying ...Justin Clarke Casey1-2/+4
2008-04-15* Send a meaningful response to both the user server console and the client i...Justin Clarke Casey1-0/+2
2008-04-10renaming of attributes in UserAgentData for readabilitySean Dague1-19/+19
2008-04-10changing UserAgentData to use properties. This caused moreSean Dague1-25/+24
2008-04-10further renaming of properties for claritySean Dague1-4/+4
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-43/+43
2008-04-10Patch by lulurun - 0000916: support secondlife client's "-url sim/x/y/z" option Teravus Ovares1-1/+12
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-7/+7
2008-04-02changing more references to OpenSim.DataSean Dague1-1/+1
2008-03-31* Minor: If a user exists but has no inventory in standalone, automatically c...Justin Clarke Casey1-1/+1
2008-03-29* Various 1.19.0.5 grid inventory request fixes. These will only take affect...Justin Clarke Casey1-0/+2
2008-03-28* Refactor: Rename CreateInventoryData() to GetInventorySkeleton()Justin Clarke Casey1-1/+2
2008-03-28* Remove pointless boolean on AgentInventory.CreateRootFolder()Justin Clarke Casey1-1/+1
2008-03-25* Massaging CAPS setup/teardown log messagesJustin Clarke Casey1-0/+4
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey1-3/+3
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames1-5/+0
2008-03-18* Added the ability to type the partial name of a region in the start locatio...Teravus Ovares1-5/+33
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-18Formatting cleanup.Jeff Ames1-1/+0
2008-03-18Building on Joha's update...Teravus Ovares1-5/+25
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-4/+4
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-7/+7
2008-02-26* More Message server stuff. Still not ready.Teravus Ovares1-3/+9
2008-02-25* Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares1-1/+8
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares1-2/+5
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-18* Output XmlRpc error message if user server gets a fault response from the r...Justin Clarke Casey1-2/+9
2008-02-18* Make RegionProfileData.RequestSimProfileData staticJustin Clarke Casey1-11/+13
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-5/+5
2008-02-07Shorten root inventory create folder message.Charles Krinke1-2/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-21/+21
2008-02-04Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey1-2/+2
2008-01-25* Add very basic initial login stats to the user serverJustin Clarke Casey1-3/+5
2008-01-06* Added some userserver glue for communications with the message server Teravus Ovares1-0/+9
2007-12-31Standard library folders can now be configued in the xml in inventory/OpenSim...Justin Clarke Casey1-2/+5
2007-12-27* Optimized usingslbsa711-33/+32
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-4/+4
2007-12-16More subtle message tuning of log messages.Charles Krinke1-1/+1
2007-12-16A bit more tuning of UserServer messages.Charles Krinke1-6/+8
2007-12-16Comment out an unneeded "Home Location" message.Charles Krinke1-1/+2
2007-12-16Improve UserServer login messages for logging.Charles Krinke1-4/+8