aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Automatically add members to certain groups, and HGers from specific grids ↵onefang2020-09-113-9/+15
| | | | | | | | | | | | | | | | | | | | 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.
* Add DefaultRegionAccess in [AuthorizationService] section.onefang2020-09-111-1/+2
|
* Gatekeeper -> GatekeeperURIroot2020-09-091-1/+1
| | | | | | | | | Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s. One of theem even got removed upstream.
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2020-09-091-1/+6
| | | | | | | | 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-12/+0
|
* Attempt to fix the issue where, when logging into the grid, the user ↵Terry2019-11-142-0/+12
| | | | | | | 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>
* avoid a null refUbitUmarov2019-09-031-3/+3
|
* add a little more debug for nowUbitUmarov2019-09-031-4/+21
|
* mantis 8580: make some changes on regions find code. (only gatekeeperUbitUmarov2019-09-021-12/+21
| | | | host is used on local grid detection, not its port)
* Remove debug output i left inMelanie2019-08-071-7/+0
|
* Fix scope support to get friends list names across co-hosted gridsMelanie2019-08-071-0/+7
|
* missing files...UbitUmarov2019-04-302-2/+2
|
* presence detector: don't even try to logout agents that didn't made to rootUbitUmarov2019-04-061-8/+3
|
* Ooops worng ';'UbitUmarov2018-01-181-1/+1
|
* abort uploading large region map tiles as soon one failsUbitUmarov2018-01-181-13/+19
|
* remove the temporary Xmutes module, replace MuteListModule byt the new one, ↵UbitUmarov2018-01-122-2/+2
| | | | previusly named MuteListModuleTst
* add more files for robust mutes suport. (module is still named ↵UbitUmarov2018-01-042-3/+154
| | | | MuteListModuleTst for testing, others in core will be removed later
* commit what i did so far for core mutes module, befere i lose itUbitUmarov2017-12-111-0/+180
|
* add a few locksUbitUmarov2017-08-031-8/+16
|
* merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector ↵UbitUmarov2017-05-312-202/+34
| | | | in single NeighbourServicesOutConnector
* minor cleanupUbitUmarov2017-05-271-0/+1
|
* minor cleanupUbitUmarov2017-05-271-10/+24
|
* lose a refUbitUmarov2017-05-261-5/+12
|
* fix remote requests for dwell, so dwell module still calledUbitUmarov2017-05-141-0/+4
|
* Fix an error that would cause a rebake loop on HG gridsMelanie Thielker2017-02-021-1/+1
|
* Refactor part IIMelanie Thielker2017-02-011-9/+4
|
* Refactor asset handling as per Ubit's suggestionMelanie Thielker2017-02-012-32/+12
|
* Make negative asset caching actually workMelanie Thielker2017-01-302-14/+56
| | | | | | Also fixes some merge artefacts in HGAssetBroker where cached assets were requested but not actually used and completely squelch a materials debug message because there is nothing the user can do to fix it anyway.
* Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker2017-01-072-2/+2
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0531-127/+127
|
* Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵Melanie Thielker2016-12-293-6/+6
| | | | is long gone.
* and yes HG uri againUbitUmarov2016-12-161-6/+26
|
* ok.. another try on the HG uriUbitUmarov2016-12-161-3/+24
|
* work around some more warningsUbitUmarov2016-11-211-1/+1
|
* add expire time for aliensUbitUmarov2016-11-181-7/+26
|
* restore higher resolution clock on udpserver and lower uaeraccouts caching timeUbitUmarov2016-11-181-4/+2
|
* restore large useracconts expire time for testingUbitUmarov2016-11-171-2/+4
|
* reduce useraccouts cache timeUbitUmarov2016-11-111-3/+3
|
* GetUserAccounts cannot cache null accountsUbitUmarov2016-11-103-5/+13
|
* also cache not found useraccounts when search by ID. Change the expire time ↵UbitUmarov2016-11-103-13/+11
| | | | to 5minutes in this case
* move UserAccountCache access locking to its methods and not callers.UbitUmarov2016-11-093-55/+54
|
* minor cleanupUbitUmarov2016-11-091-6/+9
|
* move region comands out of LocalGridServiceConnector where they do not belongUbitUmarov2016-09-101-73/+0
|
* mantis 8021: fix show regionsinview help textUbitUmarov2016-09-071-1/+1
|
* in show regionsinview display the name of the config option ↵UbitUmarov2016-09-051-1/+1
| | | | (MaxRegionViewDistance) that controls the regions View range
* add console comand show regionsinview lists the regions that can be seen ↵UbitUmarov2016-09-051-1/+46
| | | | from a region so may also get child agents from it
* fix console comand Show Neighbours and enable itUbitUmarov2016-09-051-19/+28
|
* suspend httpdos on mapimge, fix image not been updated after first Get till ↵UbitUmarov2016-09-051-1/+5
| | | | restart
* coment some debug messagesUbitUmarov2016-08-231-2/+2
|
* in HGAssetBroker do cache all if asset id changedUbitUmarov2016-08-211-5/+7
|