cd77648f48 
								
							
								 
							
						 
						
							
							
								
								Get the user's DOB back from the server response properly.  
							
							
							
						 
						
							2010-05-29 04:09:47 +01:00  
				
					
						
							
							
								 
						
							
							
								191db0e6a4 
								
							
								 
							
						 
						
							
							
								
								get TestSaveIarV0_1() uncommented but not running as a test yet since I didn't get the authentication server to work and my brain is about to fizzle out my ears  
							
							
							
						 
						
							2010-05-28 23:14:24 +01:00  
				
					
						
							
							
								 
						
							
							
								542e6b8af4 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-05-28 21:56:42 +01:00  
				
					
						
							
							
								 
						
							
							
								a60ca5236c 
								
							
								 
							
						 
						
							
							
								
								restore InventoryArchiverTests.TestReplicateArchivePathToUserInventory() to work with the new UserAccountService/InventoryService  
							
							
							
						 
						
							2010-05-28 21:37:48 +01:00  
				
					
						
							
							
								 
						
							
							
								0ef41e62bc 
								
							
								 
							
						 
						
							
							
								
								minor: move a method so that the #regions make more sense  
							
							
							
						 
						
							2010-05-28 21:18:55 +01:00  
				
					
						
							
							
								 
						
							
							
								505cb82dee 
								
							
								 
							
						 
						
							
							
								
								fission UserAccountService.HandleCreateUser() into two methods, one which handles user command parsing and another which actually does the work  
							
							
							
						 
						
							2010-05-28 21:14:15 +01:00  
				
					
						
							
							
								 
						
							
							
								3c0f34bc2b 
								
							
								 
							
						 
						
							
							
								
								If a command has descriptive help, add a line above and below the print out for readability  
							
							
							
						 
						
							2010-05-28 20:51:02 +01:00  
				
					
						
							
							
								 
						
							
							
								2e2f73bdd5 
								
							
								 
							
						 
						
							
							
								
								minor: remove mono compiler warning  
							
							
							
						 
						
							2010-05-28 20:12:06 +01:00  
				
					
						
							
							
								 
						
							
							
								fff5459f4d 
								
							
								 
							
						 
						
							
							
								
								Add ability to load IARs directly from URIs  
							
							... 
							
							
							
							So, something like
load iar Justin Clark-Casey / PASSWORD http://justincc.org/downloads/iars/my-great-items.iar 
Will load my IAR directly from the web. 
							
						 
						
							2010-05-28 20:07:15 +01:00  
				
					
						
							
							
								 
						
							
							
								14c39461c2 
								
							
								 
							
						 
						
							
							
								
								minor: remove mono compiler warning  
							
							
							
						 
						
							2010-05-28 19:41:13 +01:00  
				
					
						
							
							
								 
						
							
							
								b1298fca0a 
								
							
								 
							
						 
						
							
							
								
								tidy up help information on load oar and save oar  
							
							
							
						 
						
							2010-05-28 19:36:30 +01:00  
				
					
						
							
							
								 
						
							
							
								d72435693b 
								
							
								 
							
						 
						
							
							
								
								refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHelpers  
							
							
							
						 
						
							2010-05-28 19:21:00 +01:00  
				
					
						
							
							
								 
						
							
							
								c7d812802f 
								
							
								 
							
						 
						
							
							
								
								Adjust Scene.DeleteAllSceneObjects() to not delete objects attached to avatars.  
							
							... 
							
							
							
							This is going to be the right behaviour in all cases, I should think.
This means that avatars in region when an oar is loaded do not lose their attachments 
							
						 
						
							2010-05-28 18:52:30 +01:00  
				
					
						
							
							
								 
						
							
							
								6b568af565 
								
							
								 
							
						 
						
							
							
								
								Adjust Scene.DeleteAllSceneObjects() to not delete objects attached to avatars.  
							
							... 
							
							
							
							This is going to be the right behaviour in all cases, I should think.
This means that avatars in region when an oar is loaded do not lose their attachments 
							
						 
						
							2010-05-28 18:49:32 +01:00  
				
					
						
							
							
								 
						
							
							
								1042ce7283 
								
							
								 
							
						 
						
							
							
								
								comment out large chunks of appearance/inventory region access services to eliminate warnings that this code is unused  
							
							
							
						 
						
							2010-05-28 18:42:25 +01:00  
				
					
						
							
							
								 
						
							
							
								565db4635f 
								
							
								 
							
						 
						
							
							
								
								add a smidgen more log debug information in the form of the operating system version  
							
							
							
						 
						
							2010-05-28 18:30:33 +01:00  
				
					
						
							
							
								 
						
							
							
								877fe774ef 
								
							
								 
							
						 
						
							
							
								
								Simplify AddFullUpdateToAvatars()/AddPartialUpdateToAvatars() by calling the object's corresponding single avatar update method, rather than calling the sceneviewer directly  
							
							
							
						 
						
							2010-05-28 17:58:51 +01:00  
				
					
						
							
							
								 
						
							
							
								596001632b 
								
							
								 
							
						 
						
							
							
								
								remove redundant ScenePresence.QueuePartForUpdate() - every place in the code calls SceneViewer.QueuePartForUpdate() directly  
							
							
							
						 
						
							2010-05-28 17:53:57 +01:00  
				
					
						
							
							
								 
						
							
							
								d53057c2c7 
								
							
								 
							
						 
						
							
							
								
								hopefully get "nant test" passing again by replacing data.sqlite/mysql references in .nant/local.include with OpenSim.Data.Tests.dll  
							
							
							
						 
						
							2010-05-28 16:26:14 +01:00  
				
					
						
							
							
								 
						
							
							
								ea5bcc7b88 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'careminster-presence-refactor' of www.3dhosting.de:/var/git/careminster into careminster-presence-refactor  
							
							
							
						 
						
							2010-05-27 22:14:43 -04:00  
				
					
						
							
							
								 
						
							
							
								9ea42fdfab 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'careminster-presence-refactor' of www.3dhosting.de:/var/git/careminster into careminster-presence-refactor  
							
							
							
						 
						
							2010-05-27 21:31:10 -04:00  
				
					
						
							
							
								 
						
							
							
								7d6680b38a 
								
							
								 
							
						 
						
							
							
								
								fix hanging output throttle arithmetic  
							
							... 
							
							
							
							had multiply overflow and subtract wrap-around errors 
							
						 
						
							2010-05-27 21:28:47 -04:00  
				
					
						
							
							
								 
						
							
							
								66b4309f34 
								
							
								 
							
						 
						
							
							
								
								Apply Mike's TokenBucket fix  
							
							
							
						 
						
							2010-05-28 02:44:12 +02:00  
				
					
						
							
							
								 
						
							
							
								5074d290e4 
								
							
								 
							
						 
						
							
							
								
								commit code which stops full updates being fired multiple times when attachments cross standalone region boundaries  
							
							... 
							
							
							
							lots of messy debug code here too which would need to be removed 
							
						 
						
							2010-05-27 21:35:17 +01:00  
				
					
						
							
							
								 
						
							
							
								8fb706716b 
								
							
								 
							
						 
						
							
							
								
								Prevent a null ref  
							
							
							
						 
						
							2010-05-27 19:09:06 +01:00  
				
					
						
							
							
								 
						
							
							
								ecc77e3886 
								
							
								 
							
						 
						
							
							
								
								Comment noisy "CONNECTION DEBUGGING" messages, because they push more  
							
							... 
							
							
							
							important stuff off screen too fast. Clean this time 
							
						 
						
							2010-05-27 19:09:00 +01:00  
				
					
						
							
							
								 
						
							
							
								ba49319c07 
								
							
								 
							
						 
						
							
							
								
								Prevent a null ref  
							
							
							
						 
						
							2010-05-27 20:08:48 +02:00  
				
					
						
							
							
								 
						
							
							
								ac5373427f 
								
							
								 
							
						 
						
							
							
								
								Comment noisy "CONNECTION DEBUGGING" messages, because they push more  
							
							... 
							
							
							
							important stuff off screen too fast. Clean this time 
							
						 
						
							2010-05-27 20:08:12 +02:00  
				
					
						
							
							
								 
						
							
							
								a48d7f62a7 
								
							
								 
							
						 
						
							
							
								
								Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"  
							
							... 
							
							
							
							Some other stuff snuck in.
This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a. 
							
						 
						
							2010-05-27 19:02:20 +01:00  
				
					
						
							
							
								 
						
							
							
								6b6425aa5e 
								
							
								 
							
						 
						
							
							
								
								Comment noisy "CONNECTION DEBUGGING" messages, because they push more  
							
							... 
							
							
							
							important stuff off screen too fast 
							
						 
						
							2010-05-27 18:44:15 +01:00  
				
					
						
							
							
								 
						
							
							
								d6e1333810 
								
							
								 
							
						 
						
							
							
								
								If a transfer request is received for a task inventory item asset, then route the permissions request through the existing CanEditScript() and CanEditNotecard() methods.  
							
							... 
							
							
							
							This implements the 'share with group' flag for notecards and scripts in prim inventory since the PermissionsModule checks group membership and permissions.
Other than that, the code in PermissionsModule duplicates the checks in LLClientView so there should be no change other than allowing group members to edit embedded notecards and scripts.
For all other asset types, the permission checking code in LLClientView continues to be used, pending refactoring of suitable permissions code
This means that 'share with group' will not yet work for prim inventory items other than notecards and scripts 
							
						 
						
							2010-05-26 21:12:56 +01:00  
				
					
						
							
							
								 
						
							
							
								66a833796c 
								
							
								 
							
						 
						
							
							
								
								check group membership and powers with the groups module rather than just the client's active group id  
							
							... 
							
							
							
							this resolves the earlier issue where notecards/scripts shared with group could only be edited if the user had that group active 
							
						 
						
							2010-05-26 20:59:25 +01:00  
				
					
						
							
							
								 
						
							
							
								32c43bf59a 
								
							
								 
							
						 
						
							
							
								
								Partially implement share with group option for object inventory items  
							
							... 
							
							
							
							If serverside permissions are off then this works as expected.  Previously, it was impossible for more than one person to edit such items even if permissions were off.
If serverside permissions are on then this works as expected if the object was created by an avatar who had the required group active.
However, if the group for the object is later set then the contained item is still not editable.  This may be linked to a wider bug where the object is still not modifiable by the group anyway
Resolve conflict in LLClientView 
							
						 
						
							2010-05-26 20:58:40 +01:00  
				
					
						
							
							
								 
						
							
							
								9e3b5a5587 
								
							
								 
							
						 
						
							
							
								
								Remove orphaned .dll.config files from tests  
							
							
							
						 
						
							2010-05-26 19:29:56 +02:00  
				
					
						
							
							
								 
						
							
							
								f90d81a864 
								
							
								 
							
						 
						
							
							
								
								Just because there is an agent update handler, that doesn't mean there is  
							
							... 
							
							
							
							a pre agent update handler. Null check these separately. 
							
						 
						
							2010-05-26 19:26:30 +02:00  
				
					
						
							
							
								 
						
							
							
								9ac8d2de79 
								
							
								 
							
						 
						
							
							
								
								Just because there is an agent update handler, that doesn't mean there is  
							
							... 
							
							
							
							a pre agent update handler. Null check these separately. 
							
						 
						
							2010-05-26 18:25:53 +01:00  
				
					
						
							
							
								 
						
							
							
								97501495eb 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-05-26 17:19:02 +01:00  
				
					
						
							
							
								 
						
							
							
								a69c1c7898 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim  
							
							
							
						 
						
							2010-05-26 10:56:37 +01:00  
				
					
						
							
							
								 
						
							
							
								1c7f60ab49 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'unitests'  
							
							... 
							
							
							
							Signed-off-by: Melanie <melanie@t-data.com> 
							
						 
						
							2010-05-26 10:56:24 +01:00  
				
					
						
							
							
								 
						
							
							
								5d65ef2db3 
								
							
								 
							
						 
						
							
							
								
								Minor correction to AssetTests.cs  
							
							... 
							
							
							
							(forgot to change test descriptions, has no effect on running the tests) 
							
						 
						
							2010-05-26 10:25:56 +03:00  
				
					
						
							
							
								 
						
							
							
								5e719d13ef 
								
							
								 
							
						 
						
							
							
								
								fix sculpt normal direction for mirrored plane sculpts  
							
							
							
						 
						
							2010-05-24 19:15:04 -07:00  
				
					
						
							
							
								 
						
							
							
								00737f1c13 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' into careminster-presence-refactor  
							
							
							
						 
						
							2010-05-24 23:40:22 +01:00  
				
					
						
							
							
								 
						
							
							
								7d9b316ce6 
								
							
								 
							
						 
						
							
							
								
								Change the way alpha is interpreted on prim text. Manris  #4723  
							
							
							
						 
						
							2010-05-24 23:37:47 +01:00  
				
					
						
							
							
								 
						
							
							
								c7c9edd049 
								
							
								 
							
						 
						
							
							
								
								minor: expand upon comments about not scheduling two full updates for attachments  
							
							
							
						 
						
							2010-05-24 20:11:06 +01:00  
				
					
						
							
							
								 
						
							
							
								a6c7995b71 
								
							
								 
							
						 
						
							
							
								
								backport from master fix for attachment display  
							
							... 
							
							
							
							this fix stops two full updates being sent on attachment rather than one.  Sending two can stop the client displaying attachments properly 
							
						 
						
							2010-05-24 19:19:44 +01:00  
				
					
						
							
							
								 
						
							
							
								8048a8a39d 
								
							
								 
							
						 
						
							
							
								
								backport some IGroupsModule method doc and an extra exposed method from git master  
							
							
							
						 
						
							2010-05-24 17:33:58 +01:00  
				
					
						
							
							
								 
						
							
							
								2603f9a134 
								
							
								 
							
						 
						
							
							
								
								stop "load oar" reporting ignored objects when those objects were actually loaded just fine  
							
							... 
							
							
							
							this fix also means that loaded scripts are properly/more promptly started
here, the fix is only done in the oar module.  In master, the underlying problem was fixed instead but this is more invasive. 
							
						 
						
							2010-05-24 16:53:43 +01:00  
				
					
						
							
							
								 
						
							
							
								30e94cd075 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim  
							
							
							
						 
						
							2010-05-23 12:23:16 -07:00  
				
					
						
							
							
								 
						
							
							
								1ab826d67c 
								
							
								 
							
						 
						
							
							
								
								The 8th migration statement in AssetStore.migrations didn't look right.  
							
							
							
						 
						
							2010-05-23 12:22:47 -07:00  
				
					
						
							
							
								 
						
							
							
								57f4729eea 
								
							
								 
							
						 
						
							
							
								
								Ensured that tests are skipped for wrong conn string, also m_log chng  
							
							... 
							
							
							
							The base test class now tries to connect to DB, ignores all tests in the
class if unable to.
Also m_log changed to instance field (which in this case shouldn't cause
any problems),  to avoid having to define it separately in each derived
class.  Here I touched things that I don't understand well (using log4net),
so please review this commit. 
							
						 
						
							2010-05-23 12:46:33 +03:00