mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
* Add very basic initial login stats to the user server
* Typing 'stats' on the command line will given total number of successful logins today and yesterday * A little bit more to come, probably * Refactoring will follow next
This commit is contained in:
@@ -88,7 +88,8 @@ namespace SimpleApp
|
||||
m_commsManager = localComms;
|
||||
|
||||
LocalLoginService loginService =
|
||||
new LocalLoginService(userService, String.Empty, localComms, m_networkServersInfo, false);
|
||||
new LocalLoginService(
|
||||
userService, String.Empty, localComms, m_networkServersInfo, null, false);
|
||||
loginService.OnLoginToRegion += backendService.AddNewSession;
|
||||
|
||||
m_httpServer.AddXmlRPCHandler("login_to_simulator", loginService.XmlRpcLoginMethod);
|
||||
|
||||
Reference in New Issue
Block a user