aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ILoginServiceToRegionsConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - moving banned check and public/private check toDr Scofield2009-05-051-1/+1
| | | | | | | | | | Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region
* Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved ↵MW2009-03-031-0/+42
it from OpenSim.Client.Linden to OpenSim.Framework.