Advertisement
reporter1

Untitled

Jan 19th, 2018
961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. OpenSim.ini changes for Mutelist and Profiles V2
  2.  
  3. [Messaging]
  4. ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule *}
  5. ;; Module to handle offline messaging. The core module requires an external
  6. ;; web service to do this. See OpenSim wiki.
  7. OfflineMessageModule = OfflineMessageModule
  8.  
  9. ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {}
  10. ;; URL of web service for offline message storage
  11. OfflineMessageURL = http://im.osgrid.org/offline
  12.  
  13. ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule
  14. ;; Mute list handler (Requires OpenSimMuteList module). MUST BE SET to allow offline
  15. ;; messages to work
  16. MuteListModule = OpenSimMuteList
  17.  
  18. ;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php
  19. ;; URL of the web service that serves mute lists. Not currently used, but
  20. ;; must be set to allow offline messaging to work.
  21. MuteListURL = http://im.osgrid.org/mute/index.php
  22.  
  23. ;; Control whether group messages are forwarded to offline users.
  24. ;; Default is true.
  25. ;; This applies to the core groups module (Flotsam) only.
  26. ForwardOfflineGroupMessages = false
  27.  
  28.  
  29. GridCommon.ini changes for profiles V2
  30.  
  31. Remove this section:
  32. [Profile]
  33.  
  34. ; set the module for profiles
  35.  
  36. Module = "OpenSimProfile"
  37.  
  38. ; Change it to your own HTTP server to have the Profile server work
  39.  
  40. ProfileURL = http://profiles.osgrid.org/profile.php
  41.  
  42. and add this section
  43.  
  44. [UserProfiles]
  45. ProfileServiceURL = http://services.osgrid.org
  46.  
  47.  
  48. And remove the file OpenSimProfile.Modules.dll from the bin folder if it exists.
  49.  
  50. Add the OpenSimMutelist.Modules.dll file to the bin folder.
  51.  
  52. Module binary is located at http://download.osgrid.org/OpenSimMutelist.Modules.dll
  53. Module source is located at http://download.osgrid.org/OpenSimMute_v0.1.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement