fabe2206db 
								
							
								 
							
						 
						
							
							
								
								Ensure that packets do NOT get delivered to a client before the modules that can deal with the client's response have finished loading.  
							
							
							
						 
						
							2010-07-17 15:08:59 -07:00  
				
					
						
							
							
								 
						
							
							
								17412389f3 
								
							
								 
							
						 
						
							
							
								
								Revert 233c872.. "* Call client.Start() sunchronously. Calling thos async avoids some stuttering", pending fix for the core issue  
							
							
							
						 
						
							2010-07-17 14:34:35 -07:00  
				
					
						
							
							
								 
						
							
							
								7b62c25cfb 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-07-17 16:25:56 +01:00  
				
					
						
							
							
								 
						
							
							
								e157dd630e 
								
							
								 
							
						 
						
							
							
								
								Allow communicating with blue box dialogs across a region border via a  
							
							... 
							
							
							
							child agent 
							
						 
						
							2010-07-17 16:25:30 +01:00  
				
					
						
							
							
								 
						
							
							
								ef6565470f 
								
							
								 
							
						 
						
							
							
								
								XGitminster: Update config options; commitFrameInterval -> CommitInterval and a new option DisableNonEssentialCommits  
							
							
							
						 
						
							2010-07-17 06:54:46 -07:00  
				
					
						
							
							
								 
						
							
							
								d52fb4d2e9 
								
							
								 
							
						 
						
							
							
								
								Shorten LLEmail delay to 15s. With the external spam protection, we can  
							
							... 
							
							
							
							afford to do that 
							
						 
						
							2010-07-17 16:35:14 +02:00  
				
					
						
							
							
								 
						
							
							
								22371ac527 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor  
							
							
							
						 
						
							2010-07-17 16:33:31 +02:00  
				
					
						
							
							
								 
						
							
							
								c41d418380 
								
							
								 
							
						 
						
							
							
								
								Allow communicating with blue box dialogs across a region border via a  
							
							... 
							
							
							
							child agent 
							
						 
						
							2010-07-17 16:32:55 +02:00  
				
					
						
							
							
								 
						
							
							
								373ac90156 
								
							
								 
							
						 
						
							
							
								
								Allow Megaregions to start properly after an unclean shutdown  
							
							
							
						 
						
							2010-07-17 07:19:58 +01:00  
				
					
						
							
							
								 
						
							
							
								859e3252be 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'careminster-presence-refactor' of ssh://melanie@3dhosting.de/var/git/careminster into careminster-presence-refactor  
							
							
							
						 
						
							2010-07-17 03:18:01 +01:00  
				
					
						
							
							
								 
						
							
							
								6f591376dd 
								
							
								 
							
						 
						
							
							
								
								Merge branch '0.6.9-post-fixes' into careminster  
							
							
							
						 
						
							2010-07-17 03:09:27 +01:00  
				
					
						
							
							
								 
						
							
							
								d1040c9ff9 
								
							
								 
							
						 
						
							
							
								
								Replace the screenful of code i deleted.  
							
							
							
						 
						
							2010-07-17 02:46:04 +02:00  
				
					
						
							
							
								 
						
							
							
								e06b7ee368 
								
							
								 
							
						 
						
							
							
								
								Make webloading more robust by addign retries  
							
							
							
						 
						
							2010-07-17 02:38:00 +02:00  
				
					
						
							
							
								 
						
							
							
								85f454e3ae 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor  
							
							
							
						 
						
							2010-07-17 02:26:34 +02:00  
				
					
						
							
							
								 
						
							
							
								9bf6179d24 
								
							
								 
							
						 
						
							
							
								
								Fix scripted give of items  
							
							
							
						 
						
							2010-07-17 02:26:09 +02:00  
				
					
						
							
							
								 
						
							
							
								95d9c773d9 
								
							
								 
							
						 
						
							
							
								
								Stop occasional permanently high 100% utilization when the server is started with many scripts  
							
							... 
							
							
							
							See http://opensimulator.org/mantis/view.php?id=4799  for more details
This is the equivalent patch that was applied to master 3.5 weeks ago, seemingly without bad consequences
Thanks Snoopy! 
							
						 
						
							2010-07-17 01:18:43 +01:00  
				
					
						
							
							
								 
						
							
							
								4ae04dd0a8 
								
							
								 
							
						 
						
							
							
								
								extend exception catching for DoCreateChildAgentCall() from just WebException to Exception on feedback from Chris Hart.  
							
							... 
							
							
							
							See http://opensimulator.org/mantis/view.php?id=4810  
							
						 
						
							2010-07-17 01:00:23 +01:00  
				
					
						
							
							
								 
						
							
							
								61f9b3c2cf 
								
							
								 
							
						 
						
							
							
								
								Bug in 0.6.9 sometimes restoring script state causes region console to crash due to unhandled file lock exception. Attempt to resolve by wrapping several instances of file create / read logic in using statements and added some error handling for locked file exceptions. If it is IDisposable, it must be disposed! The close statements are unnecessary but harmless so I have left those in. The end of the using block will close and dispose automagically.  
							
							
							
						 
						
							2010-07-17 00:44:54 +01:00  
				
					
						
							
							
								 
						
							
							
								9cfa71d1bf 
								
							
								 
							
						 
						
							
							
								
								Allow use of old angle rules PSYS_SRC_INNERANGLE and PSYS_SRC_OUTERANGLE in llParticleSystem()  
							
							... 
							
							
							
							This is a patch from http://opensimulator.org/mantis/view.php?id=3201 
Thanks Micheil Martin! 
							
						 
						
							2010-07-17 00:35:51 +01:00  
				
					
						
							
							
								 
						
							
							
								e05f01e70f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-17 00:27:52 +01:00  
				
					
						
							
							
								 
						
							
							
								f5bdf0d9b9 
								
							
								 
							
						 
						
							
							
								
								Fix bugs in llRot2Euler()  
							
							... 
							
							
							
							Applies patch in http://opensimulator.org/mantis/view.php?id=4482 .
Thanks Micheil Merlin! 
							
						 
						
							2010-07-17 00:26:26 +01:00  
				
					
						
							
							
								 
						
							
							
								236c0f8e8b 
								
							
								 
							
						 
						
							
							
								
								Fix llSetForecAndTorque([0]) stops linear motion. Mantis  #187  
							
							
							
						 
						
							2010-07-16 22:17:06 +00:00  
				
					
						
							
							
								 
						
							
							
								2e5f200b3b 
								
							
								 
							
						 
						
							
							
								
								Fix showing CreateSelected on all parts of a rez  
							
							
							
						 
						
							2010-07-16 20:23:41 +02:00  
				
					
						
							
							
								 
						
							
							
								2c3207df07 
								
							
								 
							
						 
						
							
							
								
								add missing regionstore migration file for new fields.  D'oh!  
							
							... 
							
							
							
							this should enable persistence now 
							
						 
						
							2010-07-15 23:28:36 +01:00  
				
					
						
							
							
								 
						
							
							
								0bec4f5ea5 
								
							
								 
							
						 
						
							
							
								
								Handle checking of line starting "*" wildcard for whitelist patterns  
							
							... 
							
							
							
							A line starting * can only be applied to the domain, not the path 
							
						 
						
							2010-07-15 21:51:57 +01:00  
				
					
						
							
							
								 
						
							
							
								2ec6e3b440 
								
							
								 
							
						 
						
							
							
								
								refactor: simplify current whitelist url checking by using System.Uri  
							
							
							
						 
						
							2010-07-15 21:40:44 +01:00  
				
					
						
							
							
								 
						
							
							
								610a2626a5 
								
							
								 
							
						 
						
							
							
								
								Implement * end wildcard for whitelist urls  
							
							
							
						 
						
							2010-07-15 21:14:55 +01:00  
				
					
						
							
							
								 
						
							
							
								3f91805afb 
								
							
								 
							
						 
						
							
							
								
								prevent hacked viewers from being able to delete arbitrary items from any  
							
							... 
							
							
							
							prim. Allow friends with perms and shared group members to move or copy
things out of prims 
							
						 
						
							2010-07-15 20:28:18 +02:00  
				
					
						
							
							
								 
						
							
							
								8d2b4b7b48 
								
							
								 
							
						 
						
							
							
								
								Fix a few permissions vulnerability. Owners could cause permissions  
							
							... 
							
							
							
							escalation on items contained in prims using a hacked viewer 
							
						 
						
							2010-07-15 20:03:08 +02:00  
				
					
						
							
							
								 
						
							
							
								b75fc97865 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #4872 . Port for GridInfo was wrong in Robust.HG.ini.example  
							
							
							
						 
						
							2010-07-15 03:34:03 -07:00  
				
					
						
							
							
								 
						
							
							
								e74e591e0b 
								
							
								 
							
						 
						
							
							
								
								properly expose prim media LSL functions to scripts  
							
							... 
							
							
							
							scripts using these functions should now compile but I don't know how well the methods themselves work yet
llSetPrimMedia(), at least, appears to have problems when a current url is set for a face that doesn't yet have a texture 
							
						 
						
							2010-07-15 00:15:23 +01:00  
				
					
						
							
							
								 
						
							
							
								aec3b33011 
								
							
								 
							
						 
						
							
							
								
								fix bug where prim persistence would fail if media had never been set  
							
							
							
						 
						
							2010-07-14 23:48:24 +01:00  
				
					
						
							
							
								 
						
							
							
								99a6950b30 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-14 23:29:04 +01:00  
				
					
						
							
							
								 
						
							
							
								c3ee451325 
								
							
								 
							
						 
						
							
							
								
								fix previous media interact serverside checking.  perform very basic serverside url whitelist checks  
							
							... 
							
							
							
							at the moment, only checking for the exact name prefix is implemented
for some reason, whitelists are not persisting
this commit also fixes a very recent problem where setting any media texture parameters after the initial configuration would not work 
							
						 
						
							2010-07-14 23:26:24 +01:00  
				
					
						
							
							
								 
						
							
							
								466254105c 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-07-14 23:04:25 +01:00  
				
					
						
							
							
								 
						
							
							
								264f4f07cd 
								
							
								 
							
						 
						
							
							
								
								Detach attachments displaced by other attachments  
							
							
							
						 
						
							2010-07-14 23:04:05 +01:00  
				
					
						
							
							
								 
						
							
							
								0dd2496a56 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'careminster-presence-refactor' of ssh://melanie@3dhosting.de/var/git/careminster into careminster-presence-refactor  
							
							
							
						 
						
							2010-07-14 23:03:59 +01:00  
				
					
						
							
							
								 
						
							
							
								50d56c54a3 
								
							
								 
							
						 
						
							
							
								
								Detach attachments displaced by other attachments  
							
							
							
						 
						
							2010-07-14 23:03:38 +01:00  
				
					
						
							
							
								 
						
							
							
								0d8c0811d3 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-14 14:48:14 -07:00  
				
					
						
							
							
								 
						
							
							
								6afa55d446 
								
							
								 
							
						 
						
							
							
								
								Removed a few obsolete mono addin references. Mantis  #4854  
							
							
							
						 
						
							2010-07-14 14:47:01 -07:00  
				
					
						
							
							
								 
						
							
							
								8c10cb5ffe 
								
							
								 
							
						 
						
							
							
								
								improve closing of load/save iar streams in the event of a problem  
							
							
							
						 
						
							2010-07-14 20:43:35 +01:00  
				
					
						
							
							
								 
						
							
							
								ddfff55cc7 
								
							
								 
							
						 
						
							
							
								
								Preserve attachment data while a prim is in world. Allows attachment  
							
							... 
							
							
							
							editing on the ground without losing attachpoint and position 
							
						 
						
							2010-07-14 21:06:49 +02:00  
				
					
						
							
							
								 
						
							
							
								0b74662ce2 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-07-14 19:53:15 +01:00  
				
					
						
							
							
								 
						
							
							
								e1ea82b329 
								
							
								 
							
						 
						
							
							
								
								Major attachments cleanup. Remove unused AttachObject ClientView method  
							
							... 
							
							
							
							Clean up use of AttachObject throughout, reduce number of overloads
and number of parameters 
							
						 
						
							2010-07-14 19:51:12 +01:00  
				
					
						
							
							
								 
						
							
							
								a7b5fe6a88 
								
							
								 
							
						 
						
							
							
								
								Remove useless quaternion parameter from AttachObject sig  
							
							
							
						 
						
							2010-07-14 19:49:54 +01:00  
				
					
						
							
							
								 
						
							
							
								d665f0ae66 
								
							
								 
							
						 
						
							
							
								
								Detach attachments displaced by other attachments  
							
							
							
						 
						
							2010-07-14 20:46:26 +02:00  
				
					
						
							
							
								 
						
							
							
								b8aa81635f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-07-14 11:04:57 -07:00  
				
					
						
							
							
								 
						
							
							
								12858122d5 
								
							
								 
							
						 
						
							
							
								
								Fixes mantis  #4870 .  
							
							
							
						 
						
							2010-07-14 11:02:41 -07:00  
				
					
						
							
							
								 
						
							
							
								bebbe407ee 
								
							
								 
							
						 
						
							
							
								
								Major attachments cleanup. Remove unused AttachObject ClientView method  
							
							... 
							
							
							
							Clean up use of AttachObject throughout, reduce number of overloads
and number of parameters 
							
						 
						
							2010-07-14 19:58:23 +02:00  
				
					
						
							
							
								 
						
							
							
								0c445239a6 
								
							
								 
							
						 
						
							
							
								
								Remove useless quaternion parameter from AttachObject sig  
							
							
							
						 
						
							2010-07-14 19:21:01 +02:00