List of friends now retrieved upon login. Configured and tested in standalone only.

This commit is contained in:
Diva Canto
2010-02-25 16:11:04 -08:00
parent 44d5b2910f
commit 679ad95750
6 changed files with 44 additions and 22 deletions

View File

@@ -306,6 +306,7 @@ namespace OpenSim.Services.HypergridService
return false;
string addressee = parts[0];
m_log.DebugFormat("[GATEKEEPER SERVICE]: Verifying {0} against {1}", addressee, m_ExternalName);
return (addressee == m_ExternalName);
}