about summary refs log tree commit
path: root/lib/Net
DateCommit message (Expand)
2019-07-03Net::NNTP: support COMPRESS DEFLATE (RFC8054) nntp-compress
2019-07-03Net::Cmd: call ->sysread and ->syswrite as OO methods
2019-07-02Net::Cmd: fix ->getline if SSL_read overreads read-early
2019-07-02Net::Cmd: append directly to partial buf on sysread
2017-12-15Use L<> for links HEAD master
2017-12-15Use L<> rather than F<> for email addresses
2017-11-14Bump version
2017-11-14Bump copyright date
2017-11-14Merge pull request #32 from bk2204/mlsd-insensitive
2017-03-07Treat FTP MLSD commands case-insensitively
2016-10-27Simplify AUTHOR/copyright notices
2016-08-30Bump copyright dates for files changed this year
2016-08-01Bump version
2016-07-29Merge pull request #29 from tonycoz/cve-2016-1238
2016-07-28Remove the default Net::Cmd::timeout()
2016-07-28CVE-2016-1238: avoid loading Net::LocalCfg from default .
2016-07-19Bump version
2016-07-07Provide (and document) a default Net::Cmd::timeout()
2016-07-01Require IO::Socket::IP >= 0.25 to hopefully stop t/pop3_ipv6.t hanging
2016-06-30Merge pull request #27 from pprindeville/master
2016-06-13Include decoded (from base64) negotiation for SASL.
2016-04-02Correct innd/nnrpd confusion in relation to Reader option
2016-01-05Bump version
2015-12-27Fix _set_status_closed() calls following commit 852982580b
2015-12-27Merge pull request #24 from dagolden/fix-syswrite
2015-12-26Fix typo
2015-12-25Make other syswrites use _syswrite_with_timeout
2015-12-25Refactor syswrite with timeout
2015-12-25POD fix escape of > character
2015-09-03SMTP: document passing of SASL instance to auth()
2015-09-01Bump version
2015-07-17Merge branch 'use-MLSD-for-more-robustness' of https://github.com/ColMelvin/p...
2015-07-17Minor correction to 8b327f4281, confirmed by Steffen
2015-07-16Add Changes entry for previous merge commit, plus other minor tidy-ups
2015-07-16Merge pull request #18 from noxxi/af_domain
2015-07-16Merge pull request #19 from zhouzhen1/podspell
2015-07-16Fix Net::Cmd::datasend() for octets stored in an upgraded string
2015-07-11fix a typo in pod
2015-07-10let FTP, NNTP, POP3, SMTP restrict Domain to IPv4 even if IPv6 is supported b...
2015-07-08Bump version
2015-03-24Add licence files; clarify licence statements
2015-03-11Merge pull request #15 from mstevens/master
2015-03-10Convert tabs to spaces
2015-03-05Fix unrendered pod markup showing for eprt / epsv (eg see https://metacpan;3D...
2015-02-05Fix Net::FTP authorize() method
2015-01-26Document the new SendHello argument to Net::SMTP->new()
2015-01-26Tidy up previous merge commit
2015-01-22Optional automatic hello
2015-01-20Bump version
2014-12-09last does not work in a do {} block