From 38e8853e5761d09a7e8f580dd277d9b99b834696 Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Sat, 1 Nov 2008 22:09:48 +0000 Subject: 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. --- bin/OpenSim.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/OpenSim.ini.example') 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" inventory_server_url = "http://127.0.0.1:8004" +; The MessagingServer is a companion of the UserServer. It uses +; user_send_key and user_recv_key, too +messaging_server_url = "http://127.0.0.1:8006" [Chat] whisper_distance = 10 -- cgit v1.1