From: davidb Date: Tue, 22 Apr 2003 23:19:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v0.2~18 X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=python-rwhoisd.git;a=commitdiff_plain;h=e222ac45fc4c4c0e9c003662673d1bbf5fb44890 *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..4fca027 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,3 @@ +MANIFEST +build +dist diff --git a/rwhoisd/.cvsignore b/rwhoisd/.cvsignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/rwhoisd/.cvsignore @@ -0,0 +1 @@ +*.pyc diff --git a/rwhoisd/config.py b/rwhoisd/config.py index 0f2f60d..0cfcac3 100644 --- a/rwhoisd/config.py +++ b/rwhoisd/config.py @@ -22,9 +22,12 @@ max_limit = 256 # if this is zero, you are allowing clients to disable query limits. min_limit = 0 +# If this is true, some logging will be done to stdout. +verbose = False #### END Editable Configuration Options version = "0.1" -banner_string = "%%rwhois V-1.5 %s (pyrwhoisd %s)" % (server_hostname, version) +banner_string = "%%rwhois V-1.5 %s (python-rwhoisd %s)" % \ + (server_hostname, version) diff --git a/sample_data/example_queries b/sample_data/example_queries index eb56971..0c3e464 100644 --- a/sample_data/example_queries +++ b/sample_data/example_queries @@ -10,4 +10,5 @@ contact Pub* contact pub* contact "Pub*" network 11/8 -network foo=bar \ No newline at end of file +network foo=bar +www.fddi.a.com \ No newline at end of file