Skip to content

Commit

Permalink
1.23.1: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed May 5, 2023
1 parent 00f9b40 commit e8fcf45
Show file tree
Hide file tree
Showing 45 changed files with 637 additions and 1,042 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2014 Yoran Heling
Copyright (c) 2011-2022 Yoran Heling

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
38 changes: 38 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
1.23.1 - 2022-09-27
- Fix buffer overflow on connections tab for incoming IPv6 connections in handshake phase

1.23 - 2022-05-30
- Bump minimum glib version to 2.32
- Re-open GeoIP database on SIGUSR1
- Add tls_policy=force setting
- Fix TLS on Verlihub
- Various minor language fixes
- Add workaround rare compiler bug for aarch64

1.22.1 - 2019-06-03
- Fix segfault with ADC client connections

1.22 - 2019-04-30
- Add 'b' and 'B' keys to connections tab (Daniel Kamil Kozar)
- Add 'max_ul_per_user' setting to support multiple upload slots per user (Daniel Kamil Kozar)
- Add support for TLS ALPN (Denys Smirnov)
- Fix build against ncurses with separate libtinfo (Lars Wendler)

1.21 - 2019-03-26
- Switch to libmaxminddb for GeoIP lookups
- Replaced 'geoip_cc4' and 'geoip_cc6' settings with a single 'geoip_cc'
- Mark already queued or shared files in search and file browser (Daniel Kamil Kozar)
- Add 'download_shared' setting (Daniel Kamil Kozar)
- Add 'show_free_slots' setting (Daniel Kamil Kozar)
- Add support for the "Free Slots" ADC extension

1.20 - 2016-12-30
- Support bracketed paste mode in input handling (cologic)
- Add 'geoip_cc4' and 'geoip_cc6' settings
- Add 'log_hubchat' setting
- Add 'local' option to 'active_ip' setting
- Add support for multistream bzip2 filelists
- Disable RC4 ciphers by default from tls_priority
- Fix potential null pointer deference
- Fix chmod of destination directories (Johannes Beisswenger)

1.19.1 - 2014-04-23
- Fix remote null pointer dereference
- Searching now works in the search results list
Expand Down
277 changes: 0 additions & 277 deletions HACKING

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXTRA_DIST=ChangeLog
noinst_PROGRAMS=
AM_CFLAGS=$(GLIB_CFLAGS) $(GNUTLS_CFLAGS) $(SQLITE_CFLAGS)
AM_CFLAGS=${NCURSES_CFLAGS} $(GLIB_CFLAGS) $(GNUTLS_CFLAGS) $(SQLITE_CFLAGS)
AM_CPPFLAGS=-I$(builddir)/src -I$(srcdir)/deps -I$(srcdir)/deps/ylib


Expand Down
14 changes: 6 additions & 8 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ncdc 1.19.1
ncdc 1.23.1
===========

DESCRIPTION
Expand All @@ -7,7 +7,7 @@ DESCRIPTION
ncurses interface.

Always make sure you run the latest version. You can check for updates and
find more information at http://dev.yorhel.nl/ncdc
find more information at https://dev.yorhel.nl/ncdc



Expand All @@ -18,11 +18,9 @@ REQUIREMENTS
zlib
bzip2
sqlite >= 3.3.9
glib >= 2.24.0
gnutls >= 2.4.0
geoip >= 1.2.0 (optional)

If your gnutls is older than 3.0, you also need libgcrypt.
glib >= 2.32.0
gnutls >= 3.0
libmaxminddb (optional)



Expand Down Expand Up @@ -76,6 +74,6 @@ CROSS COMPILING
CONTACT

Email: projects@yorhel.nl
Web: http://dev.yorhel.nl/ncdc
Web: https://dev.yorhel.nl/ncdc
DC: adc://dc.blicky.net:2780/ or adcs://dc.blicky.net:2780/

Loading

0 comments on commit e8fcf45

Please sign in to comment.