pkgsrc/net/py-foolscap
wiz c99aa7d531 Updated py-foolscap to 0.12.4.
* Release 0.12.4 (27-Sep-2016)

** Improvements

The TCP connection-hint handler can now accept square-bracket-wrapped IPv6
addresses in colon-hex format. You can produce FURLs with such hints by doing
this:

    tub.setLocation("tcp:[2001:0DB8:f00e:eb00::1]:9900")

Foolscap Tubs have been using the IPv6-capable `HostnameEndpoint` since
0.11.0, so this completes the IPv6 support. Note that there are no provisions
for automatically detecting the host's IPv6 addresses: applications that wish
to use addresses (instead of hostnames) must discover those addresses on
their own. #155

A new `tor.control_endpoint_maker()` handler function was added, which is
just like `tor.control_endpoint()` but accepts a callable function, which
will be invoked only when a `tor:` hint is encountered. The function can
return a Deferred which yields the control endpoint. This allows lazy
launching of a Tor daemon, which can also be shared with other application
needs, such as listening on an Onion service.  #270
2016-10-19 12:54:04 +00:00
..
DESCR
distinfo Updated py-foolscap to 0.12.4. 2016-10-19 12:54:04 +00:00
Makefile Updated py-foolscap to 0.12.4. 2016-10-19 12:54:04 +00:00
PLIST Updated py-foolscap to 0.12.2. 2016-09-01 16:54:32 +00:00