diff options
| author | 2015-12-07 12:41:49 -0500 | |
|---|---|---|
| committer | 2015-12-07 12:41:49 -0500 | |
| commit | 3734f3c4129429668dacd016759edec932d975fb (patch) | |
| tree | dfdb18bb008d3e240c2c5471e09a437f812b1eb3 /src/modules/options | |
| parent | mkcreateinstanceproc: update capitalization in boileralte header in generator (diff) | |
| download | KVIrc-3734f3c4129429668dacd016759edec932d975fb.tar.gz KVIrc-3734f3c4129429668dacd016759edec932d975fb.tar.bz2 KVIrc-3734f3c4129429668dacd016759edec932d975fb.zip | |
Added 64-bit ack option to DCC receive.
Diffstat (limited to 'src/modules/options')
| -rw-r--r-- | src/modules/options/OptionsWidget_dcc.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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("<center>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("<center>This option causes KVIrc to send ACKs as 64-bit integers instead of 32-bit integers<br>" \ + "Use this to fix DCC RECEIVE transfers where the other client is using the mIRC ACK standard.</center>","options")); + g = addGroupBox(0,1,0,1,Qt::Horizontal,__tr2qs_ctx("Limits","options")); KviTalHBox * hb = new KviTalHBox(g); |
