aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-10adding lastlogin information to admin_exists_user: will be 0 if theDr Scofield1-0/+9
2009-06-10Formatting cleanup.Jeff Ames61-121/+120
2009-06-09Letting the Flotsam cache be enabled even when [AssetCache] section is missin...diva1-8/+9
2009-06-09Formatting cleanup. Ignore some generated files.Jeff Ames11-263/+264
2009-06-09Update svn properties.Jeff Ames4-1538/+1538
2009-06-09ARGH!!!! note to self: ALWAYS use String.IsNullOrEmpty(...)!Dr Scofield1-1/+2
2009-06-09Thank you Snoopy, for a patch that implements group permissions.Melanie Thielker2-140/+264
2009-06-09From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield5-42/+59
2009-06-08Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker1-438/+523
2009-06-08Bug fix. Adding the asset to the cache after a DB get.diva1-1/+5
2009-06-08That didn't quite work. Trying this instead -- prompt given in the cmd line.diva2-6/+10
2009-06-08Making the prompt configurable in the server shell. Default is "Server".diva1-2/+4
2009-06-08IInentoryDataPlugins were missing.diva1-2/+7
2009-06-08First draft of the inventory service IN connector. Probably won't work yet. B...diva1-0/+276
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ...diva5-6/+185
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva10-470/+2712
2009-06-07Skip lone ident statments or for-loop assignmentsMike Mazur2-3/+65
2009-06-07Allow empty assignment in for-loopMike Mazur5-7513/+7733
2009-06-07* Reverting the test restructuring as, on second thought, this is not at all ...lbsa715-0/+0
2009-06-07Rename private TestllAngleBetween methodMike Mazur1-13/+13
2009-06-06Correct an error where the config file name was always considered to be aMelanie Thielker5-7/+18
2009-06-06some code cleanupDahlia Trimble1-3/+0
2009-06-05* minor: tiny tweak just to trigger another panda buildJustin Clarke Casey1-1/+1
2009-06-05* A bug fix for the last mantis 3741 bugfixJustin Clarke Casey1-10/+7
2009-06-05* A further fix for mantis 3641 (oar saves do not complete)Justin Clarke Casey1-12/+15
2009-06-05* refactor: split out part xml writing in SceneObjectSerializerJustin Clarke Casey1-2/+7
2009-06-05* Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey3-9/+14
2009-06-05* Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey3-14/+58
2009-06-05* Add oar saving timeoutJustin Clarke Casey5-4/+138
2009-06-05Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker6-4/+102
2009-06-05* Restructured Scenes Tests to follow (what I conceive of as being) current d...lbsa715-0/+0
2009-06-05Committing mcortez's FlotsamAssetCache after several positive reviews.Melanie Thielker1-0/+438
2009-06-04Changed a comment to reflect changes in config.diva1-1/+1
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames8-40/+31
2009-06-04Comment out unused private functions to avoid compiler warnings.Jeff Ames3-70/+70
2009-06-04Fix comparison of UUID with null.Jeff Ames1-1/+1
2009-06-04Add copyright headers.Jeff Ames12-26/+322
2009-06-04Update svn properties.Jeff Ames5-3519/+3519
2009-06-03Committing the skeleton of the authentication serviceMelanie Thielker1-0/+74
2009-06-03Make AssetMetadata [Serializable] to help in binary cachingMelanie Thielker1-0/+1
2009-06-03Committing the partial refactor of authentication services. No user functionlityMelanie Thielker3-5/+85
2009-06-03* Making sure we fail a bit earlier if we have no AssetServicelbsa711-0/+7
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield8-2/+168
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-7/+13
2009-06-03From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+5
2009-06-03Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ...Dahlia Trimble6-0/+3520
2009-06-03Thanks aduffy70 for Mantis #3762: A patch to fix llGround, llGroundNormal, an...Dahlia Trimble1-42/+80
2009-06-03revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble6-3519/+0
2009-06-03add body to an empty getter/setterDahlia Trimble1-1/+8
2009-06-03fix a int[] declarationDahlia Trimble1-1/+1