Make default slurl prefix more opensim-like

While still remaining compatible with declined RLVa inventory offers
This commit is contained in:
lickx
2024-12-09 13:47:39 +01:00
parent 08e5fa095d
commit db8ba76c1e
2 changed files with 6 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
protected bool m_AllowGodFunctions;
protected double m_timer = Util.GetTimeStamp();
protected string m_SlurlPrefix = "http://slurl.com/secondlife";
protected string m_SlurlPrefix = "http://slurl.opensim.local";
protected bool m_waitingForScriptAnswer = false;
protected bool m_automaticLinkPermission = false;

View File

@@ -1814,10 +1814,12 @@
; Used in inventory offer messages to show the giving object origin
; To make /decline work for RLVa inventory offers, this has to
; start with "http://slurl". Your grid could host a slurl-like
; webmap at given url, for example at http://slurl.yourgrid.com
; start with "http://slurl", however a webpage does not need to
; exist at given location. Your grid may choose to host a slurl.com-like
; webmap if desired, for example at http://slurl.yourgrid.com
; The dialog will display it inworld as: SlurlPrefix/regionname/x/y/z/
;SlurlPrefix="http://slurl.com/secondlife"
; In SL the prefix is: http://slurl.com/secondlife
;SlurlPrefix="http://slurl.opensim.local"
[Concierge]
; Enable concierge module