summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-16 18:42:38 -0500
committerJune McEnroe <june@causal.agency>2020-02-16 18:42:38 -0500
commit3885dd52316283e4fc55a76898eb718990673d7a (patch)
tree31fbcd6f5f1a373efb74c8332514e4991ec823d9
parentTrack EXCEPTS and INVEX modes (diff)
downloadcatgirl-3885dd52316283e4fc55a76898eb718990673d7a.tar.gz
catgirl-3885dd52316283e4fc55a76898eb718990673d7a.zip
Add 379 to WHOIS responses
-rw-r--r--handle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/handle.c b/handle.c
index 6de7fd0..629b138 100644
--- a/handle.c
+++ b/handle.c
@@ -730,6 +730,7 @@ static const struct Handler {
 	{ "366", handleReplyEndOfNames },
 	{ "372", handleReplyMOTD },
 	{ "378", handleReplyWhoisGeneric },
+	{ "379", handleReplyWhoisGeneric },
 	{ "432", handleErrorErroneousNickname },
 	{ "433", handleErrorNicknameInUse },
 	{ "671", handleReplyWhoisGeneric },
trc.5.txt. Though this is a cookie-based approach, cgit's caching mechanism is preserved for authenticated pages. Very plugable and extendable depending on user needs. The sample script uses an HMAC-SHA1 based cookie to store the currently logged in user, with an expiration date. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16t0111: Additions and fixesLukas Fleischer * Rename the capitalize-* filters to dump.* since they also dump the arguments. * Add full argument validation to the email filters. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer