aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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-185-132/+129
* Formatting cleanup.Jeff Ames2008-03-181-1/+0
* Building on Joha's update...Teravus Ovares2008-03-181-5/+25
* Replaced some Console.WriteLine calls with writes to log.Jeff Ames2008-03-171-1/+3
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-041-4/+4
* * More compiler warning nukage.Adam Frisby2008-03-031-2/+0
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-032-0/+56
* Change handler001 through handler009 to moreCharles Krinke2008-03-022-11/+11
* * More Message server stuff. Still not ready.Teravus Ovares2008-02-264-20/+113
* * Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares2008-02-253-2/+18
* * 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
* * Do not allow a user to be created if one with the same name already existsJustin Clarke Casey2008-02-181-9/+14
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-5/+5
* Changed UserServer create user password input to cleartext so we can see what...Tedd Hansen2008-02-141-1/+2
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-2/+2
* Update version numbers to 0.5Jeff Ames2008-02-071-1/+1
* Shorten root inventory create folder message.Charles Krinke2008-02-071-2/+1
* Converted logging to use log4net.Jeff Ames2008-02-054-69/+58
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-23/+20
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-043-19/+8
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-282-9/+13
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-252-4/+16
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-202-0/+38
* * Mother of all commits:Adam Frisby2008-01-152-4/+32
* * This update enables the web_login method.Teravus Ovares2008-01-091-0/+2
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-091-0/+1
* *Added ability to update only necessary data on insertRegion for the grid ser...mingchen2008-01-071-1/+1
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-071-0/+27
* * A few more Message Server comms related updatesTeravus Ovares2008-01-061-2/+2
* * Added some userserver glue for communications with the message server Teravus Ovares2008-01-063-1/+183
* * Applying jhurliman's LLSD login enablement patch.Teravus Ovares2008-01-051-1/+2
* And another log-instead-of-crash... when creating user fails.Tedd Hansen2008-01-051-3/+19
* * Updates UserServer Teravus Ovares2008-01-022-2/+102
* Standard library folders can now be configued in the xml in inventory/OpenSim...Justin Clarke Casey2007-12-312-3/+8
* * Optimized usingslbsa712007-12-273-55/+63
* * Fixed UserServer crash when it's passed 00000000000000000000000000 as the U...Teravus Ovares2007-12-211-3/+28
* Comment out "METHOD BY UUID CALLED" WriteLine as it isCharles Krinke2007-12-201-1/+2
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-202-10/+10
* 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-142-7/+7