about summary refs log tree commit
DateCommit message (Expand)
2014-11-29Release 3.04 v3.04
2014-11-29Changes entry for previous merge commit
2014-11-29Merge pull request #10 from noxxi/ssl
2014-11-29SSL support: use SNI only if supported by IO::Socket::SSL (i.e. openssl versi...
2014-11-28Bump version
2014-11-28Release 3.03 v3.03
2014-11-28Changes entry for previous merge commit
2014-11-28Minor tidy-up from previous merge commit: Prefer explicit return statement
2014-11-28Merge pull request #9 from noxxi/ssl
2014-11-28- model SSL support for Net::NNTP after Net::SMTP, i.e. upgrade to SSL class ...
2014-11-27Increase minimum requred IO::Socket::SSL version from 1.999 to 2.007
2014-11-20Changes entry for previous commit
2014-11-20Convert array received from PASV into a format PORT command can use
2014-11-20Remove unnecessary scope for "no warnings 'once'"
2014-11-20Increased minimum required Socket version from 1.3 to 2.016
2014-11-13Avoid "Argument ... isn't numeric in subroutine entry" warnings
2014-11-13No need to repeat checks for IO::Socket::SSL in t/*_ssl.t
2014-10-28Update CPAN Request Tracker URL for reporting bugs
2014-10-28Add optional Changes testing (skipped unless AUTHOR_TESTING)
2014-10-28Reformat Changes file as per CPAN::Changes::Spec
2014-10-15No need to escape . in a character class
2014-10-11Bump version
2014-10-10Release 3.02 v3.02
2014-10-10Don't run interactive prompt() in Makefile.PL when in PERL_CORE
2014-10-10Fix $smtp->auth($sasl)
2014-10-10Add credit for fixes in v3.01
2014-10-09Bump version
2014-10-09Release 3.01 v3.01
2014-10-09Tidy up following 042ff9d728
2014-10-09use version 1.999 of IO::Socket::SSL, because it protects against bad version...
2014-10-09Bump version
2014-10-09Release 3.00 v3.00
2014-10-09Skip Perl Critic, Pod and Pod Coverage tests unless AUTHOR_TESTING
2014-10-09Specify the default Perl::Critic configuration
2014-10-09Better skipping of more tests requiring fork()
2014-10-08Synchronize all $VERSIONs to the distribution's version number
2014-10-08Bump version
2014-10-08Release 1.30 v1.30
2014-10-08Fix PAUSE indexing problem again
2014-10-08Bump version
2014-10-08Release 1.29 v1.29
2014-10-08Fix PAUSE indexing problem
2014-10-08Bump version
2014-10-08Release 1.28 v1.28
2014-10-07Fix a warning introduced by the previous commit
2014-10-07Improve code()/message() initialization and error handling in Net::Cmd
2014-10-04Don't use the ALLO command on FTP servers that don't support it
2014-10-04Improve support for $ftp->supported(CMD)
2014-10-03Better skipping of tests requiring fork()
2014-06-27Document new IPv6 & SSL methods