aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-12-31Standard library folders can now be configued in the xml in inventory/OpenSim...Justin Clarke Casey2-3/+8
2007-12-27* Optimized usingslbsa713-55/+63
2007-12-21* Fixed UserServer crash when it's passed 00000000000000000000000000 as the U...Teravus Ovares1-3/+28
2007-12-20Comment out "METHOD BY UUID CALLED" WriteLine as it isCharles Krinke1-1/+2
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2-10/+10
2007-12-16More subtle message tuning of log messages.Charles Krinke1-1/+1
2007-12-16A bit more tuning of UserServer messages.Charles Krinke1-6/+8
2007-12-16Comment out an unneeded "Home Location" message.Charles Krinke1-1/+2
2007-12-16Improve UserServer login messages for logging.Charles Krinke1-4/+8
2007-12-15* Make inventory operations sync rather than async. This is to alleviate rac...Justin Clarke Casey1-5/+9
2007-12-14* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c...Teravus Ovares2-7/+7
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2-4/+4
2007-12-08This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague1-7/+27
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2-3/+3
2007-12-05Some refactoring of the RestObjectPoster (and related classes).MW2-3/+3
2007-12-04* Avatar picker works in grid mode now.Teravus Ovares2-0/+38
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby2-10/+10
2007-12-04* Removed 12 compiler warnings.Adam Frisby1-1/+1
2007-12-02Some refactoring , mainly on Inventory code. MW2-3/+3
2007-12-01On login, if a set of inventory folders doesn't exist for the user then a new...MW1-1/+9
2007-12-01Initial working Grid Inventory server. Only been tested on a very small grid,...MW2-1/+68