view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Device.
1.12 Sun Nov 22 13:07:50 CET 2015
- bugfix: add Build.PL to manifest file
1.11 Sun Jan 4 17:47:17 CET 2015
- bugfix: some code was never reached in new() and made a warning to be printed
- copyright: 2015
1.10 Sun Dec 2 17:08:27 CET 2012
- bugfix: analyze response to lookupMac6 to check MAC address is valid
1.09 Fri Nov 16 16:28:14 CET 2012
- new: bin/nfd-print-routes6.pl
- bugfix: install bin/nfd-debug-devices.pl and bin/nfd-print-routes6.pl
- bugfix: Perl kwalitee
1.08 Wed Sep 12 20:26:23 CEST 2012
- bugfix: Don't try lookupMac6() if gatewayIp6 has not been found
- update: dependance on Net::Frame::Simple 1.05 forced
- update: error message scheme
- update: copyright notice
1.07 Wed Nov 16 23:32:20 CET 2011
- bugfix: correctly check return status from dnet calls
- bugfix: check if an address has a correct netmask (or ignore
subnet attribute)
1.06 Sat Mar 26 19:01:23 CET 2011
- feature: lookupMac() and lookupMac6() takes two additionnal parameters:
retry count and timeout in seconds.
1.05 Thu Jan 13 11:04:32 CET 2011
- bugfix: load Net::Frame::Layer::ICMPv6::NeighborSolicitation
- bugfix: make lookupMac6() work
- bugfix: update interface information on IPv6 stuff
- update: copyright notice
- bugfix: die() on fatal errors from dnet
- bugfix: new() returns undef on error
- update: mailing list URL, see README
- update: copyright notice and email address
1.03 Wed Feb 28 22:07:28 CET 2007
- bugfix: lookupMac*(): check for link layer type before building frame
1.02 Thu Dec 28 17:05:27 CET 2006
- NEW: IPv6 support (*BSD and Linux systems for now)
- new: methods: lookupMac6(), updateFromTarget6()
- new: attributes: subnet6, gatewayIp6, gatewayMac6, target6
- new examples
- new dependances
1.01 Sun Dec 17 17:22:29 CET 2006
- NEW: debug-devices.pl in bin/ directory
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
1.00 Sat Dec 9 19:03:24 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
and changes in pcap_dispatch(), we have to call can_read() on the
selectable file descriptor and call pcap_dispatch() only when
there is something to read. Which sounds logical, after all.
- update: copyright notice
1.14 Tue Dec 9 19:12:25 CET 2014
- BUGFIX: Dump::Online2: do not eat 100% and do not block for timeoutOnNext
seconds when it is not REALLY needed. We had to remove the
setnonblock option and to use pcap_dispatch i/o pcap_next_ex.
This should be the final bugfix...
There was also an infinite loop condition.
- new: Dump::Online2: maxRunTime() option to stop looping on next() forever
when we do not want. Default to loop forever.
1.13 Sun Dec 2 15:44:14 CET 2012
- BUGFIX: Dump::Online2: in non-blocking mode, we must handle our internal
received frame ring buffer. Many packets were missed because of
that.
1.12 Tue Nov 13 20:15:19 CET 2012
- UPDATE: Dump::Online2: now uses IO::Select to avoid eating 100% CPU
- update: mailing list link
1.11 Sun Nov 11 15:23:04 CET 2012
- bugfix: Dump::Online2 pod
- new: Dump::Online2: support for capture only mode
- new: examples for Dump::Online2
1.10 Wed Sep 12 20:15:09 CEST 2012
1.09 Mon Mar 28 19:33:24 CEST 2011
- new: added support for ERF data link type
- new: added support to append data to a pcap file in Writer mode
- bugfix: allows to sniff on an interface without IP address
1.08 Sun Feb 20 17:51:58 CET 2011
- new: Net::Frame::Dump::Online2: non-blocking live capture
=> If I had seen that sooner ...
1.07 Thu Jan 13 11:17:12 CET 2011
- bugfix: stop() returns if in isSon()
- bugfix: stop() when _clean()
- update: _killTcpdump(), only KILL now
- update: you can send a SIGHUP to print pcap stats
- update: SIGINT & SIGTERM call _clean in parent process
- new: added snaplen attribute in Net::Frame::Dump::Online
1.02
- bugfix: license string (should be artistic, not Artistic)
1.01 Sat Feb 16 18:02:37 CET 2008
- bugfix: no pcap_lookupnet() in setFilter()
- added NF_DUMP_LAYER_80211RADIO link layer support
1.00 Sun Dec 17 17:53:51 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::8021Q.
1.03 Tue Jan 20 19:40:10 CET 2015
- update: copyright notice
- update: Kwalitee
1.02 Thu Jun 3 14:34:40 CEST 2010
- bugfix: Bit::Vector is PREREQ
1.01 Sun May 31 16:51:12 CEST 2009
- new: support for MPLS and LLTD layers
- update: copyright notice
- update: mailing list URL
1.00 Fri Dec 22 13:10:19 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::GRE.
1.05 Tue Jan 20 19:46:59 CET 2015
- update: copyright notice update
- update: Kwalitee
1.04 Sun May 31 16:56:08 CEST 2009
- update: added link to a MPLS layer
1.03 Sun Apr 22 16:02:30 CEST 2007
- bugfix: in pod SYNOPSIS, need to call unpack() after new() with raw attr
- new: support for LLTD layer within GRE
- update: mailing list link
1.02 Fri Dec 22 14:06:21 CET 2006
- bugfix: encapsulated layers naming scheme
1.01 Sun Dec 17 18:01:22 CET 2006
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
1.00 Sat Dec 16 16:45:03 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::ICMPv4.
1.05 Tue Jan 20 19:51:44 CET 2015
- update: copyright notice
- update: Kwalitee
1.04 Tue Jan 31 21:26:52 CET 2012
- bugfix: updated ICMPv4::TimeExceed, ICMPv4::DestUnreach
and ICMPv4::Redirect to parse the unused and gateway fields and
correctly unpack IPv4 layer
=> Thanks to Vince.
- update: copyright notice
- REMOVED: getPayloadLength() functions
- update: computeChecksum() and computeLengths() to reflect new computation
scheme from Net::Frame::Simple
- update: copyright notice
1.02 Sun Dec 17 17:17:41 CET 2006
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
1.01 Thu Dec 14 19:37:43 CET 2006
- bugfix: there is no more Utils.pm in Net::Frame
1.00 Sun Dec 10 17:48:36 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
1.09 Wed Apr 9 08:31:41 CEST 2014
- bugfix: https://rt.cpan.org/Ticket/Display.html?id=93405
- update: copyright notice
1.08 Sun Dec 2 17:10:28 CET 2012
- bugfix: ICMPv6::Option: some systems do not set length as others.
We added a check on option type so we set manually length while
unpacking.
1.07 Wed Nov 14 21:48:47 CET 2012
- bugfix: on length calculation for ICMPv6::Option
- new: support for HopByHop, Destination and Mobility extension headers
=> thanks to Vince from vinsworld.com
- update: more tests
1.06 Thu Feb 23 20:10:45 CET 2012
- new: computeChecksum() takes into account IPv6Routing and IPv6fragment
=> contributed by vinsworld.com (Thanks Vince)
- new: ICMPv6::DestUnreach, ICMPv6::TimeExceed, ICMPv6::TooBig and
ICMPv6::ParameterProblem
=> contributed by vinsworld.com (Thanks Vince)
- update: copyright notice
1.05 Mon Nov 16 20:43:50 CET 2009
- bugfix: permission on namespace for RouterAdvertisement
and RouterSolicitation
- cosmetics
1.04 Fri Nov 13 07:46:21 CET 2009
- bugfix: some new files were not put in MANIFEST :(
1.03 Thu Nov 12 22:36:35 CET 2009
- new: ICMPv6 RouterAdvertisement and RouterSolicitation
=> Contributed by Paolo Vanni M. Venegas
1.02 Sun May 31 17:12:08 CEST 2009
- UPDATE: payload is no more an attribute in ICMPv6 modules, it is
- REMOVED: getOptionsLength() functions
- update: computeChecksum() and computeLengths() to reflect new computation
scheme from Net::Frame::Simple
- update: copyright notice
1.01 Thu Dec 28 16:58:44 CET 2006
- bugfix: computeChecksums() now handles ICMPv6 options
- bugfix: recv() on Neighbor Solicitation messages
- update: examples/lookup-mac.pl
1.00 Thu Dec 21 23:53:20 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
1.08 Sun 7 May 14:54:52 CEST 2017
- update: IP in IP encapsulation should use IPv4 layer type
- update: copyright notice
1.07 Tue Jan 20 19:15:48 CET 2015
- update: copyright notice
- update: Kwalitee
1.06 Wed Apr 9 09:50:52 CEST 2014
- bugfix: https://rt.cpan.org/Ticket/Display.html?id=93409
- bugfix: https://rt.cpan.org/Ticket/Display.html?id=93408
- update: copyright notice
1.05 Wed Nov 14 21:47:44 CET 2012
- bugfix: on length calculation for IPv6::Option
- NEW: IPv6 HopByHop and Destination options extension header and Option
modules
=> contributed by vinsworld.com (Thanks Vince)
- UPDATE: IPv6::Fragment and IPv6::Routing do not export consts at all.
- update: added constants for hop-by-hop, destination and mobility
extension headers, and many other protocols
1.04 Thu Feb 23 20:18:58 CET 2012
- UPDATE: renamed IGMPv4 to IGMP
- NEW: IPv6 Fragment and Routing extension headers
=> contributed by vinsworld.com (Thanks Vince)
- update: copyright notice
- new: support for UDPLite layer
- update: computeChecksum() and computeLengths() to reflect new computation
scheme from Net::Frame::Simple
- update: copyright notice
1.01 Sun Dec 17 17:55:09 CET 2006
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
1.00 Sat Dec 16 16:45:03 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::LLC.
1.03 Tue Jan 13 19:31:43 CET 2015
- update: copyright notice
- update: Kwalitee
1.02 Thu Jun 3 14:44:35 CEST 2010
- bugfix: Bit::Vector is PREREQ
1.01 Mon Mar 26 23:43:01 CEST 2007
- UPDATE: LLC has split, new layer: SNAP
- bugfix: byte ordering in unpack()
=> thanx to kittekat for all the debugging
1.00 Wed Jan 3 22:51:56 CET 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::LLTD.
1.01 Wed Jan 14 07:28:05 CET 2015
- new: examples
- update: copyright notice
- update: Kwalitee
1.00 Thu Mar 15 19:26:05 CET 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::LOOP.
1.01 Wed Jan 14 07:32:50 CET 2015
- update: copyright notice
- update: Kwalitee
1.00 Sat Mar 31 12:29:49 CEST 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::OSPF.
1.01 Wed Jan 14 07:40:48 CET 2015
- update: copyright notice
- update: Kwalitee
1.00 Tue Mar 13 19:26:20 CET 2007
- pod
- first stable release
1.00_01
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::PPPLCP.
1.01 Wed Jan 14 07:45:16 CET 2015
- update: copyright notice
- update: Kwalitee
1.00 Sun Apr 1 19:11:29 CEST 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::PPPoES.
1.02 Wed Jan 14 07:49:27 CET 2015
- update: copyright notice
- update: Kwalitee
1.01 Thu Jun 3 15:01:37 CEST 2010
- bugfix: Bit::Vector is PREREQ
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::STP.
1.02 Wed Jan 14 07:53:13 CET 2015
- update: copyright notice
- update: Kwalitee
1.01 Fri Jan 5 00:29:01 CET 2007
- bugfix: in POD coverage testing
1.00 Wed Jan 3 22:55:18 CET 2007
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::SinFP3.
1.01 Thu Nov 22 20:24:45 CET 2012
- bugfix: SinFP3::Tlv: ipVersion is not printed as ASCII
1.00 Sun Nov 18 17:28:09 CET 2012
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Layer::UDPLite.
1.01 Fri Jan 23 07:26:17 CET 2015
- update: copyright notice
- update: Kwalitee
1.00 Sat May 23 15:56:21 CEST 2009
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Simple.
1.09 Thu 9 Nov 18:07:44 CET 2017
- feature: $NoUnableToUnpackWarnings global variable to disable printing a message
when unpack() doesn't know how to unpack the next layer, and
$NoModuleNotFoundWarnings does the same when not able to load a module
for a next layer. See SYNOPSIS for usage.
See original request on CPAN RT#123570.
1.07 Wed 5 Oct 18:53:36 CEST 2016
- bugfix: https://rt.cpan.org/Ticket/Display.html?id=118234
dump() correctly handles payload
1.06 Fri Jan 23 07:32:52 CET 2015
- new: truncated attribute
- update: copyright notice
- update: Kwalitee
1.05 Wed Jan 25 22:48:18 CET 2012
- UPDATE: %Next variable population removed. Must be done from
developer's own layer 7 modules.
- bugfix: check when capture length is smaller than content length
- update: copyright notice
1.04 Sun May 31 15:29:26 CEST 2009
- UPDATE: removed old computation scheme (see 1.03 changes)
- update: copyright notice
1.03 Sun Nov 9 22:59:08 CET 2008
- new: made computeLengths() and computeChecksums() generic for all protocols
- new: $NoComputeLengths and $NoComputeChecksums global variables to disable
respective computations
- WARNING: this new computation scheme does not apply to:
IPv{4|6}, ICMPv{4|6}, TCP, UDP
=> Because the old computation scheme stills apply.
1.02 Thu Dec 21 23:48:44 CET 2006
- NEW: support for ICMPv6
- bugfix: get padding for IPv6
1.01 Sun Dec 17 17:30:19 CET 2006
- UPDATE: all layers moved to Net::Frame::Layer::* namespace
- new: support for IPv6 layer (computeLengths(), computeChecksums())
1.00 Sat Dec 9 19:38:13 CET 2006
- first public release
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Frame::Tools.
1.04 Fri Jan 23 07:39:16 CET 2015
- update: copyright notice
- update: Kwalitee
1.03 Wed Mar 23 23:37:54 CET 2011
- bugfix: in nf-grep.pl usage check
- update: copyright notice and email address
1.02 Wed Feb 20 14:01:58 CET 2008
- update: license string, to make CPANTS happy
- added example
1.01 Mon Apr 23 22:53:18 CEST 2007
- added test Pod::Coverage
view all matches for this distribution
view release on metacpan or search on metacpan
-----BEGIN PRIVATE KEY-----
MIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQC4uIYsRIg6PYE3
ghD5ittFOuvp6GfknWVRGfjEA7hlhIi/WKbdKmy2fE/fiAdb3THq2yPpPK1Yoy5a
Ryiyuaw1z+UqGhChs0Q3FVwAjDMF/Pux7aEmPouogGyBUpU/PSCPLNRc0jpA9ha1
acmPphsGbBRWFeEViKY1I9pCtooxgJwaIRFmEO1zKZ1CET7WB387vpdfTGx3pEUT
r8NwT7tck5RkA8i2/E5RVWB4zpkEbMPQ2wq78IptqypCWpjOqsHE+Od1DCZCsYJ1
tn9TSNTzYNlK11/bh5/VGjMB2TXvRxLm+78TwV5vUBTVWAzcGyTWlpgoXvphePki
Bvx3tjZG7rCi8ebi+Fawm2v0qd2Z5j+L5jjCPKcm7bcUctB7ILs2L3VOW2xBjLkx
Md8HR9LauMjB4zwyyTBAGPz7IpPGaZoBlQe25LgkOHbA+MnbUJEJduUlM1tcAqsZ
AeaGJyQqbmZQ3mIRyX9GU5d0/JRRJ7h3PEwh9Yf6/3G1qMtRpm/dERQpDJzter9f
view all matches for this distribution
view release on metacpan or search on metacpan
- http-console : REST shell to make request
- move most of the code to Roles
- use with_meta instead of with_caller
- rewrite all the metaclass
0.10 Mon 11 Jan 2010 01:30:25 PM CET
- stringify error
0.09 Thu 07 Jan 2010 12:07:03 PM CET
- update tests and add new tests
- return content and http_response
0.08 Mon 04 Jan 2010 05:58:56 PM CET
- api_base_url is not read-only
0.07 Mon 04 Jan 2010 11:50:22 AM CET
- fix error reporting
0.06 Sun 20 Dec 2009 05:17:49 PM CET
- mainly cleaning and POD
0.05 Wed 09 Dec 2009 11:01:54 AM CET
- missing try::tiny
0.04 Wed 09 Dec 2009 10:58:04 AM CET
- some cleaning in roles
0.03 Tue 08 Dec 2009 04:22:45 PM CET
- move some code in roles
- add code to use catalyst in tests
0.02 Tue 08 Dec 2009 10:36:03 AM CET
- api_base_url is optional
- add tests to play with catalyst
0.01 Mon Nov 23 14:54:25 2009
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
- Added generic role
- OAuth middleware
- add option to display trace (via env or constructor)
- DoNotTrack middleware
0.03 Mon 22 Nov 2010 03:01:35 PM CET
- add form-data and headers
- add tests
- don't depends on Net::HTTP::API anymore
- remove 'path_info' method from N::H::S::Request object
- remove 'query_string' method from N::H::S::Request object
view all matches for this distribution
view release on metacpan or search on metacpan
zoneinfo/Africa/Algiers.ics view on Meta::CPAN
TZID:/softwarestudio.org/Olson_20011030_5/Africa/Algiers
X-LIC-LOCATION:Africa/Algiers
BEGIN:STANDARD
TZOFFSETFROM:+0100
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19700101T000000
END:STANDARD
END:VTIMEZONE
END:VCALENDAR
view all matches for this distribution
view release on metacpan or search on metacpan
- major api change for channel_add and channel_remove
- added CTCP support
- implemented automatic pinging (on user request)
see Net::IRC3::Client::Connection::enable_ping
0.5 Sun Mar 11 23:54:10 CET 2007
- added server password support
- fixed a bug with nick-changing
- added topic support
- fixed problem in prefix matching
- fixed a bug where channel_add was called with already
- Net::IRC3::Client::Connection->channel_list now returns channel and nick
information in the servers cAsE.
- fixed a bug in send_srv and send_chan where messages
could have been sent twice.
0.4 Tue Nov 28 17:13:01 CET 2006
- fixed broken PONG reply before 001
- made channel_list return an empty hash instead undef when no channel is joined
0.3 Mon Jul 17 13:43:13 UTC 2006
- Refactored the code: Remove Client.pm, and make the connections
view all matches for this distribution
view release on metacpan or search on metacpan
- [RT71372] Quick fix to missing blocks
- [RT71372] Fix parsing of "next-server" inside subnet
- [RT71372] Add parsing of key{} blocks
- Add support for logging with ISC_DHCPD_TRACE=1
0.1001 Sun Feb 6 19:34:21 CET 2011
- Fix failing test t/15-server.t: Can't exec "t/data/dhcpd3"
http://www.cpantesters.org/cpan/report/407056b2-1a81-11e0-9650-a8c85b103c27
0.10 Fri Jan 7 07:39:58 CET 2011
- Fix (RT60044) partially fix for this ticket: OptionSpace can end
without encapsulation.
TODO: Conditions (if/elsif/else) are not yet supported
Contributor: Nikolay A Petrov
- Fix (RT64173) remove set() fom pod, since it does not exist
0.04 Wed Sep 23 01:06:58 2009 +0200
- Add Supports ArrayRef[HashRef], when setting attributes
- Change depth attribute is not in use, so therefore lazy
0.03 Tue Juli 21 15:41:01 CET 2009
- Fix RT49694: Problem in generate when in a host section a
"filename "pxelinux.0";" entry exists
Contributor: Nito Martinez
- Add types for coercion support
- Can talk with the DHCP server, using omshell
- write leases (should work)
+ read host
- write hosts (should work)
- read/write groups (should work)
0.02 Tue Juli 21 15:41:01 CET 2009
- Add parse leases
- Add test leases and config file
0.01 Sun May 17 23:45:00 CET 2009
- Add parsing of config works
- Add generating config works
view all matches for this distribution
view release on metacpan or search on metacpan
0.12 Sat Jun 28 20:04:49 CEST 2014
- Fixed bug 96007: misleading error message when the connection
with the directory server fails. The module now returns the
correct error message that comes from Net::LDAP itself.
0.11 Mon Dec 6 14:11:14 CET 2004
- error in the number of test in 01basic.t: fixed
0.10 Sat Dec 4 18:31:32 CET 2004
- applied patches from Gordon Lack to do exact searches: exact
searches are now supported;
- better management of undefined values, so that tests don't
issue warnings any more;
- in particular, now the $ldap->error for error code 0 (that
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::LibIDN.
0.12 Thu Feb 26 13:44:06 CET 2009
- Applied NetBSD compatibility patch (Thanks Havard Eidnes), fixes #39294
- Applied Win32 memory free compatibility patch (Thanks CPAN user SISYPHUS),
maybe fixes #43110
0.11 Tue Aug 26 19:42:18 CEST 2008
- Move ldflags to back of cc test compile to improve the portability of
Libidn installation checks yet again,
thanks to nix of esperi dot o r g dot uk
0.10 Thu Dec 13 00:18:56 CET 2007
- Shut up CPAN tester mails
- Correct some linitian problems
0.09 Mon Aug 7 19:20:00 CEST 2006
- Minor doc changes
0.08 Mon Jan 17 13:07:04 CET 2005
- Try cc as well as gcc when testing for a functioning Libidn-Installation in
Makefile.PL to improve portability, thanks to Keith A Hackworth
0.07 Mon Apr 14 11:44:05 CEST 2004
- More debianization fixes from Matthias Urlichs
0.06 Mon Mar 29 19:31:06 CEST 2004
- Added Cygwin compile infos (Thanks to Sergei Kolodka)
- Fixed builddeps, dependency bug in Makefile.PL (Thanks to Matthias Urlichs)
- A number of cosmetic changes
0.05 Thu Mar 18 16:15:33 CET 2004
- Test code now uses \xHH literals instead of direct non-ASCII
character input, to be more portable, thanks to Sergei Kolodka
for pointing out the problem
- Added Perl prototypes
- Using xs default parameters instead of C ellipsis in most functions
- Remove typemap, we don't use types that require it
- Tweak META.yml a little
0.04 Sun Feb 29 16:34:44 CET 2004
- Adapting to Dataformat changes in actual Libidn 0.4.0 release
0.03 Mon Feb 16 21:25:21 CET 2004
- Changed name to Net::LibIDN
- Added support for TLD checking stuff in LibIDN >= 0.4.0
- Generally cleaned up the code
- Wrote some meaningful docs
- Makefile.PL checks if it can find Libidn with or without TLD checking
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Libdnet.
0.990 Mon 28 Oct 16:01:32 CET 2024
- bugfix: applied https://rt.cpan.org/Ticket/Display.html?id=156137
0.99 Tue 18 Sep 17:03:16 CEST 2018
- bugfix: applied https://rt.cpan.org/Public/Bug/Display.html?id=126967
0.98 Thu Nov 22 20:20:57 CET 2012
- bugfix: applied https://rt.cpan.org/Public/Bug/Display.html?id=72729
0.97 Fri Nov 2 17:39:36 CET 2012
- update: removed support for Libdnet6 checking code
- update: copyright notice
0.96 Wed Nov 16 23:07:38 CET 2011
- bugfix: default to be compiled against libdnet (and not libdumbnet)
- update: added some die() in example programs
0.95 Sun Mar 13 23:47:10 CET 2011
- new: added ubuntu and standard patchs. See README.
0.94 Fri Jan 14 11:09:49 CET 2011
- bugfix: tohash method in pod
- applied http://rt.cpan.org/Public/Bug/Display.html?id=52359
0.93 Thu Jan 13 11:07:07 CET 2011
- update: makes components more inline with local install
of libdnet
- update: copyright notice
0.92 Wed May 13 20:59:41 CEST 2009
- applied http://rt.cpan.org/Ticket/Display.html?id=43899
- applied http://rt.cpan.org/Ticket/Display.html?id=45697
- copyright notice update
0.91 Sun Dec 7 19:15:43 CET 2008
- new: Net::Libdnet::Intf methods now return a Net::Libdnet::Entry::Intf object
- new: Net::Libdnet::Intf now also has getSrcIntfFromDst(), getSrcIpFromDst()
- update: constants renamed to be prefixed with DNET_
0.90 Tue Nov 25 22:44:42 CET 2008
- complete rewrite of XS code
- near full implementation of libdnet API
- two APIs: a low-level and a high-level object oriented one
- backward compatibility should remain
0.02 Tue Nov 25 20:59:27 CET 2008
- ownership transfered to me
- updated copyright notices
- still uses a BSD license
0.01 Wed Jul 7 21:11:29 2004
view all matches for this distribution
view release on metacpan or search on metacpan
0.28 Thu 23 May 08:12:42 CEST 2019
- bugfix: use Carp
=> https://rt.cpan.org/Ticket/Display.html?id=114639
- update: copyright notice
0.27 Wed Jan 28 19:57:50 CET 2015
- bugfix: finding default route under FreeBSD > 9.x systems
- update: copyright notice
0.26 Fri Nov 16 16:37:22 CET 2012
- bugfix: Perl kwalitee
0.25 Wed Sep 12 20:21:04 CEST 2012
- bugfix: on finding the default gateway IPv6 on BSD systems
- update: error message scheme
- update: copyright notice
0.24 Thu Jan 13 11:09:35 CET 2011
- bugfix: parsing of ifconfig for recent Linux systems
- bugfix: in auto-search for good network infertace
- update: copyright notice
0.23 Tue Mar 13 21:01:07 CET 2007
- bugfix: removed a nasty warning on IPv6 address gathering
0.22 Sun Feb 4 15:21:02 CET 2007
- bugfix: when a route has no IPv6 address, skip it
0.21 Thu Dec 28 17:13:47 CET 2006
- error checking patchs
0.20 Thu Dec 28 11:02:24 CET 2006
- NEW: route_get6()
- better support for *BSD systems
- all subs now ends with '6'
- exports Net::Libdnet subs
view all matches for this distribution
view release on metacpan or search on metacpan
0.37
- APPE - appe(), blatappe() support.
0:36
- rollback
0:34 Wed Nov 30 09:43:41 CET 2005
- move PBSZ and PROT P until AFTER logged in..
0.32 Tue Oct 11 20:03:12 CEST 2005
- complete datasocket conversion
0.31 Tue Oct 11 19:53:38 CEST 2005
- PASV refactoring step 1 - datasocket method,
0.22
- use binmode for reading/writing files. TODO: let user use ASCII mode.
0.21
- Use \r\n instead of \n like RFC requires..
0.20 Sat Feb 12 20:31:26 CET 2005
- relax 'use perl', we should work equally well on 5.6.0
0.19
- EncryptData=0 behaviour changed. We no longer send "PROT C", "PROT P" at every command.
- $ftp->message() command returns last response from FTP server.
- bug - pureftpd tends to return strange line as reply to 'PASV', we
now die instead of hanging indefinitely. (TODO - rething error handling)
0.17 Mon Jan 24 18:49:25 CET 2005
- use unique IO::Handle for every connection instead of 3 global globs.(BROWN PAPERBAG BUG!)
- cdup
- slowly improving error handling...
0.12 Tue Jan 18 19:48:52 CET 2005
- rename("from","to") introduced
- NLST and LIST fixed (thanx to Pablo Valenzuela)
- PBSZ and PROT no longer required in client code.
- SIZE implemented (thanx to Pablo Valenzuela)
- login ( user, pass )
0.10 Tue Jan 18 09:19:53 CET 2005
- Debug, EncryptData properties. Documentation fixed.
0.09 Fri Jan 7 20:41:03 CET 2005
- get and put are working, so are slurp and blat.
0.06 Wed Jan 5 09:55:51 CET 2005
- NLST, GET, PUT
0.02 Wed Jan 5 09:55:51 CET 2005
- hello world version
0.01 Wed Jan 5 09:54:58 2005
- original version; created by h2xs 1.23 with options
-Xn Net::Lite::FTP
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl extension Net::Lite::XMPP.
0.02 Wed Jan 5 09:55:51 CET 2005
- hello world version
0.01 Wed Jan 5 09:54:58 2005
- original version; created by h2xs 1.23 with options
-Xn Net::Lite::XMPP
view all matches for this distribution