cmd/sgblog/http.go | 3 +++ common.go | 2 +- diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index 9e5671cbca7ceda714547a1eeae6f5183aad3003e2375e64ec17f6f171d7a0e2..995fbd855506bceb627fae3d5880e8f6c698ee405f77af9dd37de5193ff967a2 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.go @@ -58,6 +58,9 @@ "gemini": {}, "gopher": {}, "http": {}, "https": {}, + "irc": {}, + "ircs": {}, + "news": {}, "telnet": {}, } diff --git a/common.go b/common.go index 8f3e4ed6d8181430303cb059b5d46f7bdf9065e47f11305fcc968bc6c3ee5885..02fb7206fc0e202a007b1eb752850df0583186f00032ecdb9ec7c7b29ab46c64 100644 --- a/common.go +++ b/common.go @@ -15,7 +15,7 @@ "go.cypherpunks.ru/recfile" ) const ( - Version = "0.23.1" + Version = "0.24.0" WhenFmt = "2006-01-02 15:04:05Z07:00" )