mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Merge branch 'master' into careminster
This commit is contained in:
@@ -370,8 +370,6 @@ namespace OpenSim.Services.HypergridService
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
// Check that the service token was generated for *this* grid.
|
||||
|
||||
@@ -276,19 +276,19 @@ namespace OpenSim.Services.HypergridService
|
||||
}
|
||||
}
|
||||
|
||||
// Lastly, let's notify the rest who may be online somewhere else
|
||||
foreach (string user in usersToBeNotified)
|
||||
{
|
||||
UUID id = new UUID(user);
|
||||
//m_UserAgentService.LocateUser(id);
|
||||
//etc...
|
||||
//if (m_TravelingAgents.ContainsKey(id) && m_TravelingAgents[id].GridExternalName != m_GridName)
|
||||
//{
|
||||
// string url = m_TravelingAgents[id].GridExternalName;
|
||||
// // forward
|
||||
//}
|
||||
//m_log.WarnFormat("[HGFRIENDS SERVICE]: User {0} is visiting another grid. HG Status notifications still not implemented.", user);
|
||||
}
|
||||
// // Lastly, let's notify the rest who may be online somewhere else
|
||||
// foreach (string user in usersToBeNotified)
|
||||
// {
|
||||
// UUID id = new UUID(user);
|
||||
// //m_UserAgentService.LocateUser(id);
|
||||
// //etc...
|
||||
// //if (m_TravelingAgents.ContainsKey(id) && m_TravelingAgents[id].GridExternalName != m_GridName)
|
||||
// //{
|
||||
// // string url = m_TravelingAgents[id].GridExternalName;
|
||||
// // // forward
|
||||
// //}
|
||||
// //m_log.WarnFormat("[HGFRIENDS SERVICE]: User {0} is visiting another grid. HG Status notifications still not implemented.", user);
|
||||
// }
|
||||
|
||||
// and finally, let's send the online friends
|
||||
if (online)
|
||||
|
||||
@@ -57,7 +57,7 @@ namespace OpenSim.Services.HypergridService
|
||||
private string m_HomeURL;
|
||||
private IUserAccountService m_UserAccountService;
|
||||
|
||||
private UserAccountCache m_Cache;
|
||||
// private UserAccountCache m_Cache;
|
||||
|
||||
private ExpiringCache<UUID, List<XInventoryFolder>> m_SuitcaseTrees = new ExpiringCache<UUID, List<XInventoryFolder>>();
|
||||
|
||||
@@ -92,7 +92,7 @@ namespace OpenSim.Services.HypergridService
|
||||
// Preferred
|
||||
m_HomeURL = invConfig.GetString("HomeURI", m_HomeURL);
|
||||
|
||||
m_Cache = UserAccountCache.CreateUserAccountCache(m_UserAccountService);
|
||||
// m_Cache = UserAccountCache.CreateUserAccountCache(m_UserAccountService);
|
||||
}
|
||||
|
||||
m_log.Debug("[HG SUITCASE INVENTORY SERVICE]: Starting...");
|
||||
|
||||
Reference in New Issue
Block a user