summaryrefslogtreecommitdiff
path: root/lib/Uris.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* separate blocking for separate contextsstuebinm2021-12-261-15/+30
| | | | | (audio links now have their own allowlist, which won't put things through the dereferrer)
* add suggestions for misspelled propertiesstuebinm2021-12-231-1/+1
| | | | | (suggestions are shown only if they have a Damerau-Levenshtein distance <= 4, which seems to yield reasonably good results)
* disallow double courly bracesstuebinm2021-12-211-1/+2
| | | | as per yesterday's discussion about extended scripting variables
* disallow extended API variables in linksstuebinm2021-12-201-1/+5
|
* special handling of world:// and assembly namesstuebinm2021-12-161-16/+16
| | | | | these now have their own top-level config attribute which is essentially a shorthand for setting one that's deeper nested.
* better lints for invalid linksstuebinm2021-12-121-3/+7
|
* whoops, forgot to add a filestuebinm2021-11-201-0/+80