aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-18Fix a typo in tho OhSillyThreat config file.onefang1-52/+52
Not sure how this escaped me for so long.
2021-08-18Move more stuff into the var directory.onefang4-16/+20
2021-07-07Add gods to OhSilly threat level config.onefang1-52/+53
2021-07-06Various config file merges and fix ups.onefang3-0/+12
Plus some sorting.
2021-07-06White space fixes.onefang4-19/+19
2021-07-06Fix up the usual script messes.onefang1-48/+49
Don't slow scripts down with bogus monitoring that isn't used anywhere. Don't make scripts sleep all the time. Don't bother with useless OhSilly Threat checks, and clean up the remains.
2020-09-10Various map generation tweaks.onefang2-4/+4
Fix up Warp3DCachedImageModule to work with my directory structure. Remove some excess code from it. Clean up maptile directory creation code. When the generate map command is given, generate the map. The month check seems a bit dodgy, but I'll let it ride for now.
2020-09-10Another ini file I forgot in the last commit.onefang1-0/+401
2020-09-10Some ini files that got skipped coz .gitignore vasn't clean.onefang2-0/+352
2020-09-10Various script engine speed ups, and Oh Silly Threat clean ups.onefang1-120/+164
Don't bother doing useless threat level, sleep, and bogus stat collections, it only slows things down. https://sledjhamr.org/mantisbt/view.php?id=15 for an analysis of the bogus stat collection.
2020-09-09Gatekeeper -> GatekeeperURIroot2-3/+3
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.
2020-09-08.ini files for various grids.onefang3-0/+317
2020-09-08Major clean up of config and ini files.onefang6-14/+3604
2020-09-08Move various paths out of the bin directory.onefang2-2/+2
2020-04-18Add Destiny Grid config.onefang1-0/+87
2019-10-21a few changes on osslEnable.iniUbitUmarov1-6/+6
2019-10-21a few changes on osslEnable.iniUbitUmarov1-1/+4
2019-10-19same for osSetDynamicTextureURLBlendFace(). thx djphilUbitUmarov1-1/+1
2019-10-19change osSetDynamicTextureURL(Blend) to ↵UbitUmarov1-4/+2
ThreatLevel.VeryHigh,ESTATE_MANAGER,ESTATE_OWNER
2019-10-16typoUbitUmarov1-2/+2
2019-10-16 add OSSL option PermissionErrortoOwner (true or false). if true ossl ↵UbitUmarov1-1/+4
functions permission errors will only be sent to prim owner, defaul false: send all around
2019-10-15change coments on osslEnable.ini and remove list of functions always suported;UbitUmarov1-88/+18
2019-08-27mantis 8470: add constant PrivURL. Thanks Ai AustinUbitUmarov1-13/+13
2019-08-25typo--onefang1-1/+1
2019-08-23Allow anyone to create NPCs. Thought I did this before? Twice?onefang1-1/+1
2019-08-23Update documentation.onefang1-1/+1
Write some more. Correct some spelling errors. Clean up some out of date stuff. Make it consistant. Rearrange things.
2019-08-18Add HTTPS configs.onefang3-0/+6
2019-08-17minor update to osslEnable.iniUbitUmarov1-0/+3
2019-08-18Better consistency with the other config.ini files.onefang1-3/+3
2019-08-13Godliness can be in the first name as well.onefang1-0/+1
As it is in IG.
2019-08-04Add a basic generic web server, and a login page, plus stubs for the other ↵onefang3-0/+47
basic pages. And update everyone to suit.
2019-08-02Oops, move the GridService Region_ stuff to grid specific config files.onefang2-0/+12
2019-07-31Automatically add members to certain groups, and HGers from specific grids ↵onefang1-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.
2019-07-28Jiggle the grid specific configs.onefang4-43/+53
Add GodNames. Move the Groups and AuthorizationService sections back to config_*. Fix up the AuthorizationService for some sims. Add the so far not written AddDefaultGroup options. I'll write this soon.
2019-07-25Merge LureModule into HGLureModule.onefang2-2/+0
2019-07-25Gatekeeper -> GatekeeperURIonefang4-8/+8
Coz it says all over the source code - // Legacy. Remove soon! And has since later OpenSim 0.7s.
2019-07-04Put ConfigPath back in.onefang3-0/+3
ROBUST needs it.
2019-07-04Move the MG configs to their own file.onefang2-89/+87
2019-06-19IG godliness is different.onefang1-0/+5
2019-06-03Adjust [AuthorizationService] sections to use the new DefaultRegionAccess.onefang2-53/+37
2019-05-22Oops--onefang3-3/+3
2019-05-22Major tweaking of the scripts to suit the new setup.onefang4-94/+74
2019-05-19Some extra examples and performance .ini files.onefang7-0/+3825
2019-05-19Major clean up of .ini files.onefang5-2/+761
Sorry about the lack of details.
2019-05-19Less Oh Silly Threat detection.onefang1-121/+127
Scripts run a little faster if they don't stop to be overly paranoid all the time.
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang12-0/+1705
2019-03-02ll rez objects: silent ginore null object id; remove redundante llSetColor codeUbitUmarov1-2/+2
2018-12-13actually disable osSetContentType on osslEnable.ini, so is only enabled by ↵UbitUmarov1-1/+1
machine owner intentionally
2018-12-11cleanup last patchUbitUmarov1-1/+1
2018-12-11Add osNpcSayTo(key npc, key target, integer channel, string message)Bill Blight1-0/+1
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>