aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorHomer Horwitz2008-11-01 22:09:48 +0000
committerHomer Horwitz2008-11-01 22:09:48 +0000
commit38e8853e5761d09a7e8f580dd277d9b99b834696 (patch)
tree653fe4c9075a03c05a4b5782f7309afa83062e5c /bin
parent* minor: Remove mono compiler warning (diff)
downloadopensim-SC_OLD-38e8853e5761d09a7e8f580dd277d9b99b834696.zip
opensim-SC_OLD-38e8853e5761d09a7e8f580dd277d9b99b834696.tar.gz
opensim-SC_OLD-38e8853e5761d09a7e8f580dd277d9b99b834696.tar.bz2
opensim-SC_OLD-38e8853e5761d09a7e8f580dd277d9b99b834696.tar.xz
Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.Data.addin.xml1
-rw-r--r--bin/OpenSim.ini.example3
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.Data.addin.xml b/bin/OpenSim.Data.addin.xml
index c3d016b..4859b65 100644
--- a/bin/OpenSim.Data.addin.xml
+++ b/bin/OpenSim.Data.addin.xml
@@ -4,6 +4,7 @@
4 <Import assembly="OpenSim.Grid.GridServer.exe"/> 4 <Import assembly="OpenSim.Grid.GridServer.exe"/>
5 <Import assembly="OpenSim.Grid.AssetServer.exe"/> 5 <Import assembly="OpenSim.Grid.AssetServer.exe"/>
6 <Import assembly="OpenSim.Grid.InventoryServer.exe"/> 6 <Import assembly="OpenSim.Grid.InventoryServer.exe"/>
7 <Import assembly="OpenSim.Grid.MessagingServer.exe"/>
7 <Import assembly="OpenSim.Data.dll"/> 8 <Import assembly="OpenSim.Data.dll"/>
8 <Import assembly="OpenSim.Framework.dll"/> 9 <Import assembly="OpenSim.Framework.dll"/>
9 </Runtime> 10 </Runtime>
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 32944ab..439efbc 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -203,6 +203,9 @@ asset_server_url = "http://127.0.0.1:8003"
203 203
204inventory_server_url = "http://127.0.0.1:8004" 204inventory_server_url = "http://127.0.0.1:8004"
205 205
206; The MessagingServer is a companion of the UserServer. It uses
207; user_send_key and user_recv_key, too
208messaging_server_url = "http://127.0.0.1:8006"
206 209
207[Chat] 210[Chat]
208whisper_distance = 10 211whisper_distance = 10