aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorUbitUmarov2017-11-12 03:18:02 +0000
committerUbitUmarov2017-11-12 03:18:02 +0000
commitca4804b758b73fc4b6a933f95418c679b9fde2fb (patch)
tree4154d732fd05652da7eb649d5132c25a50df0620 /bin
parentMerge branch 'master' into httptests (diff)
parentchange opensim.ini.example mutes coments to express what our current code does (diff)
downloadopensim-SC-ca4804b758b73fc4b6a933f95418c679b9fde2fb.zip
opensim-SC-ca4804b758b73fc4b6a933f95418c679b9fde2fb.tar.gz
opensim-SC-ca4804b758b73fc4b6a933f95418c679b9fde2fb.tar.bz2
opensim-SC-ca4804b758b73fc4b6a933f95418c679b9fde2fb.tar.xz
Merge branch 'master' into httptests
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example14
1 files changed, 8 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0ef6cfc..2908e9c 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -706,14 +706,16 @@
706 ;; For standalones, this is the storage dll. 706 ;; For standalones, this is the storage dll.
707 ; StorageProvider = OpenSim.Data.MySQL.dll 707 ; StorageProvider = OpenSim.Data.MySQL.dll
708 708
709 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} None 709 ; Mute list handler
710 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline 710 ; the provided MuteListModule is just a Dummy
711 ;; messages to work 711 ; you will need a external module for proper suport.
712 ; if you keep both 2 following settings comment, viewers will use mutes in their caches
713 ; if you uncoment both (url is ignored) the mutes will be deleted at login.
714
715 ;# {MuteListModule} {MuteListModule:MuteListModule} {} {} None
712 ; MuteListModule = MuteListModule 716 ; MuteListModule = MuteListModule
713 717
714 ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php 718 ;# {MuteListURL} {MuteListModule:MuteListModule} {} {} http://yourserver/Mute.php
715 ;; URL of the web service that serves mute lists. Not currently used, but
716 ;; must be set to allow offline messaging to work.
717 ; MuteListURL = http://yourserver/Mute.php 719 ; MuteListURL = http://yourserver/Mute.php
718 720
719 ;; Control whether group invites and notices are stored for offline users. 721 ;; Control whether group invites and notices are stored for offline users.