Justin Clark-Casey (justincc)
|
a29d53986a
In GetDisplayNames, if user last name is Resident then only send first name for display.
|
9 years ago |
Justin Clark-Casey (justincc)
|
840e440541
When deleting an assembly before re-compile, make sure its attributes allow deletion.
|
9 years ago |
Justin Clark-Casey (justincc)
|
d0a2ea0857
Fix regression where the stored state of every second script in an object rezzed from inventory (e.g. attachments) was no longer loaded.
|
9 years ago |
Diva Canto
|
edc155c636
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
9 years ago |
Diva Canto
|
185e7048c8
On the GridService, the central simulator features: ensure that the map tile url ends with '/' because the viewer is dumb and just appends to it.
|
9 years ago |
Justin Clark-Casey (justincc)
|
2d574c3036
Stop currently unsettable display names from appearing when [ClientStack.LindenCaps] Cap_GetDisplayNames = "localhost" is set by never passing the username.
|
9 years ago |
Justin Clark-Casey (justincc)
|
aef6fd6927
If the SnedInventoryAync() method receives an exception log this but make sure it does not terminate the process.
|
9 years ago |
Justin Clark-Casey (justincc)
|
ed8d0fbea4
Don't allow a failure in create a request in HeloService.Connector.Helo() to propogate up the stack.
|
9 years ago |
Justin Clark-Casey (justincc)
|
155da5aad2
Add debug ability to ignore reliably sent packets that are not acknowledged.
|
9 years ago |
AliciaRaven
|
abf1836b81
Fix OfflineIMEmail value overwriting every time its called. The request was receiving a blank user prefs object to populate but then was checking for an email address. When this failed the email address was pulled from the User Account service and the empty prefs now including the email was saved before being loaded again to be returned. This was overwriting all other settings in the prefs. This fix returns the existing prefs first before checking the email address is set, and only updates email if missing.
|
9 years ago |
Justin Clark-Casey (justincc)
|
d9bfc710c0
Replace the tabs that have crept into isolated places in config and config example files with spaces
|
9 years ago |
Justin Clark-Casey (justincc)
|
372a7bf78e
minor: Comment out log line for the SimulatorFeatures cap request for now to reduce log verbiage. Please revert if still required.
|
9 years ago |
Justin Clark-Casey (justincc)
|
25dd30ddb6
minor: Fix some CR line endings in Scene.Inventory.cs
|
9 years ago |
Justin Clark-Casey (justincc)
|
a846e63c70
If [Permissions] serverside_object_permissions = false or the undocumented propogate_permissions = false, don't propogate permissions of prim inventory items.
|
9 years ago |
Justin Clark-Casey (justincc)
|
ac93ba9f85
minor: correct SceneCommunicationService.LogHeader spelling
|
9 years ago |
Justin Clark-Casey (justincc)
|
4b8215c893
minor: comment out unusued logging objects in some pCampbot behaviour classes
|
9 years ago |
Justin Clark-Casey (justincc)
|
24ef043395
Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the exception on error
|
9 years ago |
Justin Clark-Casey (justincc)
|
1f04e1bc23
minor: In AttachmentsModule.UpdateKnownItem use the existing IInventoryAccessModule reference that other methods are already using rather than fetching its own copy.
|
9 years ago |
Justin Clark-Casey (justincc)
|
2995868176
Make XEngine.SaveAllState() actually do this instead of script maintenance
|
9 years ago |
Justin Clark-Casey (justincc)
|
0eb268e265
minor: remove old commented out objectRemoved bool in XEngine.OnRemoveScript()
|
9 years ago |
Justin Clark-Casey (justincc)
|
58f7efc41a
Add clearqueue code adjustment that should have been in previous commit faaf47a
|
9 years ago |
Justin Clark-Casey (justincc)
|
faaf47a86f
Prevent a race condition between the script engine backup thread and script removal by locking on the script's EventQueue and only proceeding if it's flagged as still running.
|
9 years ago |
Justin Clark-Casey (justincc)
|
8d724e90de
For scripts in attachments, don't save .state files apart from the initial one as these are ignored since .state is saved in the attachment's asset.
|
9 years ago |
Justin Clark-Casey (justincc)
|
97ac80d664
minor: Suppress the log messages when user profiles data is requested for an NPC or an HG user with no set server URI to avoid log spam.
|
9 years ago |
Justin Clark-Casey (justincc)
|
b22c072c40
Fix a recent regression with HG asset posting to other grids where the assets were no longer being posted.
|
9 years ago |
Justin Clark-Casey (justincc)
|
beef41f24c
Stop simulators attempting to contact registered but offline regions (RegionFlags.Persistent but not RegioNFlags.RegionOnline) on startup and when an avatar completes a teleport.
|
9 years ago |
Diva Canto
|
72814245be
Also deleted the option of setting Cap_WebFetchInventoryDescendents from OpenSim.ini.example
|
9 years ago |
Diva Canto
|
8cc590cf80
And finally renamed the classes themselves.
|
9 years ago |
Diva Canto
|
034fc325c0
Renamed the folder too.
|
9 years ago |
Diva Canto
|
a626de696a
Renamed these 2 files, because their names are misleading. This is no longer called WebFetchInventoryDescendents, and we no longer use that cap; the viewers use FetchInvventoryDescendents2.
|
9 years ago |