mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
A lot more beef on the login service. The LLLoginResponse is a MONSTER! Almost done...
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Net;
|
||||
|
||||
using OpenMetaverse.StructuredData;
|
||||
|
||||
@@ -45,7 +46,7 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
public interface ILoginService
|
||||
{
|
||||
LoginResponse Login(string firstName, string lastName, string passwd, string startLocation);
|
||||
LoginResponse Login(string firstName, string lastName, string passwd, string startLocation, IPEndPoint clientIP);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user