aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-102-4/+4
* This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague2007-12-081-7/+27
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-062-3/+3
* Some refactoring of the RestObjectPoster (and related classes).MW2007-12-052-3/+3
* * Avatar picker works in grid mode now.Teravus Ovares2007-12-042-0/+38
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-042-10/+10
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-1/+1
* Some refactoring , mainly on Inventory code. MW2007-12-022-3/+3
* On login, if a set of inventory folders doesn't exist for the user then a new...MW2007-12-011-1/+9
* Initial working Grid Inventory server. Only been tested on a very small grid,...MW2007-12-012-1/+68