summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-07Version 1.24 + static binary updates + get rid of copyright yearHEAD1.24masterYorhel36-36/+36
2023-08-11ADC: Split client info into AP/VE NFO paramsYorhel1-1/+1
2023-08-03Fix handling of ECONNABORTED in accept()Yorhel1-1/+1
2023-06-08Fix types in previous.Thomas Klausner1-2/+2
2023-06-08Add keybinding 'u' to sort unknown files first in file listings.Thomas Klausner2-2/+18
2023-01-22Fix empty function prototypesYorhel18-56/+56
2023-01-22Get rid of all VLAsYorhel4-24/+22
2022-09-14Fix buffer overflow on connections tab for incoming IPv6 connections in hands...Yorhel1-10/+2
2022-05-30Version + year bump1.23Yorhel36-36/+36
2022-05-27Re-open GeoIP databases on SIGUSR1Yorhel1-2/+2
2022-03-25UI: Fix non-plural "file" when there is only 1 file in dl queueYorhel1-1/+1
2022-01-23Fix error message wrongly pointing to tls_priorityYorhel1-1/+1
2021-10-29uit_dl.c: Use mvaddstr() instead of mvprintw() for dynamic stringYorhel1-1/+1
2021-04-04Fix bug in glib 2.32 conversionThomas Klausner1-1/+1
2021-03-27Bump minimum glib version to 2.32 and get rid of deprecation warningsYorhel7-77/+69
2021-03-27Drop support for libgcrypt and GnuTLS 2.xYorhel6-68/+21
2021-03-27Add tls_policy=force optionYorhel4-13/+40
2021-03-27NMDC: Add TLS to $SupportsYorhel1-1/+1
2021-03-02Fix spelling errorBoris Pek1-2/+2
2020-09-21hub.c: Don't use VLA in nmdc_search() to fix segfault on aarch64Yorhel1-1/+1
2019-05-28cc.c: Fixup setting of cc->tokenYorhel1-1/+1
2019-05-27cc.c: Fix segfault on checking duplicate ADC connectionsYorhel1-10/+13
2019-04-16Allow multiple upload connections to one hub userDaniel Kamil Kozar3-16/+22
2019-04-15Allow using "b" and "B" key bindings in the connections tabDaniel Kamil Kozar2-2/+15
2019-04-15Display the protocol in the status bar.Denys Smirnov1-2/+4
2019-04-15Delay sending messages and setting handlers until the protocol is known.Denys Smirnov1-15/+27
2019-04-15Negotiate the protocol using ALPN (C-H only).Denys Smirnov3-9/+48
2019-04-15Make sure to use NCURSES_CFLAGS and include the right fileYorhel1-6/+2
2019-04-06Don't autorefresh while the file list is already being refreshed or hashedDaniel Kamil Kozar3-6/+7
2019-03-26Version bump + year bump + Changelog update for 1.211.21Yorhel36-36/+36
2019-03-26Website http -> httpsYorhel1-1/+1
2019-03-03Drop support for libgeoip, add support for libmaxminddbYorhel5-60/+58
2017-09-06Mark queued files with Q and shared with S in search and file list tabsDaniel Kamil Kozar3-9/+22
2017-08-25Broadcast the number of currently available free slotsDaniel Kamil Kozar3-7/+40
2017-08-21Add a download_shared setting to disable downloading of already shared filesDaniel Kamil Kozar4-3/+21
2016-12-30Version & date bump + Changelog update for 1.201.20Yorhel36-36/+36
2016-12-16fl_load: Add support for reading multistream bzip2 filelistsYorhel1-31/+55
2016-05-20Fixed destination directories permissions being restricted to 0755.Johannes Beisswenger1-1/+1
2015-09-30uit_main: make /close message more helpfulTillmann Karras1-1/+1
2015-04-26tls_priority: Remove ARCFOUR-40 from default exclusion listYorhel1-1/+1
2015-04-13Add support for obtaining active_ip from the local socketYorhel4-5/+30
2015-04-11doc.h: Minor typo fixYorhel1-1/+1
2015-04-01net.c: Never pass NULL to freeaddrinfo()Yorhel1-1/+2
2015-02-21Disable RC4 ciphers by default from tls_priorityYorhel1-1/+1
2014-10-10Add 'log_hubchat' setting to disable logging of the main chatYorhel3-1/+8
2014-10-07Add geoip_cc[46] settings to disable GeoIP or specify custom databaseYorhel4-27/+57
2014-10-07Actually add geoip.c + improved error handlingYorhel3-4/+90
2014-10-07Add geoip wrappers in geoip.c + use run-time availability detectionYorhel2-44/+19
2014-10-07Add --no-bracketed-paste optionYorhel2-8/+12
2014-06-12ui_textinput: Fix display of non-ASCII charactersYorhel1-1/+1