| Commit message (Expand) | Author | Age | Files | Lines |
* | Small improvement in the IAR tests, but these tests are still showing random ... | diva | 2009-06-11 | 1 | -1/+4 |
* | * Reinstating UserProfileCacheServiceTests. One test still fails (TestUpdateF... | Arthur Valadares | 2009-06-11 | 3 | -55/+100 |
* | Changed the inventory service so that is uses exactly one DB plugin, not many... | diva | 2009-06-11 | 2 | -115/+28 |
* | InterServiceInventoryService references *almost* completely removed from the ... | diva | 2009-06-11 | 8 | -14/+153 |
* | Removed a change in StandaloneHypergrid.ini introduced in r9838, which was in... | diva | 2009-06-11 | 1 | -1/+0 |
* | Bug fix for creating users in standalone: the newly-created root folder was n... | diva | 2009-06-10 | 1 | -0/+3 |
* | Fixed problem in configuration for GridHypergrid.ini. | diva | 2009-06-10 | 1 | -1/+1 |
* | Small bug fix in HG. | diva | 2009-06-10 | 1 | -1/+2 |
* | Thank you kindly, BlueWall, for a patch that solves: | Charles Krinke | 2009-06-10 | 2 | -9/+10 |
* | Removing the default reading of AssetCaching on all cache modules. | diva | 2009-06-10 | 2 | -2/+2 |
* | Added some defaults to OpenSim.ini.example so that it works out of the box ag... | diva | 2009-06-10 | 1 | -0/+13 |
* | Reverse the default setting in Flotsam Asset Cache. Nothing should be the def... | Melanie Thielker | 2009-06-10 | 1 | -1/+1 |
* | Flipping memory cache to false (default) in Flotsam cache, because of a bug i... | diva | 2009-06-10 | 1 | -1/+1 |
* | Commenting the IAR tests for now until we understand how to set up things in ... | diva | 2009-06-10 | 1 | -4/+4 |
* | duh. wrong variable name in SceneSetup. | diva | 2009-06-10 | 1 | -4/+4 |
* | The previous commit was still wrong. | diva | 2009-06-10 | 1 | -1/+1 |
* | Attempt at fixing the inventory archiver tests. | diva | 2009-06-10 | 1 | -1/+15 |
* | Attempt at disabling the inventory unit tests, so I can figure out how to fix... | diva | 2009-06-10 | 1 | -6/+6 |
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 34 | -437/+726 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-06-10 | 1 | -2/+2 |
* | persists Estate.PublicAccess settings across reboots [re #552] | Dr Scofield | 2009-06-10 | 1 | -0/+3 |
* | makes voice setting persistent [re #552] | Dr Scofield | 2009-06-10 | 1 | -0/+2 |
* | adding lastlogin information to admin_exists_user: will be 0 if the | Dr Scofield | 2009-06-10 | 1 | -0/+9 |
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 61 | -121/+120 |
* | Letting the Flotsam cache be enabled even when [AssetCache] section is missin... | diva | 2009-06-09 | 1 | -8/+9 |
* | Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-06-09 | 11 | -263/+264 |
* | Update svn properties. | Jeff Ames | 2009-06-09 | 4 | -1538/+1538 |
* | ARGH!!!! note to self: ALWAYS use String.IsNullOrEmpty(...)! | Dr Scofield | 2009-06-09 | 1 | -1/+2 |
* | Added Snoopy to CONTRIBUTIRS.txt | Melanie Thielker | 2009-06-09 | 1 | -0/+1 |
* | Thank you Snoopy, for a patch that implements group permissions. | Melanie Thielker | 2009-06-09 | 2 | -140/+264 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-06-09 | 5 | -42/+59 |
* | Updating the flotsam asset cache. Thank you, mcortez! | Melanie Thielker | 2009-06-08 | 2 | -461/+553 |
* | Bug fix. Adding the asset to the cache after a DB get. | diva | 2009-06-08 | 1 | -1/+5 |
* | That didn't quite work. Trying this instead -- prompt given in the cmd line. | diva | 2009-06-08 | 2 | -6/+10 |
* | Making the prompt configurable in the server shell. Default is "Server". | diva | 2009-06-08 | 1 | -2/+4 |
* | IInentoryDataPlugins were missing. | diva | 2009-06-08 | 1 | -2/+7 |
* | First draft of the inventory service IN connector. Probably won't work yet. B... | diva | 2009-06-08 | 2 | -0/+277 |
* | Added more functions to IInventoryService. Unsure about whether all of these ... | diva | 2009-06-08 | 5 | -6/+185 |
* | First draft of inventory service connectors, and service implementation. No h... | diva | 2009-06-07 | 11 | -470/+2743 |
* | Skip lone ident statments or for-loop assignments | Mike Mazur | 2009-06-07 | 2 | -3/+65 |
* | Allow empty assignment in for-loop | Mike Mazur | 2009-06-07 | 5 | -7513/+7733 |
* | * Reverting the test restructuring as, on second thought, this is not at all ... | lbsa71 | 2009-06-07 | 1 | -5/+5 |
* | * Reverting the test restructuring as, on second thought, this is not at all ... | lbsa71 | 2009-06-07 | 5 | -0/+0 |
* | Rename private TestllAngleBetween method | Mike Mazur | 2009-06-07 | 1 | -13/+13 |
* | Added Flotsam's cache config vars to configuration. Made it the default in gr... | diva | 2009-06-06 | 7 | -26/+60 |
* | Correct an error where the config file name was always considered to be a | Melanie Thielker | 2009-06-06 | 5 | -7/+18 |
* | some code cleanup | Dahlia Trimble | 2009-06-06 | 1 | -3/+0 |
* | * minor: tiny tweak just to trigger another panda build | Justin Clarke Casey | 2009-06-05 | 1 | -1/+1 |
* | * A bug fix for the last mantis 3741 bugfix | Justin Clarke Casey | 2009-06-05 | 1 | -10/+7 |
* | * A further fix for mantis 3641 (oar saves do not complete) | Justin Clarke Casey | 2009-06-05 | 1 | -12/+15 |