From 2a9df3b961d5b73e33b92374320a9cdc08515ba2 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 6 Dec 2019 22:07:26 -0500 Subject: [PATCH] clean house --- cidr.d | 2 +- dub.json | 1 + http2.d | 2 +- mangle.d | 4 ++-- sslsocket.d | 7 ++++++- stb_truetype.d | 6 +++--- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/cidr.d b/cidr.d index afe4afa..724e66d 100644 --- a/cidr.d +++ b/cidr.d @@ -1,5 +1,5 @@ /// -module cidr; +module arsd.cidr; /// uint addressToUint(string address) { diff --git a/dub.json b/dub.json index 5d577ef..f7b4c6e 100644 --- a/dub.json +++ b/dub.json @@ -4,6 +4,7 @@ "importPaths": ["."], "sourceFiles": ["package.d"], "description": "Subpackage collection for web, database, terminal ui, gui, scripting, and more.", + "authors": ["Adam D. Ruppe"], "license":"BSL-1.0", "dependencies": { ":simpledisplay": "*", diff --git a/http2.d b/http2.d index e179516..afc23fc 100644 --- a/http2.d +++ b/http2.d @@ -1542,7 +1542,7 @@ void main() { } -// From sslsocket.d +// From sslsocket.d, but this is the maintained version! version(use_openssl) { alias SslClientSocket = OpenSslSocket; diff --git a/mangle.d b/mangle.d index 12bf48f..6fc676b 100644 --- a/mangle.d +++ b/mangle.d @@ -1,5 +1,5 @@ -/// a D mangler -module mangle; +/// a D name mangler. You probably do not need this, use the language's built in `.mangleof` property instead. I don't even remember why I wrote it. +module arsd.mangle; import std.conv; diff --git a/sslsocket.d b/sslsocket.d index a378705..5b9e49d 100644 --- a/sslsocket.d +++ b/sslsocket.d @@ -1,4 +1,9 @@ -/** +/* * + + Don't use this file anymore. The maintained version is in http2.d, just use that. + + Old docs below: + This is CLIENT only at this point. Don't try to bind/accept with these. diff --git a/stb_truetype.d b/stb_truetype.d index e3ff494..1a00c87 100644 --- a/stb_truetype.d +++ b/stb_truetype.d @@ -1,10 +1,10 @@ -/************************ +/* *********************** This module is no longer maintained, use arsd.ttf instead. *************************/ -/// stb_truetype.h - v0.6c - public domain -/// authored from 2009-2012 by Sean Barrett / RAD Game Tools +// stb_truetype.h - v0.6c - public domain +// authored from 2009-2012 by Sean Barrett / RAD Game Tools // // http://nothings.org/stb/stb_truetype.h //