* Login no longer writes loginreply.xml in debug mode. Instead NetworkManager.RawLoginReply was added to access the raw XML-RPC response
* DirectoryManager.StartPeopleSearch() now takes a queryStart parameter to allow searching past the first 100 results (fixes issue 115, thanks DeltaCzuk) git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1188 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -126,7 +126,7 @@ namespace libsecondlife.TestClient
|
||||
// Find master's key from name
|
||||
DirectoryManager.DirPeopleReplyCallback callback = new DirectoryManager.DirPeopleReplyCallback(KeyResolvHandler);
|
||||
client.Directory.OnDirPeopleReply += callback;
|
||||
client.Directory.StartPeopleSearch(DirectoryManager.DirFindFlags.People, account.MasterName);
|
||||
client.Directory.StartPeopleSearch(DirectoryManager.DirFindFlags.People, account.MasterName, 0);
|
||||
if (keyResolution.WaitOne(TimeSpan.FromMinutes(1), false))
|
||||
{
|
||||
account.MasterKey = resolvedMasterKey;
|
||||
|
||||
Reference in New Issue
Block a user