Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -4/+4 |
| | |||||
* | Poof! on Region.Communications.Hypergrid. Grid code deleted. | Diva Canto | 2009-09-26 | 1 | -3/+0 |
| | |||||
* | Fixed some long-standing issues with appearance in HG1. | Diva Canto | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | First pass at cleaning up old OGS1 and Local Inventory: removed ↵ | Diva Canto | 2009-08-10 | 1 | -22/+0 |
| | | | | everything-inventory in CommsManager, which wasn't actively used anymore. | ||||
* | Removed IAssetCache. | Diva Canto | 2009-08-10 | 1 | -1/+0 |
| | | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml | ||||
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -1/+1 |
| | | | | | | Change all uses of the HttpServer properties to use the new singleton | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 1 | -1/+0 |
| | |||||
* | * If an item creator id contains an iar loaded name, create a temporary ↵ | Justin Clarke Casey | 2009-05-05 | 1 | -1/+17 |
| | | | | profile and hashed UUID to represent the user | ||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | * Add user data plugin to store temporary profiles (which are distinct from ↵ | Justin Clarke Casey | 2009-04-23 | 1 | -1/+2 |
| | | | | | | | | | cached) * Plugin not yet used * Existing functionality should not be affected in any way | ||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 2009-04-22 | 1 | -8/+29 |
| | | | | | | | | service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules | ||||
* | * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵ | Adam Frisby | 2009-04-05 | 1 | -25/+24 |
| | | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM | ||||
* | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older ↵ | diva | 2009-02-20 | 1 | -2/+1 |
| | | | | | | | versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -1/+1 |
| | |||||
* | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | These changes replace all direct references to the AssetCache with IAssetCache. There is no change to functionality. Everything works as before. This is laying the groundwork for making it possible to register alternative asset caching mechanisms without disrupting other parts of OpenSim or their dependencies upon AssetCache functionality. | ||||
* | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 2008-11-28 | 1 | -2/+1 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-11-25 | 1 | -59/+59 |
| | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 2008-11-25 | 1 | -0/+59 |
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva! |