aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache (unfollow)
Commit message (Expand)AuthorFilesLines
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* Add asset/texture cache statistics to region server consoleJustin Clarke Casey1-3/+21
2008-01-15* Mother of all commits:Adam Frisby3-16/+16
2008-01-10Whitespace cleanup.Jeff Ames1-1/+1
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 McBee1-3/+16
2008-01-09Third part of CharlieO's library rework. We now have library organization! Th...Brian McBee1-32/+35
2008-01-02* Trying to address TextureSender issueslbsa713-32/+32
2008-01-02* Refactored out function to load specified AssetSet Xmllbsa711-2/+2
2007-12-31Make it possible for new inventory 'libraries' to be added without changing t...Justin Clarke Casey1-85/+115
2007-12-31Standard library folders can now be configued in the xml in inventory/OpenSim...Justin Clarke Casey1-25/+100
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-27* Optimized usingslbsa7111-83/+93
2007-12-27Move hardcoded texture library inventory items out into OpenSimLibrary/xml. ...Justin Clarke Casey1-16/+1
2007-12-27* AssetServerBase: _ProcessRequest is now called GetAssetlbsa714-7/+7
2007-12-23Yet more inventory debugging messagesJustin Clarke Casey1-9/+30
2007-12-23Miscellaneous small tweaks and more logging messages to move towards resolvin...Justin Clarke Casey1-2/+5
2007-12-22Make copying of scripts into prim inventories more reliable on the first atte...Justin Clarke Casey1-3/+45
2007-12-22minor refactorJustin Clarke Casey1-3/+8
2007-12-21Refix bug where inventory textures don't appear in prim edit texture selectio...Justin Clarke Casey1-6/+15
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames3-6/+6
2007-12-19Refactor asset request processing for consistent status information on whethe...Justin Clarke Casey4-25/+46
2007-12-19Misc. cleanup:Jeff Ames1-46/+14
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2-7/+35
2007-12-14Thank you Justin for:Charles Krinke1-52/+27
2007-12-14* Just making Create publiclbsa711-1/+1
2007-12-14* ARequest changed name to AssetRequest and moved to own file.lbsa714-104/+97
2007-12-14patch from justincc for Mantis #163 - Opening a script in inventory longer th...Teravus Ovares1-11/+36
2007-12-11Implementing updateinventoryfolder: Should now be able to rename folders in i...Brian McBee1-0/+20
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-10more work on texture downloading.MW3-328/+106
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames9-15/+15
2007-12-08hackish code to allow emptying of trash. This really should be done on the in...Brian McBee1-1/+21
2007-12-06reversing the r2599 patch, as this started causing CreateThread errors for Sean Dague1-6/+1
2007-12-06* now the throttle timer is stopped whilst processing Queue so that it won't ...lbsa711-1/+6
2007-12-03This is a simple patch which just renames an IClientAPI method toSean Dague1-1/+1
2007-12-02Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2-4/+25
2007-12-02Very partial Avatar Appearance (ie, clothes/body parts) "storage". In standal...MW1-1/+1
2007-12-02Fixes a bug that my last commit introduced.MW1-1/+1
2007-12-02Some refactoring , mainly on Inventory code. MW3-119/+37
2007-12-02New Inventory folder should now be stored to the inventory server/database. T...MW1-1/+8
2007-12-01Attempt to fix mantis issue # 73MW1-8/+12
2007-12-01Attempt to fix mantis issue # 65, seems like it is a race condition between t...MW1-4/+7
2007-11-30Patch for mantis 0000015: Textures don't display in the objectSean Dague2-8/+24
2007-11-23* Refactored NumPackets calculationlbsa711-20/+21
2007-11-18* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2-11/+11