aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/Linden/LLProxyLoginModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Really make module port selection work. Implement port setting inMelanie2009-10-211-2/+10
| | | | LLProxyLoginModule.
* * Changed logic of enabling LLProxyLoginModule to follow the new style -- ↵Diva Canto2009-10-111-2/+2
| | | | | | true/false on the name, rather than gridmode=true. * Better error messages on Add/Remove clients.
* * KeepAlive set to false in expect_user and log_off.Diva Canto2009-10-041-2/+2
| | | | * Check for null SP in PermissionsModule.
* Better error handling to diagnose login problems.Diva Canto2009-10-031-79/+101
|
* Moved the property RegionLoginsEnabled from GridComms to the Scene -- not ↵Diva Canto2009-09-251-1/+1
| | | | the scene itself but SceneCommunicationService, for now. Beginning to clear the code from using Region.Communications. grid stuff.
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
|
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-2/+2
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-231-2/+2
| | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
* * Upgraded LLStandaloneLoginModule, LLProxyLoginModule and ↵Arthur Valadares2009-05-211-11/+39
| | | | | | | | | | | | LLClientStackModule to new region modules. This was needed because the stand alone and grid modules weren't deleting old scenes, which caused an issue when deleting and recreating a region with same name on same x,y coordinates. Tested it on standalone and issue is fixed. Requires prebuild to be run again. Fixes Mantis #3699
* - moving banned check and public/private check toDr Scofield2009-05-051-6/+7
| | | | | | | | | | 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
* forgotten filesMW2009-03-031-0/+300