| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moved OpenSim/Framework/Communications/Capabilities up to OpenSim/Framework/C... | diva | 2009-06-18 | 27 | -3275/+3319 |
* | Fix an uninitialized data block. Thanks, jhurliman | Melanie Thielker | 2009-06-17 | 1 | -0/+1 |
* | Add the missing resource files for MSSQL | Melanie Thielker | 2009-06-17 | 2 | -0/+24 |
* | Implementation of a simple authentication service + in connector in route to ... | diva | 2009-06-17 | 11 | -25/+498 |
* | Moving these nice HG connectors to their homes. | diva | 2009-06-15 | 4 | -425/+423 |
* | Renamed two of the in connector modules, to make things consistent. | diva | 2009-06-15 | 3 | -4/+4 |
* | Removing the OpenSim.SimulatorServices project. All of those region modules a... | diva | 2009-06-15 | 9 | -509/+488 |
* | Factoring out "land_data" / RequestLandData that was hanging off of IGridServ... | diva | 2009-06-14 | 13 | -3/+720 |
* | Formatting cleanup. | Jeff Ames | 2009-06-14 | 1 | -29/+28 |
* | Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj... | Melanie Thielker | 2009-06-14 | 7 | -74/+107 |
* | Update svn properties. | Jeff Ames | 2009-06-14 | 12 | -1316/+1316 |
* | Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon... | diva | 2009-06-14 | 16 | -28/+29 |
* | Thank you kindly, M1sha, for a patch that improves the treePopulator module: | Charles Krinke | 2009-06-14 | 1 | -137/+612 |
* | Bug fix in remote neighbour connector. | diva | 2009-06-14 | 3 | -3/+4 |
* | And this one too... | diva | 2009-06-14 | 1 | -0/+166 |
* | Oops. Forgot to add this file. | diva | 2009-06-14 | 1 | -0/+38 |
* | Pulled out HelloNeighbour into its own service, INeighbourService, which may ... | diva | 2009-06-14 | 19 | -250/+815 |
* | * Temporarily resolve another problem in http://opensimulator.org/mantis/view... | Justin Clarke Casey | 2009-06-12 | 1 | -2/+4 |
* | * minor: removing some logging stuff accidentally left in on the last commit | Justin Clarke Casey | 2009-06-12 | 1 | -3/+2 |
* | * Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() fr... | Justin Clarke Casey | 2009-06-12 | 2 | -28/+34 |
* | Give m_test* methods more reasonable names | Mike Mazur | 2009-06-12 | 2 | -38/+38 |
* | * remove long unused interregion optional module code | Justin Clarke Casey | 2009-06-12 | 3 | -319/+0 |
* | * minor: remove one mono warning | Justin Clarke Casey | 2009-06-12 | 2 | -2/+1 |
* | * fix build break: sigh, must remember to build before committing | Justin Clarke Casey | 2009-06-12 | 1 | -2/+1 |
* | * minor: make control file loading code consistent | Justin Clarke Casey | 2009-06-12 | 2 | -18/+12 |
* | * minor: if OAR saving receives assets after timeout, just print warning, don... | Justin Clarke Casey | 2009-06-12 | 1 | -0/+2 |
* | * minor: remove warning from unused field | Justin Clarke Casey | 2009-06-12 | 1 | -5/+0 |
* | * Fixed a few more async calls. Still not uncommented, some asserts still fai... | Arthur Valadares | 2009-06-11 | 2 | -3/+40 |
* | Fixes mantis #3803. Thanks jhurliman. | diva | 2009-06-11 | 8 | -13/+18 |
* | 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 |