Sha256: 6efbb3f98b783004e47af0fac003aa54f809e7c29e88680c732c8f6b582da863

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

= Whois Release Notes

== 0.4.0

Now you can create a Whois Object with an object IPAddr (require 'ipaddr') 
for a Ipv6. You can create too with a String represent an IPV6.

All system of Ipv6 is not supported now with 6to4 (RFC 3056) and TeRedo (RFC 4773)

For the Ipv6 a bug must be made with creation of IPAddr like an Ipv6. If you have 
compile ruby with enable the Ipv6 Support like with several OS. If This Ipv6 hasn't 
a host, the IPAddr is not construct. I ask the 
question[http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/11049] 
to Core Ruby.

== 0.3.0

Now you can create a Whois class with an object IPAddr (require 'ipaddr')

You can obtains the host name for your IP when you made a request Ipv4. This 
resolv must be made if you put a true in second arguments for the initialize

You can too made a request Whois with a host, now

== 0.2.1

Release for fix bugs

== 0.2.0

It's my first version. This version is base to code of Whois unix program in C of Marco d'Itri.

In this programme a list of whois server is write and I create a parser for create a Yaml file
with this list. The parser is parse_list.rb[link://util/parse_list.rb].

The list of Whois Server, for each Ipv4 is in ipv4.yaml[link://lib/data/ipv4.yaml]. A Ruby Class 
exist for all Whois Server check in this Yaml file. All Server are in server.rb[link://lib/server/server.rb]

== 0.1.O

It's the old version by Michael Neumann. Thank to him. 
If you see his work, check out his class[link://old/whois.rb]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
whois-0.4.0 NOTES