aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2013-02-19 06:37:20 -0800
committerDiva Canto2013-02-19 06:37:20 -0800
commit46e182dbf546dcb58d088c043a0baa2dcfed9125 (patch)
treea3093e7ddb69c45d876229a430e22cda4f4699b4 /bin
parentOne more sql statement on migration #2 for offline im, to really clean up thi... (diff)
downloadopensim-SC_OLD-46e182dbf546dcb58d088c043a0baa2dcfed9125.zip
opensim-SC_OLD-46e182dbf546dcb58d088c043a0baa2dcfed9125.tar.gz
opensim-SC_OLD-46e182dbf546dcb58d088c043a0baa2dcfed9125.tar.bz2
opensim-SC_OLD-46e182dbf546dcb58d088c043a0baa2dcfed9125.tar.xz
Offline IM: moved the Data and MySQL bits to the corresponding places in core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example6
-rw-r--r--bin/Robust.HG.ini.example1
-rw-r--r--bin/Robust.ini.example1
3 files changed, 3 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 07e7357..674a66c 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -542,9 +542,9 @@
542 ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim. 542 ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim.
543 ; OfflineMessageURL = http://yourserver/Offline.php or http://yourrobustserver:8003 543 ; OfflineMessageURL = http://yourserver/Offline.php or http://yourrobustserver:8003
544 544
545 ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Addons.OfflineIM} 545 ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll}
546 ;; For standalones, use the service directly. This is the storage dll. 546 ;; For standalones, this is the storage dll.
547 ; StorageProvider = OpenSim.Addons.OfflineIM.dll 547 ; StorageProvider = OpenSim.Data.MySQL.dll
548 548
549 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule 549 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule
550 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline 550 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index fd86bca..020815e 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -548,6 +548,5 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
548 548
549[Messaging] 549[Messaging]
550 ; OfflineIM 550 ; OfflineIM
551 StorageProvider = "OpenSim.Addons.OfflineIM.dll"
552 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" 551 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
553 552
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 9dd0d71..63a5699 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -334,7 +334,6 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
334 334
335[Messaging] 335[Messaging]
336 ; OfflineIM 336 ; OfflineIM
337 StorageProvider = "OpenSim.Addons.OfflineIM.dll"
338 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" 337 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
339 338
340[GridInfoService] 339[GridInfoService]