Re: [users] whois addon for vegadns

2005-02-22 Thread Bob Hutchinson
On Tuesday 22 Feb 2005 22:40, Bill Shupp wrote:
 Bob Hutchinson wrote:
 I would like to suggest a minor improvement to DNS query.
 If the input is an ip, run dnsname instead of dnsq. Handy for reverse dns
 checks.

 I don't have a problem with this.  But it's lower on my priority list.
 If you care to submit a patch, that would be great.

OK, I'll do that.


 :)

 Bill

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [users] whois addon for vegadns

2005-02-22 Thread Bob Hutchinson
On Tuesday 22 Feb 2005 22:40, Bill Shupp wrote:
 Bob Hutchinson wrote:
 I would like to suggest a minor improvement to DNS query.
 If the input is an ip, run dnsname instead of dnsq. Handy for reverse dns
 checks.

 I don't have a problem with this.  But it's lower on my priority list.
 If you care to submit a patch, that would be great.

here it is. only alters dnsquery.php

http://midwales.com/hutch/downloads/vegadns/dnsquery.patch

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [users] whois addon for vegadns

2005-02-22 Thread Bill Shupp
Bob Hutchinson wrote:
On Tuesday 22 Feb 2005 22:40, Bill Shupp wrote:
 

Bob Hutchinson wrote:
   

I would like to suggest a minor improvement to DNS query.
If the input is an ip, run dnsname instead of dnsq. Handy for reverse dns
checks.
 

I don't have a problem with this.  But it's lower on my priority list.
If you care to submit a patch, that would be great.
   

here it is. only alters dnsquery.php
http://midwales.com/hutch/downloads/vegadns/dnsquery.patch
 

Got it, thanks!
I did swap your preg_match() with the validate_ip() function in 
functions.php, as it's just simpler to use that.

Regards,
Bill


Re: [users] whois addon for vegadns

2005-02-22 Thread Bob Hutchinson
On Wednesday 23 Feb 2005 00:17, Bill Shupp wrote:
 Bob Hutchinson wrote:
 On Tuesday 22 Feb 2005 22:40, Bill Shupp wrote:
 Bob Hutchinson wrote:
 I would like to suggest a minor improvement to DNS query.
 If the input is an ip, run dnsname instead of dnsq. Handy for reverse
  dns checks.
 
 I don't have a problem with this.  But it's lower on my priority list.
 If you care to submit a patch, that would be great.
 
 here it is. only alters dnsquery.php
 
 http://midwales.com/hutch/downloads/vegadns/dnsquery.patch

 Got it, thanks!

 I did swap your preg_match() with the validate_ip() function in
 functions.php, as it's just simpler to use that.

Ah yes, I had forgotten that it was there


 Regards,

 Bill

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [users] whois addon for vegadns

2005-02-22 Thread Bill Shupp
Bob Hutchinson wrote:
On Wednesday 23 Feb 2005 00:17, Bill Shupp wrote:
 

Bob Hutchinson wrote:
   

On Tuesday 22 Feb 2005 22:40, Bill Shupp wrote:
 

Bob Hutchinson wrote:
   

I would like to suggest a minor improvement to DNS query.
If the input is an ip, run dnsname instead of dnsq. Handy for reverse
dns checks.
 

I don't have a problem with this.  But it's lower on my priority list.
If you care to submit a patch, that would be great.
   

here it is. only alters dnsquery.php
http://midwales.com/hutch/downloads/vegadns/dnsquery.patch
 

Got it, thanks!
I did swap your preg_match() with the validate_ip() function in
functions.php, as it's just simpler to use that.
   

Ah yes, I had forgotten that it was there
 

I just posted 1.1.3 on www.vegadns.org that has all these late afternoon 
changes.  I only bothered posting it so that people using the early 1.1x 
series could get the last bug fixes before I implement permissions 
changes which are far more pervasive.

Regards,
Bill