aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2017-05-03 03:52:55 +0100
committerUbitUmarov2017-05-03 03:52:55 +0100
commit832ca518d74812e45e438cce1fdb7e5c5709e888 (patch)
treeace91256b0d27e29b44739bf29631b3c6c00c243 /bin
parent fix merge (diff)
parentrecover a lost trim in permissions modules names parsing (diff)
downloadopensim-SC-832ca518d74812e45e438cce1fdb7e5c5709e888.zip
opensim-SC-832ca518d74812e45e438cce1fdb7e5c5709e888.tar.gz
opensim-SC-832ca518d74812e45e438cce1fdb7e5c5709e888.tar.bz2
opensim-SC-832ca518d74812e45e438cce1fdb7e5c5709e888.tar.xz
fix merge
Diffstat (limited to 'bin')
-rwxr-xr-xbin/CSJ2K.dllbin502784 -> 483328 bytes
-rwxr-xr-xbin/OpenMetaverse.Rendering.Meshmerizer.dllbin20480 -> 20480 bytes
-rwxr-xr-xbin/OpenMetaverse.StructuredData.dllbin102400 -> 102400 bytes
-rwxr-xr-xbin/OpenMetaverse.dllbin2199552 -> 2199552 bytes
-rwxr-xr-xbin/OpenMetaverseTypes.dllbin110592 -> 110592 bytes
-rw-r--r--bin/OpenSim.ini.example25
-rw-r--r--bin/OpenSimDefaults.ini10
7 files changed, 14 insertions, 21 deletions
diff --git a/bin/CSJ2K.dll b/bin/CSJ2K.dll
index 238291f..e882e4c 100755
--- a/bin/CSJ2K.dll
+++ b/bin/CSJ2K.dll
Binary files differ
diff --git a/bin/OpenMetaverse.Rendering.Meshmerizer.dll b/bin/OpenMetaverse.Rendering.Meshmerizer.dll
index 1a12a1e..7087584 100755
--- a/bin/OpenMetaverse.Rendering.Meshmerizer.dll
+++ b/bin/OpenMetaverse.Rendering.Meshmerizer.dll
Binary files differ
diff --git a/bin/OpenMetaverse.StructuredData.dll b/bin/OpenMetaverse.StructuredData.dll
index 7aeb089..dd3113d 100755
--- a/bin/OpenMetaverse.StructuredData.dll
+++ b/bin/OpenMetaverse.StructuredData.dll
Binary files differ
diff --git a/bin/OpenMetaverse.dll b/bin/OpenMetaverse.dll
index 5c576a7..1a63a9f 100755
--- a/bin/OpenMetaverse.dll
+++ b/bin/OpenMetaverse.dll
Binary files differ
diff --git a/bin/OpenMetaverseTypes.dll b/bin/OpenMetaverseTypes.dll
index a07cc1d..cf5080d 100755
--- a/bin/OpenMetaverseTypes.dll
+++ b/bin/OpenMetaverseTypes.dll
Binary files differ
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index a9e368a..74888b3 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -49,19 +49,13 @@
49 ; this section defines constants for grid services 49 ; this section defines constants for grid services
50 ; to simplify other configuration files default settings 50 ; to simplify other configuration files default settings
51 51
52 ; BaseURL 52 ;# {BaseHostname} {} {BaseHostname} {"example.com" "127.0.0.1"} "127.0.0.1"
53 ; should be the externally accessible IP/DNS name of grid or standalone 53 BaseHostname = "127.0.0.1"
54 ; http://externalHostName or https://externalHostName if using ssl
55 ; examples: http://mymachine.example.com, https://mymachine.example.com, https://127.0.0.1
56 ; default: http://127.0.0.1
57 ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} ""
58 BaseURL = http://127.0.0.1
59 54
60 ; default public port 55 ;# {BaseURL} {} {BaseURL} {"http://${Const|BaseHostname}} "http://${Const|BaseHostname}"
61 ; usually 8002 for grids. 56 BaseURL = http://${Const|BaseHostname}
62 ; on standalones it needs to match http_listener_port or http_listener_sslport if using ssl 57
63 ; in [Network] section below (defaults 9000 or 9001 if using ssl) 58 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
64 ;# {PublicPort} {} {PublicPort} {8002 9000 9001} "8002"
65 PublicPort = "8002" 59 PublicPort = "8002"
66 60
67 ;grid default private port 8003, not used in standalone 61 ;grid default private port 8003, not used in standalone
@@ -569,10 +563,9 @@
569 563
570 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} 564 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {}
571 ;; Hostname to use in llRequestURL/llRequestSecureURL 565 ;; Hostname to use in llRequestURL/llRequestSecureURL
572 ;; if not defined - default machine name is being used 566 ;; if not defined - llRequestURL/llRequestSecureURL are disabled
573 ;; (on Windows this mean NETBIOS name - useably only inside local network) 567 ExternalHostNameForLSL = ${Const|BaseHostname}
574 ; ExternalHostNameForLSL = "127.0.0.1" 568
575
576 ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim 569 ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim
577 ;; What is reported as the "X-Secondlife-Shard" 570 ;; What is reported as the "X-Secondlife-Shard"
578 ;; Defaults to the user server url if not set 571 ;; Defaults to the user server url if not set
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 0170a27..7bfb32a 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -614,8 +614,7 @@
614 614
615 ; Hostname to use in llRequestURL/llRequestSecureURL 615 ; Hostname to use in llRequestURL/llRequestSecureURL
616 ; must be a valid hostname for the ssl cert. 616 ; must be a valid hostname for the ssl cert.
617 ; if not defined - default machine name is being used 617 ; if not defined - llRequestURL/llRequestSecureURL are disabled
618 ; (on Windows this mean NETBIOS name - useably only inside local network)
619 ; ExternalHostNameForLSL=127.0.0.1 618 ; ExternalHostNameForLSL=127.0.0.1
620 619
621 ; Disallow the following address ranges for user scripting calls (e.g. llHttpRequest()) 620 ; Disallow the following address ranges for user scripting calls (e.g. llHttpRequest())
@@ -1913,7 +1912,8 @@
1913 1912
1914 ; regex specifying for which regions concierge service is desired; if 1913 ; regex specifying for which regions concierge service is desired; if
1915 ; empty, then for all 1914 ; empty, then for all
1916 regions = "^MeetingSpace-" 1915 ;regions = "^MeetingSpace-"
1916 regions = ""
1917 1917
1918 ; for each region that matches the regions regexp you can provide 1918 ; for each region that matches the regions regexp you can provide
1919 ; (optionally) a welcome template using format substitution: 1919 ; (optionally) a welcome template using format substitution:
@@ -1921,14 +1921,14 @@
1921 ; {1} is replaced with the name of the region 1921 ; {1} is replaced with the name of the region
1922 ; {2} is replaced with the name of the concierge (whoami variable above) 1922 ; {2} is replaced with the name of the concierge (whoami variable above)
1923 1923
1924 welcomes = /path/to/welcome/template/directory 1924 ;welcomes = /path/to/welcome/template/directory
1925 1925
1926 ; Concierge can send attendee lists to an event broker whenever an 1926 ; Concierge can send attendee lists to an event broker whenever an
1927 ; avatar enters or leaves a concierged region. the URL is subject 1927 ; avatar enters or leaves a concierged region. the URL is subject
1928 ; to format substitution: 1928 ; to format substitution:
1929 ; {0} is replaced with the region's name 1929 ; {0} is replaced with the region's name
1930 ; {1} is replaced with the region's UUID 1930 ; {1} is replaced with the region's UUID
1931 broker = "http://broker.place.com/{1}" 1931 ;broker = "http://broker.place.com/{1}"
1932 1932
1933 1933
1934[MRM] 1934[MRM]