Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 2020-09-11 | 3 | -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. | onefang | 2020-09-11 | 1 | -1/+2 |
| | |||||
* | Gatekeeper -> GatekeeperURI | root | 2020-09-09 | 1 | -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. | onefang | 2020-09-09 | 1 | -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 patchs | UbitUmarov | 2019-11-14 | 2 | -12/+0 |
| | |||||
* | Attempt to fix the issue where, when logging into the grid, the user ↵ | Terry | 2019-11-14 | 2 | -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 ref | UbitUmarov | 2019-09-03 | 1 | -3/+3 |
| | |||||
* | add a little more debug for now | UbitUmarov | 2019-09-03 | 1 | -4/+21 |
| | |||||
* | mantis 8580: make some changes on regions find code. (only gatekeeper | UbitUmarov | 2019-09-02 | 1 | -12/+21 |
| | | | | host is used on local grid detection, not its port) | ||||
* | Remove debug output i left in | Melanie | 2019-08-07 | 1 | -7/+0 |
| | |||||
* | Fix scope support to get friends list names across co-hosted grids | Melanie | 2019-08-07 | 1 | -0/+7 |
| | |||||
* | missing files... | UbitUmarov | 2019-04-30 | 2 | -2/+2 |
| | |||||
* | presence detector: don't even try to logout agents that didn't made to root | UbitUmarov | 2019-04-06 | 1 | -8/+3 |
| | |||||
* | Ooops worng ';' | UbitUmarov | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | abort uploading large region map tiles as soon one fails | UbitUmarov | 2018-01-18 | 1 | -13/+19 |
| | |||||
* | remove the temporary Xmutes module, replace MuteListModule byt the new one, ↵ | UbitUmarov | 2018-01-12 | 2 | -2/+2 |
| | | | | previusly named MuteListModuleTst | ||||
* | add more files for robust mutes suport. (module is still named ↵ | UbitUmarov | 2018-01-04 | 2 | -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 it | UbitUmarov | 2017-12-11 | 1 | -0/+180 |
| | |||||
* | add a few locks | UbitUmarov | 2017-08-03 | 1 | -8/+16 |
| | |||||
* | merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector ↵ | UbitUmarov | 2017-05-31 | 2 | -202/+34 |
| | | | | in single NeighbourServicesOutConnector | ||||
* | minor cleanup | UbitUmarov | 2017-05-27 | 1 | -0/+1 |
| | |||||
* | minor cleanup | UbitUmarov | 2017-05-27 | 1 | -10/+24 |
| | |||||
* | lose a ref | UbitUmarov | 2017-05-26 | 1 | -5/+12 |
| | |||||
* | fix remote requests for dwell, so dwell module still called | UbitUmarov | 2017-05-14 | 1 | -0/+4 |
| | |||||
* | Fix an error that would cause a rebake loop on HG grids | Melanie Thielker | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Refactor part II | Melanie Thielker | 2017-02-01 | 1 | -9/+4 |
| | |||||
* | Refactor asset handling as per Ubit's suggestion | Melanie Thielker | 2017-02-01 | 2 | -32/+12 |
| | |||||
* | Make negative asset caching actually work | Melanie Thielker | 2017-01-30 | 2 | -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 uppercase | Melanie Thielker | 2017-01-07 | 2 | -2/+2 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 31 | -127/+127 |
| | |||||
* | Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵ | Melanie Thielker | 2016-12-29 | 3 | -6/+6 |
| | | | | is long gone. | ||||
* | and yes HG uri again | UbitUmarov | 2016-12-16 | 1 | -6/+26 |
| | |||||
* | ok.. another try on the HG uri | UbitUmarov | 2016-12-16 | 1 | -3/+24 |
| | |||||
* | work around some more warnings | UbitUmarov | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | add expire time for aliens | UbitUmarov | 2016-11-18 | 1 | -7/+26 |
| | |||||
* | restore higher resolution clock on udpserver and lower uaeraccouts caching time | UbitUmarov | 2016-11-18 | 1 | -4/+2 |
| | |||||
* | restore large useracconts expire time for testing | UbitUmarov | 2016-11-17 | 1 | -2/+4 |
| | |||||
* | reduce useraccouts cache time | UbitUmarov | 2016-11-11 | 1 | -3/+3 |
| | |||||
* | GetUserAccounts cannot cache null accounts | UbitUmarov | 2016-11-10 | 3 | -5/+13 |
| | |||||
* | also cache not found useraccounts when search by ID. Change the expire time ↵ | UbitUmarov | 2016-11-10 | 3 | -13/+11 |
| | | | | to 5minutes in this case | ||||
* | move UserAccountCache access locking to its methods and not callers. | UbitUmarov | 2016-11-09 | 3 | -55/+54 |
| | |||||
* | minor cleanup | UbitUmarov | 2016-11-09 | 1 | -6/+9 |
| | |||||
* | move region comands out of LocalGridServiceConnector where they do not belong | UbitUmarov | 2016-09-10 | 1 | -73/+0 |
| | |||||
* | mantis 8021: fix show regionsinview help text | UbitUmarov | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | in show regionsinview display the name of the config option ↵ | UbitUmarov | 2016-09-05 | 1 | -1/+1 |
| | | | | (MaxRegionViewDistance) that controls the regions View range | ||||
* | add console comand show regionsinview lists the regions that can be seen ↵ | UbitUmarov | 2016-09-05 | 1 | -1/+46 |
| | | | | from a region so may also get child agents from it | ||||
* | fix console comand Show Neighbours and enable it | UbitUmarov | 2016-09-05 | 1 | -19/+28 |
| | |||||
* | suspend httpdos on mapimge, fix image not been updated after first Get till ↵ | UbitUmarov | 2016-09-05 | 1 | -1/+5 |
| | | | | restart | ||||
* | coment some debug messages | UbitUmarov | 2016-08-23 | 1 | -2/+2 |
| | |||||
* | in HGAssetBroker do cache all if asset id changed | UbitUmarov | 2016-08-21 | 1 | -5/+7 |
| |