13da5a9fba 
								
							
								 
							
						 
						
							
							
								
								Finished HG Service Store. Not fully functional because of problems with asset.ID insisting on being a UUID string.  
							
							
							
						 
						
							2009-05-18 20:04:59 +00:00  
				
					
						
							
							
								 
						
							
							
								1cc9d1fd8d 
								
							
								 
							
						 
						
							
							
								
								* minor: another attempt at  http://opensimulator.org/mantis/view.php?id=3191  
							
							... 
							
							
							
							* didn't realize that we were getting back plain old exceptions 
							
						 
						
							2009-05-18 18:44:55 +00:00  
				
					
						
							
							
								 
						
							
							
								29671fc103 
								
							
								 
							
						 
						
							
							
								
								* Resolve  http://opensimulator.org/mantis/view.php?id=3191  
							
							... 
							
							
							
							* Catch directory exception on load oar as well as file exception 
							
						 
						
							2009-05-18 18:22:15 +00:00  
				
					
						
							
							
								 
						
							
							
								ad7214620f 
								
							
								 
							
						 
						
							
							
								
								* Re-enable save oar test by loading asset data plugins from test mock class  
							
							... 
							
							
							
							* Actually spit out the exception caught by the plugin loader - not much point having plugins throw exceptions if we are just going to ignore them 
							
						 
						
							2009-05-18 17:46:14 +00:00  
				
					
						
							
							
								 
						
							
							
								a885556063 
								
							
								 
							
						 
						
							
							
								
								From: Chris Yeoh <yeohc@au1.ibm.com>  
							
							... 
							
							
							
							We've encountered problems with textures never fully downloading and
objects not moving or being deleted (from the client's point of view)
even when the bandwidth settings on the client have been set very
low. This can happen over reasonably lossy links (eg you're on the
other side of the world from the server) as the server retries 3 times
and then gives up.
Whilst its possible to set ReliableIsImportant, this forces the server
to keep retrying no matter what which potentially could lead to
problems. This patch allows for the setting of MaxReliableResends
explicitly (is set to 3 normally) in OpenSim.ini so if you know you
will have clients connecting with poor connections you can set it a
bit higher (10-15 works quite well even for very poor connections). 
							
						 
						
							2009-05-18 16:10:48 +00:00  
				
					
						
							
							
								 
						
							
							
								300c895739 
								
							
								 
							
						 
						
							
							
								
								logging ACL list additions  
							
							
							
						 
						
							2009-05-18 15:50:14 +00:00  
				
					
						
							
							
								 
						
							
							
								e1a1d38aff 
								
							
								 
							
						 
						
							
							
								
								From: Alan Webb <alan_webb> & Dr Scofield<drscofield@xyzzyxyzzy.net>  
							
							... 
							
							
							
							Disable use of log4net in script domains to avoid mono 2.4 aborts. 
							
						 
						
							2009-05-18 15:32:06 +00:00  
				
					
						
							
							
								 
						
							
							
								2534078380 
								
							
								 
							
						 
						
							
							
								
								Refactor: Change "Servers" to "Server", since the can only be one. Break  
							
							... 
							
							
							
							the handlers out of the asset server context into a generic scope. 
							
						 
						
							2009-05-18 12:36:59 +00:00  
				
					
						
							
							
								 
						
							
							
								72adbd976c 
								
							
								 
							
						 
						
							
							
								
								Nonowrking intermadiate commit,, DO NOT USE  
							
							
							
						 
						
							2009-05-18 12:10:56 +00:00  
				
					
						
							
							
								 
						
							
							
								e24be9aac9 
								
							
								 
							
						 
						
							
							
								
								Logically group the server connector with it's handlers  
							
							
							
						 
						
							2009-05-18 11:50:17 +00:00  
				
					
						
							
							
								 
						
							
							
								cb2ce61876 
								
							
								 
							
						 
						
							
							
								
								Move the connectors under services for reasons of application logic. Remove  
							
							... 
							
							
							
							the user server skeleton in preparation for introducing a generic server 
							
						 
						
							2009-05-18 11:43:37 +00:00  
				
					
						
							
							
								 
						
							
							
								e3f2cfa1ca 
								
							
								 
							
						 
						
							
							
								
								From: Alan Webb <alan_webb@us.ibm.com>  
							
							... 
							
							
							
							Fixes:
  [1] Sharing exception on remote OAR management
  [2] Occasional 505 error talking to Tomcat
  [3] Occasional mono aborts caused by mlog in the
      script engine's app domain (mono 2.4) 
							
						 
						
							2009-05-18 10:04:28 +00:00  
				
					
						
							
							
								 
						
							
							
								2ad8710e19 
								
							
								 
							
						 
						
							
							
								
								fixing XmlWriter problem  
							
							
							
						 
						
							2009-05-18 09:34:30 +00:00  
				
					
						
							
							
								 
						
							
							
								7a8a481f88 
								
							
								 
							
						 
						
							
							
								
								Thank you kindly, StrawberryFride, for a patch that:  
							
							... 
							
							
							
							Adds maturity & access logic for MSSQL platform to 
mirror that of MySQL as committed in 9502. 
							
						 
						
							2009-05-17 18:18:48 +00:00  
				
					
						
							
							
								 
						
							
							
								74f1c16c49 
								
							
								 
							
						 
						
							
							
								
								Thank you kindly, Jonc, for a patch that solves  
							
							... 
							
							
							
							the issue of a console command 'export-map file.jpg'
having the map flipped when exported. 
							
						 
						
							2009-05-17 18:09:39 +00:00  
				
					
						
							
							
								 
						
							
							
								720e2bc5d9 
								
							
								 
							
						 
						
							
							
								
								Renaming [ServiceConnectors] back to [Modules].  
							
							
							
						 
						
							2009-05-17 15:37:50 +00:00  
				
					
						
							
							
								 
						
							
							
								5cfd84c924 
								
							
								 
							
						 
						
							
							
								
								Update svn properties.  
							
							
							
						 
						
							2009-05-17 10:26:00 +00:00  
				
					
						
							
							
								 
						
							
							
								0379dbe2fd 
								
							
								 
							
						 
						
							
							
								
								Removing a superfluous message, just to make bamboo run again.  
							
							
							
						 
						
							2009-05-17 02:15:08 +00:00  
				
					
						
							
							
								 
						
							
							
								f4cee7c97c 
								
							
								 
							
						 
						
							
							
								
								Duh, prebuild was wrong. My evil twin sister did it.  
							
							
							
						 
						
							2009-05-17 01:52:14 +00:00  
				
					
						
							
							
								 
						
							
							
								aac8ca0411 
								
							
								 
							
						 
						
							
							
								
								HG asset transfers starting to work -- GETs only for now.  
							
							
							
						 
						
							2009-05-17 01:38:43 +00:00  
				
					
						
							
							
								 
						
							
							
								99cf8e3f5a 
								
							
								 
							
						 
						
							
							
								
								Send the owner name, not the client name on SendDialog.  
							
							... 
							
							
							
							This modifies IClientAPI.SendDialog slightly.
Fixes Mantis #3661 . 
							
						 
						
							2009-05-16 16:01:25 +00:00  
				
					
						
							
							
								 
						
							
							
								29301e66c0 
								
							
								 
							
						 
						
							
							
								
								Oops. Next time try not to commit things at the same time as having important discussions on the IRC.  
							
							
							
						 
						
							2009-05-16 00:33:17 +00:00  
				
					
						
							
							
								 
						
							
							
								d8931def06 
								
							
								 
							
						 
						
							
							
								
								Another minor bug fix for making notecard/script savings work with old asset servers.  
							
							
							
						 
						
							2009-05-16 00:23:32 +00:00  
				
					
						
							
							
								 
						
							
							
								99167c68b1 
								
							
								 
							
						 
						
							
							
								
								Bug fix on POST asset so that the new asset service connector can talk to the old asset server.  
							
							
							
						 
						
							2009-05-15 21:11:37 +00:00  
				
					
						
							
							
								 
						
							
							
								c11e047410 
								
							
								 
							
						 
						
							
							
								
								* Resolve bug where save oar would never complete if any assets were missing  
							
							
							
						 
						
							2009-05-15 20:20:55 +00:00  
				
					
						
							
							
								 
						
							
							
								3791386d4d 
								
							
								 
							
						 
						
							
							
								
								* Change default sqlite asset db back to Asset.db instead of AssetStorage.db  
							
							... 
							
							
							
							* This inconsistency has actually existed for some time but only the recent change brought it to light
* In the past, the default in ConfigurationLoader took precedence over the one in SQLiteAssetData 
							
						 
						
							2009-05-15 18:50:38 +00:00  
				
					
						
							
							
								 
						
							
							
								5a97979bd7 
								
							
								 
							
						 
						
							
							
								
								Added PostInitialise method to IGridPlugin.  
							
							
							
						 
						
							2009-05-15 12:10:44 +00:00  
				
					
						
							
							
								 
						
							
							
								dc82ba4af5 
								
							
								 
							
						 
						
							
							
								
								Fixed minor problem in prebuild.xml  
							
							
							
						 
						
							2009-05-15 05:14:59 +00:00  
				
					
						
							
							
								 
						
							
							
								5e4fc6e91e 
								
							
								 
							
						 
						
							
							
								
								Heart surgery on asset service code bits. Affects OpenSim.ini configuration -- please see the example. Affects region servers only.  
							
							... 
							
							
							
							This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing.
Known problems: 
* HG asset transfers are borked for now
* missing texture is missing
* 3 unit tests commented out for now 
							
						 
						
							2009-05-15 05:00:25 +00:00  
				
					
						
							
							
								 
						
							
							
								14c1e991c6 
								
							
								 
							
						 
						
							
							
								
								some sculpted prim geometry accuracy and meshing speed improvements  
							
							
							
						 
						
							2009-05-15 03:14:04 +00:00  
				
					
						
							
							
								 
						
							
							
								786ff98f6d 
								
							
								 
							
						 
						
							
							
								
								Remove all messages from the groups module that would be output when it is  
							
							... 
							
							
							
							NOT enabled. 
							
						 
						
							2009-05-14 21:38:17 +00:00  
				
					
						
							
							
								 
						
							
							
								9248300596 
								
							
								 
							
						 
						
							
							
								
								Remove a misleading event that was only used internally  
							
							
							
						 
						
							2009-05-14 21:28:02 +00:00  
				
					
						
							
							
								 
						
							
							
								6277156044 
								
							
								 
							
						 
						
							
							
								
								* When saving an oar, save assets when immediately received rather than storing them all up in memory  
							
							... 
							
							
							
							* Hopefully this will remove out of memory problems when saving large oars on machines without much memory
* It may also speed up saving of large oars 
							
						 
						
							2009-05-14 20:37:54 +00:00  
				
					
						
							
							
								 
						
							
							
								02bac7fea4 
								
							
								 
							
						 
						
							
							
								
								* refactor: move SceneXmlLoader into subpackage  
							
							
							
						 
						
							2009-05-14 18:46:17 +00:00  
				
					
						
							
							
								 
						
							
							
								80c1c10407 
								
							
								 
							
						 
						
							
							
								
								Added a bool variable to OGS1GridServices to be able to turn off the use of the remoteRegionInfoCache as caching region data like that stops a dynamic grid (where regions could change port or host at any time, useful for load balancing among other things) from working.  
							
							... 
							
							
							
							The bool is currently hardcoded to be true (to use the cache). So need to hook this up to a config option later. 
							
						 
						
							2009-05-14 18:29:47 +00:00  
				
					
						
							
							
								 
						
							
							
								b2433d2b99 
								
							
								 
							
						 
						
							
							
								
								* Improve loadregions so that all region configs are checked for clashes (e.g. same uuid) rather than just one  
							
							
							
						 
						
							2009-05-14 18:24:52 +00:00  
				
					
						
							
							
								 
						
							
							
								303aa4b65e 
								
							
								 
							
						 
						
							
							
								
								* refactor: move bottom part of 'xml2' serializaton to separate class  
							
							
							
						 
						
							2009-05-14 18:08:54 +00:00  
				
					
						
							
							
								 
						
							
							
								d10b5e29bc 
								
							
								 
							
						 
						
							
							
								
								* refactor: break some of xml2 serialization out of sog  
							
							
							
						 
						
							2009-05-14 16:33:04 +00:00  
				
					
						
							
							
								 
						
							
							
								c82a916886 
								
							
								 
							
						 
						
							
							
								
								Remove empty server dirs to break the mold and allow a new structure to evolve  
							
							... 
							
							
							
							instead if duplicationg what we already have 
							
						 
						
							2009-05-14 11:28:12 +00:00  
				
					
						
							
							
								 
						
							
							
								3aa6fd0d2c 
								
							
								 
							
						 
						
							
							
								
								Move the server request handlers into a separate lib nunit can digest  
							
							
							
						 
						
							2009-05-14 11:26:14 +00:00  
				
					
						
							
							
								 
						
							
							
								95d87244b0 
								
							
								 
							
						 
						
							
							
								
								* Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great justice.  
							
							
							
						 
						
							2009-05-14 08:21:14 +00:00  
				
					
						
							
							
								 
						
							
							
								806d4fa631 
								
							
								 
							
						 
						
							
							
								
								* Ignored some gens  
							
							
							
						 
						
							2009-05-14 08:14:31 +00:00  
				
					
						
							
							
								 
						
							
							
								c6e2fc947b 
								
							
								 
							
						 
						
							
							
								
								* Changed auto-properties to properties with backing field  
							
							... 
							
							
							
							* This fixes mantis #3650  
							
						 
						
							2009-05-14 08:12:23 +00:00  
				
					
						
							
							
								 
						
							
							
								d843b897b2 
								
							
								 
							
						 
						
							
							
								
								Move the connector for the new asset server to a connectors project. Inherit  
							
							... 
							
							
							
							the region module version from this. This enables inter-server connections
to reuse connetor code from region modules. 
							
						 
						
							2009-05-14 06:18:18 +00:00  
				
					
						
							
							
								 
						
							
							
								e22a250825 
								
							
								 
							
						 
						
							
							
								
								Small fix uncommenting something that got commented too much.  
							
							
							
						 
						
							2009-05-14 04:37:26 +00:00  
				
					
						
							
							
								 
						
							
							
								50b305b006 
								
							
								 
							
						 
						
							
							
								
								Honor the temp and local asset flags  
							
							
							
						 
						
							2009-05-14 03:07:00 +00:00  
				
					
						
							
							
								 
						
							
							
								09df50915d 
								
							
								 
							
						 
						
							
							
								
								* Bug fix: Variable m_regionSettings can be null, using RegionSettings instead, that starts a new RegionSettings object if private variable is null.  
							
							... 
							
							
							
							Fixes Mantis #3634  
							
						 
						
							2009-05-13 22:16:14 +00:00  
				
					
						
							
							
								 
						
							
							
								13298fef0b 
								
							
								 
							
						 
						
							
							
								
								Fix up some URL details  
							
							
							
						 
						
							2009-05-13 20:57:26 +00:00  
				
					
						
							
							
								 
						
							
							
								8bea196b5b 
								
							
								 
							
						 
						
							
							
								
								Add the port to the generated URL. For some reson this still doesn't want to  
							
							... 
							
							
							
							receive requests. 
							
						 
						
							2009-05-13 20:45:28 +00:00  
				
					
						
							
							
								 
						
							
							
								fb3d5770dd 
								
							
								 
							
						 
						
							
							
								
								Make the LSL HTTP server create and give out URLs to scripts  
							
							
							
						 
						
							2009-05-13 20:32:14 +00:00