phpWhois.org/Changes.md

101 lines
3.5 KiB
Markdown
Raw Normal View History

2003/01/26 David Saez <david@ols.es>
- fixed lunic.whois and updated to common object model
- neulevel.whois changed to use generic2.whois
- some minor fixes on info.whois
2003/01/25 David Saez <david@ols.es>
- info.whois updated to common object model
2003/01/19 David Saez <david@ols.es>
- fixed denic.whois
2003-01-18 12:06:06 +00:00
2003/01/18 David Saez <david@ols.es>
- added nlnic.whois, thanx to Matthijs Koot <koot@cyberwar.nl>
- fixed some warnings on generic.whois
2003-01-18 12:08:55 +00:00
- fixed double processing on atnic.whois
2003-01-18 12:06:06 +00:00
2002-12-16 20:44:38 +00:00
2002/12/16 David Saez <david@ols.es>
- updated aunic.whois
- improved generic.whois & generic2.whois
- fixed uninitialized variable in utils.whois
2002-10-16 18:59:13 +00:00
2002/10/16 David Saez <david@ols.es>
- Updated uknic handler to new Nominet UK whois output
- Added handler for .biz
- Added support to ipw.whois for BRNIC, KRNIC, TWNIC and LACNIC
- Some handlers updated to new common object model
- Added generic.whois and generic2.whois with parse functions
for two kinds of whois output commonly used
2002/10/11 Ross Golder <ross@golder.org>
- Merged in as many useful patches as possible (supplied by Mark)
- Re-indented the classes for clarity
- Attempted to add comments to as much code as possible
2002-10-08 16:49:26 +00:00
2001/02/28
-batch add of many updates
-uknic.whois updated by David Saez Padros
-added dotster and chnic for .ch and .li, also by David Saez Padros
-.at whois server now whois.nic.at
2000/12/12
v2.3 -PHP4 BUG IS FIXED!!!! Very special thanks to all who submitted
fixes, used one provided by Stephen Leavitt
<stephen_j_leavitt@hotmail.com> as it was the easiest and backwards
compatible to PHP3
-added Enom handler, also by Stephen Leavitt
<stephen_j_leavitt@hotmail.com>
-changed .ca whois to whois.cira.ca, using same handler for now.
2000/08/14
-added brnic.whois country handler
-major revision of servers.whois, many adds (crossreferenced
against geektools list at
http://www.geektools.com/dist/whoislist.gz)
-dropped all ORSC TLD's, either their whois servers weren't
working or it was clear there was no functioning registry
if they were. (From here on in we stick to the IANA
legacy root TLD's)
2000/08/07
v2.2-3 -gtld.whois, "TUCOWS.COM INC." now, "TUCOWS.COM, INC."
an unannounced change by the NSI registry once again
breaks scripts all over the world...(thanks to
Fred Andrews <fandrews@Technologist.com> for the report
and fix on this)
-servers.whois, added .ke Kenyan whois server, thanks
to "Peter Anampiu" <Anampiu@4bil.net> for digging that up.:x
2000/05/27
v2.2-2 -ouch! params in implode() are backwards
2000/04/06
v2.2-1 -new classes for bulkregister, openSRS and melbourneIT
by Jeremiah Bellomy <jeremiah@emphasys.net>
2000/03/16
v2.1-4 -servers.whois, added .st
2000/03/08
v2.1-4 -servers.whois, fixed .no address, added .as
2000/01/26
v2.1-4
main.whois -fixed Connect() so it wouldn't attempt to connect
to an unset server (Query["server"] is null on
pass 2 if domain isn't in the registry whois)
-added rudimentry "not found" code to sample script
2000/01/02
v2.1-3
main.whois -fixed GetTld() so "churchuk.com" 's tld wouldn't
mistakenly be set to nominet's "uk.com" tld.
-fixed Lookup() was always using char by char reads
regardless of $this->BUFFER value
servers.whois -added nominet's se.com, se.net and no.com
2000/01/01
2.1-2
main.whois -fixed Process() so it would only include the handler if
it wasn't already defined. Trying queries inside a loop
would fail on the second iteration.