aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Automatically add members to certain groups, and HGers from specific grids ↵onefang2020-09-111-2/+2
| | | | | | | | | | | | | | | | | | | | to certain other groups. It doesn't let them know, though the last group added will be their active group. This replaces a PHP script I used to use, that got broken by a PHP update. It also didn't let people know, no one complained. This is better. Another attempt at sorting out the auto group chicken and egg problems. Are you a local? Asking for a friend. Hypergridders have their full name in firstname, and their grid in lastname. Sometimes. Code filled with gotos may be spaghetti code, but object oriented code can be like chopped spaghetti that's hidden all over the kitchen. At least with gotos you can follow them.
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2020-09-091-1/+12
| | | | | | | | 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.
* work on previus 2 patchsUbitUmarov2019-11-142-5/+1
|
* Attempt to fix the issue where, when logging into the grid, the user ↵Terry2019-11-141-0/+4
| | | | | | | supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified. Signed-off-by: Terry <terry@digiworldz.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* extent supported number of avatar textures/bakes/wearables, tell viewers ↵UbitUmarov2019-09-111-3/+3
| | | | about it on lludp RegionHandShake; propagate agenthover; block teleports/crossings based on worn wearables and peer version;
* Fix scope support to get friends list names across co-hosted gridsMelanie2019-08-071-1/+1
|
* add RemoveUser to UserManagementUbitUmarov2018-10-201-1/+1
|
* avoid potencial out of range issuesUbitUmarov2018-05-131-43/+38
|
* add Cap_FetchLib2 note that this is still local to regions, not using grid ↵UbitUmarov2018-01-271-1/+2
| | | | as it possible should, but this needs more work, and issue with HG older grids/regions
* commit what i did so far for core mutes module, befere i lose itUbitUmarov2017-12-111-0/+41
|
* cleanup (grid)region info endpoint; add log to try to find some xml decode ↵UbitUmarov2017-05-261-44/+1
| | | | issues
* add some checks for valid endpointsUbitUmarov2017-05-251-30/+10
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0515-71/+71
|
* set HasGridUserTried on usercache of NPCsUbitUmarov2016-12-071-1/+1
|
* HG LinkRegion sends region size alsoUbitUmarov2016-11-201-1/+1
|
* add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ↵UbitUmarov2016-08-171-0/+1
| | | | use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still
* remove a parameter for detection of grid fail to suport getting multiple ↵UbitUmarov2016-08-131-1/+1
| | | | user accounts per call and handle it where needed.
* add some wiring to have GetUserAccounts for multiple IDs on a single ↵UbitUmarov2016-08-131-0/+1
| | | | request to grid services. Unfinished, untested
* Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-041-2/+2
| | | | | | | | be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
* Apply user specified default perms across the board, to items uploaded as ↵Melanie Thielker2016-04-291-1/+1
| | | | | | | | well as items created and to rezzed prims in world. This effectively removes the concept of "default permissions" from OpenSim because all known modern viewers set the permissions flags on login. Ancient abandoned viewers will now default to the SL defaults.
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-1/+1
| | | | replace anymore.
* revert previus commitUbitUmarov2015-11-231-1/+1
|
* remove libomv detection/log from llLoginServiceUbitUmarov2015-11-231-1/+1
|
* More EntityTransferContext plumbingMelanie Thielker2015-11-011-14/+0
|
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-012-3/+4
|
* Merge branch 'master' into avinationmergeUbitUmarov2015-11-011-0/+2
|\
| * Plumb the special VeriableWearablesSuported field which we willMelanie Thielker2015-11-011-0/+2
| | | | | | | | temporarily use to determine extended wearableness
* | Merge branch 'master' into avinationmergeUbitUmarov2015-11-012-8/+18
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+13
| | | | | | | | | | 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-1/+1
| | | | | | | | work. Will eat your babies. Yada. Yada.
| * fix services handling of visualparameters, avoiding possible crashs (mantis ↵UbitUmarov2015-10-271-5/+20
| | | | | | | | 7732) partially appling code from avinationmerge
| * On to 0.8.3!Diva Canto2015-10-181-1/+1
| |
* | On to 0.8.3!Diva Canto2015-10-181-1/+1
| | | | | | | | | | Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
* | Remove the last proprietary copyright headers, insert BSD ones.Melanie Thielker2015-09-131-6/+27
| |
* | seems to compile ( tests comented out)UbitUmarov2015-09-025-137/+20
| |
* | bad merge?UbitUmarov2015-09-0110-16/+193
|\ \ | |/ |/|
| * add more of the v03 checks and homeURL. Sending side only for nowUbitUmarov2015-08-261-1/+13
| |
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-8/+8
| | | | | | | | Util.cs routines to convert region coords to and from world coords or handles.
| * bug fixUbitUmarov2014-10-261-1/+1
| |
| * TEST**** wingridproxy detection at grid login. Untested possible notUbitUmarov2014-10-241-2/+2
| | | | | | | | | | very reliable. Adds some load even on region servers because of code at BaseHttpServer.
| * Merge branch 'avination-current'Melanie Thielker2014-08-231-0/+6
| |\
| | * Fix a null ref that will cause an exception if a grid region doesnt' specify ↵Melanie Thielker2014-08-231-0/+6
| | | | | | | | | | | | a URI.
| | * Change the map tile system to be multi-grid hosting compatibleMelanie Thielker2014-08-231-3/+3
| | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs
| * | Change the map tile system to be multi-grid hosting compatibleMelanie Thielker2014-08-231-3/+3
| | |
| * | Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2014-06-217-20/+179
| |\ \ | | |/ | |/| | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
| | * Merge branch 'master' into careminsterMelanie2014-01-281-0/+7
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/RegionSettings.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs OpenSim/Region/Framework/Interfaces/IInterregionComms.cs OpenSim/Region/OptionalModules/World/NPC/Tests/NPCModuleTests.cs
| | * \ Intermediate commit. Sill errors.Melanie2014-01-051-0/+41
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | Revert "Add support for user preferences (im via email)"Melanie2013-12-071-5/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
| | * | | Merge branch 'master' into careminsterMelanie2013-12-072-3/+5
| | |\ \ \
| | * \ \ \ Merge branch 'master' into careminsterMelanie2013-10-061-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/VersionInfo.cs OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs