Skip to content

Commit e8fcf45

Browse files
committed
1.23.1: update
1 parent 00f9b40 commit e8fcf45

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+637
-1042
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2014 Yoran Heling
1+
Copyright (c) 2011-2022 Yoran Heling
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

ChangeLog

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
1.23.1 - 2022-09-27
2+
- Fix buffer overflow on connections tab for incoming IPv6 connections in handshake phase
3+
4+
1.23 - 2022-05-30
5+
- Bump minimum glib version to 2.32
6+
- Re-open GeoIP database on SIGUSR1
7+
- Add tls_policy=force setting
8+
- Fix TLS on Verlihub
9+
- Various minor language fixes
10+
- Add workaround rare compiler bug for aarch64
11+
12+
1.22.1 - 2019-06-03
13+
- Fix segfault with ADC client connections
14+
15+
1.22 - 2019-04-30
16+
- Add 'b' and 'B' keys to connections tab (Daniel Kamil Kozar)
17+
- Add 'max_ul_per_user' setting to support multiple upload slots per user (Daniel Kamil Kozar)
18+
- Add support for TLS ALPN (Denys Smirnov)
19+
- Fix build against ncurses with separate libtinfo (Lars Wendler)
20+
21+
1.21 - 2019-03-26
22+
- Switch to libmaxminddb for GeoIP lookups
23+
- Replaced 'geoip_cc4' and 'geoip_cc6' settings with a single 'geoip_cc'
24+
- Mark already queued or shared files in search and file browser (Daniel Kamil Kozar)
25+
- Add 'download_shared' setting (Daniel Kamil Kozar)
26+
- Add 'show_free_slots' setting (Daniel Kamil Kozar)
27+
- Add support for the "Free Slots" ADC extension
28+
29+
1.20 - 2016-12-30
30+
- Support bracketed paste mode in input handling (cologic)
31+
- Add 'geoip_cc4' and 'geoip_cc6' settings
32+
- Add 'log_hubchat' setting
33+
- Add 'local' option to 'active_ip' setting
34+
- Add support for multistream bzip2 filelists
35+
- Disable RC4 ciphers by default from tls_priority
36+
- Fix potential null pointer deference
37+
- Fix chmod of destination directories (Johannes Beisswenger)
38+
139
1.19.1 - 2014-04-23
240
- Fix remote null pointer dereference
341
- Searching now works in the search results list

HACKING

Lines changed: 0 additions & 277 deletions
This file was deleted.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EXTRA_DIST=ChangeLog
22
noinst_PROGRAMS=
3-
AM_CFLAGS=$(GLIB_CFLAGS) $(GNUTLS_CFLAGS) $(SQLITE_CFLAGS)
3+
AM_CFLAGS=${NCURSES_CFLAGS} $(GLIB_CFLAGS) $(GNUTLS_CFLAGS) $(SQLITE_CFLAGS)
44
AM_CPPFLAGS=-I$(builddir)/src -I$(srcdir)/deps -I$(srcdir)/deps/ylib
55

66

README

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ncdc 1.19.1
1+
ncdc 1.23.1
22
===========
33

44
DESCRIPTION
@@ -7,7 +7,7 @@ DESCRIPTION
77
ncurses interface.
88

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

1212

1313

@@ -18,11 +18,9 @@ REQUIREMENTS
1818
zlib
1919
bzip2
2020
sqlite >= 3.3.9
21-
glib >= 2.24.0
22-
gnutls >= 2.4.0
23-
geoip >= 1.2.0 (optional)
24-
25-
If your gnutls is older than 3.0, you also need libgcrypt.
21+
glib >= 2.32.0
22+
gnutls >= 3.0
23+
libmaxminddb (optional)
2624

2725

2826

@@ -76,6 +74,6 @@ CROSS COMPILING
7674
CONTACT
7775

7876
79-
Web: http://dev.yorhel.nl/ncdc
77+
Web: https://dev.yorhel.nl/ncdc
8078
DC: adc://dc.blicky.net:2780/ or adcs://dc.blicky.net:2780/
8179

0 commit comments

Comments
 (0)