--- cvsroot/AnyEvent-Porttracker/Porttracker.pm 2013/03/11 08:43:53 1.17 +++ cvsroot/AnyEvent-Porttracker/Porttracker.pm 2015/01/07 01:41:33 1.18 @@ -1,6 +1,6 @@ =head1 NAME -AnyEvent::Porttracker - Porttracker/PortIQ API client interface. +AnyEvent::Porttracker - Porttracker API client interface. =head1 SYNOPSIS @@ -69,11 +69,8 @@ switches and routers. It also offers a JSON-based client API, for which this module is an implementation. -In addition to Porttracker, the PortIQ product is also supported, as it -uses the same protocol. - -If you do not have access to either a Porttracker or PortIQ box then this -module will be of little value to you. +If you do not have access to a Porttracker box then this module will be of +little value to you. This module is an L user, you need to make sure that you use and run a supported event loop. @@ -157,7 +154,7 @@ connection will try to handshake a TLS connection before logging in. If unsuccessful a fatal error will be raised. -Since most Porttracker/PortIQ boxes will not have a sensible/verifiable +Since most Porttracker boxes will not have a sensible/verifiable certificate, no attempt at verifying it will be done (which means man-in-the-middle-attacks will be trivial). If you want some form of verification you need to provide your own C object with C<< @@ -588,7 +585,7 @@ =head1 SEE ALSO -L, L, L. +L, L. =head1 AUTHOR