[Linuxdcpp-team] [Bug 1317710] [NEW] Support TLS 1.1+ (currently, 1.1 and 1.2)

2014-05-08 Thread cologic
Public bug reported: ssl::context::tlsv1_server supports TLS 1.0 and only TLS 1.0. Per https://dcpp.wordpress.com/2013/09/20/beast-crime-breach-and-lucky-13 -assessing-tls-in-adcs/ this is problematic. Attached patch fixes this problem. ** Affects: adchpp Importance: Undecided Statu

[Linuxdcpp-team] [Bug 1308290] Re: Require TLS 1.2 connections for ADCS

2014-05-08 Thread cologic
Turns out DC++ and ADCH++ were allowing TLS 1.0 and TLS 1.1 only. A different approach is necessary. ** Changed in: dcplusplus Status: Fix Committed => Confirmed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.la

[Linuxdcpp-team] [Bug 1308290] Re: Require TLS 1.2 connections for ADCS

2014-05-08 Thread cologic
That is, allowing TLS 1.0 only, not TLS 1.1 or 1.2. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1308290 Title: Require TLS 1.2 connections for ADCS Status in DC++: Confirmed Bug description:

[Linuxdcpp-team] [Bug 1317287] Re: Filelist Download Failure From Specific Usernames

2014-05-08 Thread Jason Stevens
** Also affects: apexdc Importance: Undecided Status: New -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1317287 Title: Filelist Download Failure From Specific Usernames Status in ApexDC

[Linuxdcpp-team] [Bug 1317287] Re: Filelist Download Failure From Specific Usernames

2014-05-08 Thread eMTee
Well, that wouldn't save from other badchars I listed... Let's use Util::cleanPathChars with implementing "@todo Check for invalid names such as nul and aux... " so we put a hyphen or an underscore or even another dot _before_ these reserved words... -- You received this bug notification becaus

[Linuxdcpp-team] [Bug 1317287] Re: Filelist Download Failure From Specific Usernames

2014-05-08 Thread poy
ah, because we use "nick.CID.ext" so the filename is only "nick". let's just use "nick-CID.ext" then? should fix it. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1317287 Title: Filelist Download

[Linuxdcpp-team] [Bug 1317287] Re: Filelist Download Failure From Specific Usernames

2014-05-08 Thread eMTee
Whatever you append to "nul." (mind the dot) it will be discarded. And getting filelist from user "nul" indeed doesn't work. It throws a couple of misleading messages in the transferview , the download fails and the item doesn't disappear from the transferview at all. Strange because we have a fun

[Linuxdcpp-team] [Bug 1317287] Re: Filelist Download Failure From Specific Usernames

2014-05-08 Thread poy
are you using an old version of DC++? recent ones always append a unique identifier to the name of the file list. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1317287 Title: Filelist Download Fai