ncdc 1.11 released + install instructions for OS X and OpenIndiana
This commit is contained in:
parent
d1f18971cb
commit
e82b277935
9 changed files with 120 additions and 24 deletions
19
dat/ncdc
19
dat/ncdc
|
|
@ -10,7 +10,7 @@ ncurses interface.
|
|||
|
||||
=item Latest version
|
||||
|
||||
1.10 ([dllink ncdc-1.10.tar.gz download]
|
||||
1.11 ([dllink ncdc-1.11.tar.gz download]
|
||||
- L<changes|http://dev.yorhel.nl/ncdc/changes>
|
||||
- L<mirror|https://sourceforge.net/projects/ncdc/files/ncdc/>)
|
||||
|
||||
|
|
@ -28,8 +28,8 @@ You are also invited to join the development hub at C<adc://dc.blicky.net:2780/>
|
|||
|
||||
=item Requirements
|
||||
|
||||
The following libraries are required: ncurses, bzip2, sqlite3, glib2, gnutls
|
||||
and libxml2.
|
||||
The following libraries are required: ncurses, bzip2, sqlite3, glib2 and
|
||||
gnutls.
|
||||
|
||||
Ncdc is entirely written in C and available under a liberal MIT license.
|
||||
|
||||
|
|
@ -40,6 +40,7 @@ L<Arch Linux|http://aur.archlinux.org/packages.php?ID=50949> -
|
|||
L<FreeBSD|http://www.freshports.org/net-p2p/ncdc/> -
|
||||
L<Frugalware|http://frugalware.org/packages/136807> -
|
||||
L<Gentoo|http://packages.gentoo.org/package/net-p2p/ncdc> -
|
||||
L<MacPorts|http://www.macports.org/ports.php?by=name&substr=ncdc> -
|
||||
L<OpenSUSE|http://packman.links2linux.org/package/ncdc>
|
||||
|
||||
I also have a few packages on the L<Open Build
|
||||
|
|
@ -85,13 +86,17 @@ And special features not commonly found in other clients:
|
|||
|
||||
=over
|
||||
|
||||
=item * Different connection settings for each hub.
|
||||
=item * Different connection settings for each hub,
|
||||
|
||||
=item * Encrypted UDP messages (ADC SUDP),
|
||||
|
||||
=item * Subdirectory refreshing,
|
||||
|
||||
=item * Nick notification and highlighting in chat windows,
|
||||
|
||||
=item * Detecting changes to the TLS certificate of a hub,
|
||||
=item * Trust on First Use for TLS-enabled hubs,
|
||||
|
||||
=item * A single listen port for both TLS and TCP connections,
|
||||
|
||||
=item * Efficient file uploads using sendfile(),
|
||||
|
||||
|
|
@ -114,9 +119,9 @@ clients, but which ncdc doesn't do. Yet.
|
|||
|
||||
=item * Segmented downloading,
|
||||
|
||||
=item * IPv6
|
||||
=item * IPv6,
|
||||
|
||||
=item * NAT Traversal
|
||||
=item * NAT Traversal,
|
||||
|
||||
=item * OP features (e.g. client detection, file list scanning and other useful stuff for OPs),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue