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