aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-02-04* Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey1-23/+20
2008-02-04Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey3-19/+8
2008-01-28* Add total logouts (and total logins) to server side user statsJustin Clarke Casey2-9/+13
2008-01-25* Add very basic initial login stats to the user serverJustin Clarke Casey2-4/+16
2008-01-20* Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2-0/+38
2008-01-15* Mother of all commits:Adam Frisby2-4/+32
2008-01-09* This update enables the web_login method.Teravus Ovares1-0/+2
2008-01-09* Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares1-0/+1
2008-01-07*Added ability to update only necessary data on insertRegion for the grid ser...mingchen1-1/+1
2008-01-07* Adding More to the MessageServer classes.Teravus Ovares1-0/+27
2008-01-06* A few more Message Server comms related updatesTeravus Ovares1-2/+2
2008-01-06* Added some userserver glue for communications with the message server Teravus Ovares3-1/+183
2008-01-05* Applying jhurliman's LLSD login enablement patch.Teravus Ovares1-1/+2
2008-01-05And another log-instead-of-crash... when creating user fails.Tedd Hansen1-3/+19
2008-01-02* Updates UserServer Teravus Ovares2-2/+102