diff options
author | UbitUmarov | 2017-11-12 03:16:40 +0000 |
---|---|---|
committer | UbitUmarov | 2017-11-12 03:16:40 +0000 |
commit | 8e8108c78c591be904e0ab9fee9642cc19e01073 (patch) | |
tree | 8bdae0b6f71ead4eb44b09afddbfc81ffbcc5987 /bin | |
parent | off line module V2 must not sent a empty mutes list. That is mutes modules jo... (diff) | |
download | opensim-SC-8e8108c78c591be904e0ab9fee9642cc19e01073.zip opensim-SC-8e8108c78c591be904e0ab9fee9642cc19e01073.tar.gz opensim-SC-8e8108c78c591be904e0ab9fee9642cc19e01073.tar.bz2 opensim-SC-8e8108c78c591be904e0ab9fee9642cc19e01073.tar.xz |
change opensim.ini.example mutes coments to express what our current code does
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 05a43f4..658d79c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -671,14 +671,16 @@ | |||
671 | ;; For standalones, this is the storage dll. | 671 | ;; For standalones, this is the storage dll. |
672 | ; StorageProvider = OpenSim.Data.MySQL.dll | 672 | ; StorageProvider = OpenSim.Data.MySQL.dll |
673 | 673 | ||
674 | ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} None | 674 | ; Mute list handler |
675 | ;; Mute list handler (not yet implemented). MUST BE SET to allow offline | 675 | ; the provided MuteListModule is just a Dummy |
676 | ;; messages to work | 676 | ; you will need a external module for proper suport. |
677 | ; if you keep both 2 following settings comment, viewers will use mutes in their caches | ||
678 | ; if you uncoment both (url is ignored) the mutes will be deleted at login. | ||
679 | |||
680 | ;# {MuteListModule} {MuteListModule:MuteListModule} {} {} None | ||
677 | ; MuteListModule = MuteListModule | 681 | ; MuteListModule = MuteListModule |
678 | 682 | ||
679 | ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php | 683 | ;# {MuteListURL} {MuteListModule:MuteListModule} {} {} http://yourserver/Mute.php |
680 | ;; URL of the web service that serves mute lists. Not currently used, but | ||
681 | ;; must be set to allow offline messaging to work. | ||
682 | ; MuteListURL = http://yourserver/Mute.php | 684 | ; MuteListURL = http://yourserver/Mute.php |
683 | 685 | ||
684 | ;; Control whether group invites and notices are stored for offline users. | 686 | ;; Control whether group invites and notices are stored for offline users. |