raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Filenames with spaces #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to dcc download a file with spaces

What is the expected output? What do you see instead?
Number format exception (DccManager line 83 tries to convert a part of the 
filename to an InetAddress)

What version of the product are you using?
pircbotx-1.9

Please provide any additional information below.
The processRequest method in the DccManager class strips the leading and 
tailing quotation marks (line 75-78) but can't handle spaces between the 
quotation marks.

Original issue reported on code.google.com by System...@googlemail.com on 11 Oct 2013 at 12:30

GoogleCodeExporter commented 9 years ago
I discovered this as a bug in 1.9 and fixed in 2.0. It will be released 
tommorow: http://code.google.com/p/pircbotx/wiki/MigrationGuide2

Original comment by Lord.Qua...@gmail.com on 11 Oct 2013 at 3:19