summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorNoah Pederson <noah@packetlost.dev>2019-12-28 14:25:43 -0500
committerJune McEnroe <june@causal.agency>2019-12-28 14:42:28 -0500
commit34ef6ee5a76cac3408fd03a14c3d97ffdc0b7305 (patch)
tree2fee7a2f41754e5b926be935b699003fb7111d48 /chat.h
parentRename catgirl.7 to README.7 (diff)
downloadcatgirl-34ef6ee5a76cac3408fd03a14c3d97ffdc0b7305.tar.gz
catgirl-34ef6ee5a76cac3408fd03a14c3d97ffdc0b7305.zip
Adds insecure flag to skip certificate validation
Usage:

    catgirl -! -h ...
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index ee7a087..01bab21 100644
--- a/chat.h
+++ b/chat.h
@@ -34,6 +34,7 @@ typedef unsigned uint;
 typedef unsigned char byte;
 
 struct {
+	bool insecure;
 	char *host;
 	char *port;
 	char *auth;
n title='2018-04-19 18:19:29 +0800'>2018-04-19parser: Fix parsing of ${}Herbert Xu 2018-04-19man: correct typos, iff -> ifMartijn Dekker 2018-04-19expand: Do not quote backslashes in unquoted parameter expansionHerbert Xu 2018-04-19shell: Add subdir-objects to AM_INIT_AUTOMAKEJason Bowen 2018-04-19eval: Restore input files in evalcommandHerbert Xu 2018-04-19eval: Reap zombies after built-in commands and functionsHerbert Xu 2018-04-19redir: Fix typo in noclobber codeHerbert Xu 2018-04-19expand: Fix glibc glob(3) supportHerbert Xu 2018-04-02expand: Fix buffer overflow in expandmetaHerbert Xu 2018-04-02builtin: Move echo space/nl handling into print_escape_strHerbert Xu 2018-04-02builtin: Fix echo performance regressionHerbert Xu 2018-04-02expand: Fix ghost fields with unquoted $@/$*Herbert Xu 2018-04-02parser: Allow newlines within parameter substitutionHerbert Xu 2018-04-02expand: Fix bugs with words connected to the right of $@Herbert Xu 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu