aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various teleport fixes.onefang2020-09-091-13/+15
| | | | | | | | | | | | | TPs from scripts avoid all that silly raycasting nonsense, just go where we ask. For the "teleport from above" case, do the right thing. Which includes looking for designated floor prims, which have ^ as the first character of their description. Don't do "teleport from above" when we have proper coords. Teleport home from off grid shouldn't land on roofs either.
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2020-09-091-1/+24
| | | | | | | | Once again OOP proves it's worse that spaghetti, by cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not.
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
|
* fix a info messageUbitUmarov2019-11-181-1/+1
|
* work on previus 2 patchsUbitUmarov2019-11-141-33/+20
|
* remove some more useless NULL argumentsUbitUmarov2019-10-221-4/+4
|
* Fix build breakMelanie2019-10-061-1/+5
|
* Massive console refactor. Greatly simplify interface.Melanie2019-08-201-4/+4
|
* cosmeticsUbitUmarov2019-08-021-1/+1
|
* errr use invariantculture compare not currentUbitUmarov2019-03-111-1/+1
|
* at login do try proper region name match before sending just somewhere that ↵UbitUmarov2019-03-111-0/+8
| | | | looks similar
* code aestheticsUbitUmarov2018-11-171-3/+3
|
* last commit was relative to mantis 8405 not 8396UbitUmarov2018-11-091-2/+0
|
* mantis 8396: on access control, change viewer string to match so it does ↵UbitUmarov2018-11-091-4/+10
| | | | include the viewer name, not just version
* replace some string testsUbitUmarov2018-07-081-3/+3
|
* we don't use tab simbol, we use 4 whitespacesUbitUmarov2018-07-081-15/+15
|
* Add mac banningVincent Sylvester2018-07-081-0/+16
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* some cleanupUbitUmarov2017-05-111-21/+22
|
* do not allow multiple logins of same avatar. No HG case, that needs work on ↵UbitUmarov2017-05-111-2/+70
| | | | some paths. option m_allowDuplicatePresences is checked, but is is a total nonsense.. Presences control will get broken if allowed, No one ever added code to suport it correctly.
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-22/+22
|
* The robust command login reset should return config value: MinLoginLevel. ↵Mandarinka Tasty2017-01-041-2/+2
| | | | | | | Defaultly, it returns 0. Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: Melanie Thielker <melanie@t-data.com>
* Set a sensible default for the MaxAgentGroups parameterMelanie Thielker2017-01-041-1/+1
| | | | | | | MaxAgentGroups is in the [Groups] section, but is read by the login service. If the login service and the groups service don't share the same ini file, that will be sent to the viewer as zero and groups will not work.
* Create a generic way for passing constructor args to pluginsMelanie Thielker2017-01-021-2/+7
| | | | | | | The old syntax didn't allow for any parameters except for services listed in the ServiceList. Now, services loaded by other services can also be made to use different ini sections or have additional paramters. Syntax is: [<ExtraParam>@]...<DllName>[:<ClassName>]
* HG LinkRegion receive region size also. Useless since olde r gatekeepers ↵UbitUmarov2016-11-201-1/+4
| | | | dont send it
* make login to default regions be flaged also as login via RegionID, so ↵UbitUmarov2016-09-151-0/+8
| | | | landpoints can work on those default regions
* workaround potencial memory leakUbitUmarov2016-08-221-2/+2
|
* revert previus commitUbitUmarov2015-11-231-2/+5
|
* remove libomv detection/log from llLoginServiceUbitUmarov2015-11-231-5/+2
|
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-011-1/+1
|
* Merge branch 'master' into avinationmergeUbitUmarov2015-11-011-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Framework/Servers/ServerBase.cs OpenSim/Framework/VersionInfo.cs OpenSim/Region/CoreModules/Agent/AssetTransaction/AssetXferUploader.cs OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/LocalSimulationConnector.cs OpenSim/Region/CoreModules/ServiceConnectorsOut/Simulation/RemoteSimulationConnector.cs OpenSim/Region/Framework/Interfaces/IEntityTransferModule.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Region/Framework/Scenes/SceneObjectPart.cs OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs OpenSim/Region/PhysicsModules/Ode/ODEPrim.cs OpenSim/Region/PhysicsModules/Ode/OdeScene.cs OpenSim/Services/Connectors/Simulation/SimulationServiceConnector.cs OpenSim/Services/HypergridService/GatekeeperService.cs OpenSim/Services/Interfaces/IAvatarService.cs OpenSim/Services/LLLoginService/LLLoginService.cs
| * Introduce an EntityTransferContext carrying the version numbers to passMelanie Thielker2015-10-311-2/+2
| | | | | | | | | | to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production!
| * Testing stage of the new versioning system. Use at own risk. May notMelanie Thielker2015-10-311-3/+2
| | | | | | | | work. Will eat your babies. Yada. Yada.
| * Clean up of simulation version, the number that rules the compatibility of ↵Diva Canto2015-10-181-3/+3
| | | | | | | | | | | | | | | | teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3.
* | Fixed merge conflictsDiva Canto2015-10-181-3/+3
| | | | | | | | | | | | | | | | | | | | Clean up of simulation version, the number that rules the compatibility of teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3. Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
* | clear merge issueUbitUmarov2015-09-281-7/+1
| |
* | Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-2/+6
|\ \ | |/ | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
| * Clean up viewer-based access control specifications.Diva Canto2015-09-061-2/+6
| |
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-13/+7
| |
* | bad merge?UbitUmarov2015-09-011-5/+27
|\ \ | |/ |/|
| * review llLoginService for var supportUbitUmarov2015-08-281-8/+1
| |
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-1/+1
| | | | | | | | Util.cs routines to convert region coords to and from world coords or handles.
| * TEST**** wingridproxy detection at grid login. Untested possible notUbitUmarov2014-10-241-3/+6
| | | | | | | | | | very reliable. Adds some load even on region servers because of code at BaseHttpServer.
| * Intermediate commit. Sill errors.Melanie2014-01-051-0/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster Conflicts: OpenSim/Data/SQLite/SQLiteUserProfilesData.cs OpenSim/Framework/RegionInfo.cs OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueHelper.cs OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs OpenSim/Services/UserProfilesService/UserProfilesService.cs
| | * varregion: send region size in LLLoginResponse.Robert Adams2014-01-041-0/+3
| | |
| * | Merge branch 'master' into careminsterMelanie2013-06-231-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Monitoring/BaseStatsCollector.cs OpenSim/Region/ClientStack/Linden/Caps/WebFetchInvDescModule.cs OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
| * | Merge branch 'master' into careminsterMelanie2013-06-181-1/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Services/LLLoginService/LLLoginResponse.cs OpenSim/Services/LLLoginService/LLLoginService.cs
| * \ \ Merge branch 'master' into careminsterMelanie2013-05-111-1/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Services/LLLoginService/LLLoginResponse.cs OpenSim/Services/LLLoginService/LLLoginService.cs OpenSim/Tests/Common/Mock/TestClient.cs
| * \ \ \ Merge branch 'master' into careminsterMelanie2013-02-281-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneManager.cs
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2013-02-231-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2013-02-221-3/+14
| |\ \ \ \ \ \