From 3734f3c4129429668dacd016759edec932d975fb Mon Sep 17 00:00:00 2001
From: TheReign
Date: Mon, 7 Dec 2015 12:41:49 -0500
Subject: Added 64-bit ack option to DCC receive.
---
src/modules/options/OptionsWidget_dcc.cpp | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'src/modules/options/OptionsWidget_dcc.cpp')
diff --git a/src/modules/options/OptionsWidget_dcc.cpp b/src/modules/options/OptionsWidget_dcc.cpp
index 28564cb24..9674351ee 100644
--- a/src/modules/options/OptionsWidget_dcc.cpp
+++ b/src/modules/options/OptionsWidget_dcc.cpp
@@ -235,6 +235,11 @@ OptionsWidget_dccSendAdvanced::OptionsWidget_dccSendAdvanced(QWidget * parent)
__tr2qs_ctx("
This option causes KVIrc to replace spaces with underscores in filenames " \
"for all the outgoing file transfers. This will fix filename handling with some buggy clients (e.g. some versions of mIRC).","options"));
+ b = addBoolSelector(g,__tr2qs_ctx("Send 64-bit ACKs for files larger than 4GiB","options"),KviOption_boolSend64BitAckInDccRecv);
+ mergeTip(b,
+ __tr2qs_ctx("This option causes KVIrc to send ACKs as 64-bit integers instead of 32-bit integers
" \
+ "Use this to fix DCC RECEIVE transfers where the other client is using the mIRC ACK standard.","options"));
+
g = addGroupBox(0,1,0,1,Qt::Horizontal,__tr2qs_ctx("Limits","options"));
KviTalHBox * hb = new KviTalHBox(g);
--
cgit v1.3.1-10-gc9f91