aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-01* Rolled back a few changes.Adam Frisby5-238/+229
2008-05-01* Cleaning code still.Adam Frisby5-229/+238
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-2/+2
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2-2/+2
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby4-27/+26
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 Casey2-11/+34
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-17* Implements 'Set Home to Here' Teravus Ovares1-0/+87
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 Casey2-9/+11
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 Dague2-15/+15
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague2-67/+67
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* Refactored out common http handler operationslbsa711-43/+26
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 Ames5-132/+129
2008-03-18Formatting cleanup.Jeff Ames1-1/+0
2008-03-18Building on Joha's update...Teravus Ovares1-5/+25
2008-03-17Replaced some Console.WriteLine calls with writes to log.Jeff Ames1-1/+3
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson1-4/+4
2008-03-03* More compiler warning nukage.Adam Frisby1-2/+0
2008-03-03* Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2-0/+56
2008-03-02Change handler001 through handler009 to moreCharles Krinke2-11/+11
2008-02-26* More Message server stuff. Still not ready.Teravus Ovares4-20/+113
2008-02-25* Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares3-2/+18
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-18* Do not allow a user to be created if one with the same name already existsJustin Clarke Casey1-9/+14
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-5/+5
2008-02-14Changed UserServer create user password input to cleartext so we can see what...Tedd Hansen1-1/+2
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-2/+2
2008-02-07Update version numbers to 0.5Jeff Ames1-1/+1
2008-02-07Shorten root inventory create folder message.Charles Krinke1-2/+1
2008-02-05Converted logging to use log4net.Jeff Ames4-69/+58