mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
A few updates necessary for load balancer.
- handle GetUser request for nonexistent user gracefully - include throttle levels in ClientInfo - code to save/restore throttles in client stack - only update/send updates to active clients - make animation classes serializable
This commit is contained in:
@@ -248,6 +248,9 @@ namespace OpenSim.Grid.UserServer.Modules
|
||||
{
|
||||
string query = (string) requestData["avatar_name"];
|
||||
|
||||
if (null == query)
|
||||
return CreateUnknownUserErrorResponse();
|
||||
|
||||
// Regex objAlphaNumericPattern = new Regex("[^a-zA-Z0-9]");
|
||||
|
||||
string[] querysplit = query.Split(' ');
|
||||
|
||||
Reference in New Issue
Block a user