| Commit message (Expand) | Author | Files | Lines |
2009-06-15 | Moving these nice HG connectors to their homes. | diva | 2 | -421/+419 |
2009-06-15 | Renamed two of the in connector modules, to make things consistent. | diva | 3 | -4/+4 |
2009-06-15 | Removing the OpenSim.SimulatorServices project. All of those region modules a... | diva | 7 | -472/+483 |
2009-06-14 | Factoring out "land_data" / RequestLandData that was hanging off of IGridServ... | diva | 11 | -2/+718 |
2009-06-14 | Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj... | Melanie Thielker | 7 | -74/+107 |
2009-06-14 | Update svn properties. | Jeff Ames | 10 | -1264/+1264 |
2009-06-14 | Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon... | diva | 16 | -28/+29 |
2009-06-14 | Thank you kindly, M1sha, for a patch that improves the treePopulator module: | Charles Krinke | 1 | -137/+612 |
2009-06-14 | Bug fix in remote neighbour connector. | diva | 3 | -3/+4 |
2009-06-14 | And this one too... | diva | 1 | -0/+166 |
2009-06-14 | Oops. Forgot to add this file. | diva | 1 | -0/+38 |
2009-06-14 | Pulled out HelloNeighbour into its own service, INeighbourService, which may ... | diva | 14 | -247/+806 |
2009-06-12 | * Temporarily resolve another problem in http://opensimulator.org/mantis/view... | Justin Clarke Casey | 1 | -2/+4 |
2009-06-12 | * minor: removing some logging stuff accidentally left in on the last commit | Justin Clarke Casey | 1 | -3/+2 |
2009-06-12 | * Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() fr... | Justin Clarke Casey | 2 | -28/+34 |
2009-06-12 | Give m_test* methods more reasonable names | Mike Mazur | 2 | -38/+38 |
2009-06-12 | * remove long unused interregion optional module code | Justin Clarke Casey | 3 | -319/+0 |
2009-06-12 | * minor: remove one mono warning | Justin Clarke Casey | 2 | -2/+1 |
2009-06-12 | * fix build break: sigh, must remember to build before committing | Justin Clarke Casey | 1 | -2/+1 |
2009-06-12 | * minor: make control file loading code consistent | Justin Clarke Casey | 2 | -18/+12 |
2009-06-12 | * minor: if OAR saving receives assets after timeout, just print warning, don... | Justin Clarke Casey | 1 | -0/+2 |
2009-06-12 | * minor: remove warning from unused field | Justin Clarke Casey | 1 | -5/+0 |
2009-06-11 | * Fixed a few more async calls. Still not uncommented, some asserts still fai... | Arthur Valadares | 2 | -3/+40 |
2009-06-11 | Fixes mantis #3803. Thanks jhurliman. | diva | 8 | -13/+18 |
2009-06-11 | Small improvement in the IAR tests, but these tests are still showing random ... | diva | 1 | -1/+4 |
2009-06-11 | * Reinstating UserProfileCacheServiceTests. One test still fails (TestUpdateF... | Arthur Valadares | 2 | -55/+99 |
2009-06-11 | Changed the inventory service so that is uses exactly one DB plugin, not many... | diva | 2 | -115/+28 |
2009-06-11 | InterServiceInventoryService references *almost* completely removed from the ... | diva | 8 | -14/+153 |
2009-06-10 | Bug fix for creating users in standalone: the newly-created root folder was n... | diva | 1 | -0/+3 |
2009-06-10 | Small bug fix in HG. | diva | 1 | -1/+2 |
2009-06-10 | Thank you kindly, BlueWall, for a patch that solves: | Charles Krinke | 1 | -9/+9 |
2009-06-10 | Removing the default reading of AssetCaching on all cache modules. | diva | 2 | -2/+2 |
2009-06-10 | Reverse the default setting in Flotsam Asset Cache. Nothing should be the def... | Melanie Thielker | 1 | -1/+1 |
2009-06-10 | Commenting the IAR tests for now until we understand how to set up things in ... | diva | 1 | -4/+4 |
2009-06-10 | duh. wrong variable name in SceneSetup. | diva | 1 | -4/+4 |
2009-06-10 | The previous commit was still wrong. | diva | 1 | -1/+1 |
2009-06-10 | Attempt at fixing the inventory archiver tests. | diva | 1 | -1/+15 |
2009-06-10 | Attempt at disabling the inventory unit tests, so I can figure out how to fix... | diva | 1 | -6/+6 |
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 24 | -359/+599 |
2009-06-10 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -2/+2 |
2009-06-10 | persists Estate.PublicAccess settings across reboots [re #552] | Dr Scofield | 1 | -0/+3 |
2009-06-10 | makes voice setting persistent [re #552] | Dr Scofield | 1 | -0/+2 |
2009-06-10 | adding lastlogin information to admin_exists_user: will be 0 if the | Dr Scofield | 1 | -0/+9 |
2009-06-10 | Formatting cleanup. | Jeff Ames | 61 | -121/+120 |
2009-06-09 | Letting the Flotsam cache be enabled even when [AssetCache] section is missin... | diva | 1 | -8/+9 |
2009-06-09 | Formatting cleanup. Ignore some generated files. | Jeff Ames | 11 | -263/+264 |
2009-06-09 | Update svn properties. | Jeff Ames | 4 | -1538/+1538 |
2009-06-09 | ARGH!!!! note to self: ALWAYS use String.IsNullOrEmpty(...)! | Dr Scofield | 1 | -1/+2 |
2009-06-09 | Thank you Snoopy, for a patch that implements group permissions. | Melanie Thielker | 2 | -140/+264 |
2009-06-09 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 5 | -42/+59 |