summary refs log tree commit diff
path: root/LICENSE
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2021-06-10 01:32:10 +0000
committerJune McEnroe <june@causal.agency>2021-06-10 14:44:35 -0400
commit71a84aa5023795b86a41e73617166dd1391204f6 (patch)
treea2682cfd25738661fb02004667d1d5faa9229011 /LICENSE
parentHoist loading default root certificates into ircConfig() (diff)
downloadcatgirl-71a84aa5023795b86a41e73617166dd1391204f6.tar.gz
catgirl-71a84aa5023795b86a41e73617166dd1391204f6.zip
OpenBSD: Remove now obsolete unveil code
Previous tls_default_ca_cert_file(3) hoisting makes this possible: all
TLS related files are fully loaded into memory by ircConfig() such that
ircConnect() will not do any file I/O.

Call ircConfig() before pledge(2) in the `-o' "print cert" case so this
works out -- that order should have been preserved in the previous
a989e15 "OpenBSD: hoist -o/printCert code to simplify" but fixing it now
nicely demonstrates the achivement even more so.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions
>June McEnroe Oops, didn't see this. 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe