The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.12 - 2005-05-31

  • New ``registries'': 1) AFNIC (through web services, domain check only) 2) Gandi (through web site, domain nameservers update only)
  • New transport: SOAP (HTTP/HTTPS only)
  • New transport: Web (Web Scraping)
  • New protocol: Gandi Web Site (domain update only)
  • New protocol: AFNIC web services (domain check only)
  • New way of using profiles in Net::DRI::Registry : an auto switch functionnality is provided so that the calling app does not have to call target() explicitely over and over (see README for details)
  • BUGFIX for RRP : order of elements is now exactly as specified by standard
  • BUGFIX for Net::DRI::DRD in host_is_mine: parameters (warning not triggered in some perls)
  • BUGFIX for Net::DRI::DRD in err_invalid_domain_name/err_invalid_host_name: correct message & really raise an exception if a problem is found !
  • BUGFIX for Net::DRI::DRD in check_name: correct count of dots
  • Net::DRI::Transport::Socket : require on the protocol connection class to make sure it works
  • DOCFIX for Net::DRI::Data::Hosts (a ] was missing for the ref array of IPs)
  • New tests for Net::DRI::Protocol::RRP::Connection, Net::DRI::Protocol::AFNIC::WS::Message, Net::DRI::Protocol::Gandi::Web::Message, Net::DRI::Protocol::Gandi::Web::Connection
  • BUGFIX : no more warnings in tests, we use the TODO block of Test::More

Modules

Interface to Domain Name Registries/Registrars/Resellers
Local cache for Net::DRI
Superclass of all Net::DRI Domain Registry Drivers
AFNIC .FR/.RE Registry driver for Net::DRI
Gandi .COM/.NET/.ORG/.BIZ/.INFO/.NAME/.BE Registry driver for Net::DRI
ICANN policies for Net::DRI
Verisign .COM/.NET Registry driver for Net::DRI
Bundle of changes in Net::DRI
Handle ordered list of nameservers (name, IPv4 addresses, IPv6 addresses)
Encapsulating raw data for Net::DRI
Experimental API for Net::DRI operations
Handle a collection of statuses for an object, in a registry independent fashion
Class to store all exceptions inside Net::DRI
Superclass of all Net::DRI Protocols
AFNIC Web Services Protocol for Net::DRI
AFNIC Web Services Domain commands for Net::DRI
AFNIC WebService Message for Net::DRI
Gandi Web Scraping Protocol for Net::DRI
Gandi Web Connection handling for Net::DRI
Gandi web Domain commands for Net::DRI
Gandi Web Scraping Message for Net::DRI
Superclass of all protocol messages in Net::DRI
RRP 1.1/2.0 Protocol for Net::DRI
RRP Connection handling for Net::DRI
RRP Domain commands for Net::DRI
RRP Host commands for Net::DRI
RRP Status for Net::DRI
RRP Message for Net::DRI
Encapsulate details of an operation result with standardization on EPP
Specific instance of driver inside Net::DRI
Superclass of all Net::DRI Transports
Net::DRI dummy transport for tests & debug
SOAP (HTTP/HTTPS) Transport for Net::DRI
TCP/TLS Socket connection for Net::DRI
Web Scraping for Net::DRI
Various useful functions for Net::DRI operations