aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames8-15/+15
2008-02-09* fixed typo. thanks, nebadon!lbsa711-1/+1
2008-02-09* Refactored some asset code and in the process uncovered a bug; now, I think...lbsa711-10/+14
2008-02-09* added count of texture data bytes and asset byteslbsa711-6/+18
2008-02-09* Added count of temporary assetslbsa711-0/+23
2008-02-09* added two new commands (for debug/disaster recovery)lbsa711-25/+55
2008-02-09* Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares1-3/+9
2008-02-09* Change logger to handle [<entry>] where <entry> contains non alphabetic cha...Justin Clarke Casey2-6/+6
2008-02-08* Stop asset transactions hanging around after they've completedJustin Clarke Casey2-11/+79
2008-02-08Still chasing logout memory leak. Putting in small changes and temporary lig...Justin Clarke Casey1-5/+12
2008-02-08fix the issue found on IRC this morning. The logging call was mistructuredSean Dague1-1/+2
2008-02-07Additional debugging print on LOGOUT if/else in userServer.Charles Krinke1-2/+1
2008-02-05Converted logging to use log4net.Jeff Ames14-168/+169
2008-02-05some small changes, like adding a couple of extra methods to IInventoryServic...MW2-0/+12
2008-02-04Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2-25/+8
2008-02-04First part of avatar persistence, currently only really works in standalone m...MW2-0/+3
2008-02-04* Lowered maxchunk from 1500 bytes to 1250 bytes to make sure packets fit bel...Adam Frisby1-1/+1
2008-02-04* Default inventory permissions patch (#444), courtesy of alex_carnell -- tha...Adam Frisby1-0/+1
2008-01-31* setting some readonlieslbsa711-1/+1
2008-01-31* Add asset/texture cache statistics to region server consoleJustin Clarke Casey1-3/+21
2008-01-28* Add total logouts (and total logins) to server side user statsJustin Clarke Casey1-0/+26
2008-01-25* Add very basic initial login stats to the user serverJustin Clarke Casey1-2/+24
2008-01-21* Shutting down child agents properly in neighbor regions.Teravus Ovares2-1/+2
2008-01-21Add additional mainlog data to LogOffUserCharles Krinke1-1/+2
2008-01-20* Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2-0/+50
2008-01-20Graceful failure of teleport to unavailable regions might actually work now.Brian McBee1-0/+2
2008-01-19checking return code may make failed teleports fail more gracefully.Brian McBee1-0/+5
2008-01-15* Mother of all commits:Adam Frisby15-73/+76
2008-01-10* Just an update to the default login formTeravus Ovares1-3/+3
2008-01-10Whitespace cleanup.Jeff Ames1-1/+1
2008-01-10* After fighting with it a bit more, Opensim is now compatible with the most ...Teravus Ovares1-31/+30
2008-01-09* This update enables the web_login method.Teravus Ovares1-14/+134
2008-01-09* This may be broken.. it hasn't been tested, however I wanted to get the l...Teravus Ovares2-4/+162
2008-01-09* removed another superfluous debug messagelbsa711-2/+2
2008-01-09dump_assets_to_file=true will now cause the asset to go into a UserAssets sub...Brian McBee2-10/+62
2008-01-09Third part of CharlieO's library rework. We now have library organization! Th...Brian McBee1-32/+35
2008-01-05* Applying jhurliman's LLSD login enablement patch.Teravus Ovares3-2/+329
2008-01-02* Trying to address TextureSender issueslbsa713-32/+32
2008-01-02* Refactored out function to load specified AssetSet Xmllbsa711-2/+2
2008-01-01* You can add and remove a friend in standalone now within the same simulator...Teravus Ovares1-0/+43
2007-12-31Make it possible for new inventory 'libraries' to be added without changing t...Justin Clarke Casey2-85/+116
2007-12-31* Added database and UserManagerBase glue for FriendsList managementTeravus Ovares2-0/+89
2007-12-31Correctly output library inventory folder type and version informationJustin Clarke Casey1-3/+3
2007-12-31Standard library folders can now be configued in the xml in inventory/OpenSim...Justin Clarke Casey2-46/+129
2007-12-30Add an extra check that we don't create new inventory folders for a user that...Justin Clarke Casey2-5/+24
2007-12-30Shift default OpenSim library into its own directoryJustin Clarke Casey1-1/+1
2007-12-29Make inventory items nominate explicit inventory folders rather than hardcodingJustin Clarke Casey1-7/+12
2007-12-28Factor out common asset loading from AssetServerBase and Grid/AssetServer/MainJustin Clarke Casey2-99/+6
2007-12-28Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey1-3/+3
2007-12-28Set svn:eol-style.Jeff Ames2-4/+4