[Linuxdcpp-team] [Bug 1206293] Re: Adch++ Goes down again

2013-08-11 Thread Janne
when is there a new soft that works ? Janne -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/1206293 Title: Adch++ Goes down again Status in ADCH++: New Bug description: does anyone have tes

[Linuxdcpp-team] [Bug 226441] Re: virtual directory sizes are not displayed correctly

2013-08-11 Thread eMTee
With cca. 30k files shared for me it takes 8 seconds to open the settings. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/226441 Title: virtual directory sizes are not displayed correctly Status i

[Linuxdcpp-team] [Bug 549372] Re: Log raw NMDC commands

2013-08-11 Thread poy
the dev plugin can now write to a file. :) -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/549372 Title: Log raw NMDC commands Status in DC++: Won't Fix Bug description: It would be useful to

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcpp-plugin-sdk-cpp/DevPlugin] Rev 36: log to a file

2013-08-11 Thread noreply
revno: 36 committer: poy branch nick: DevPlugin timestamp: Sun 2013-08-11 18:38:46 +0200 message: log to a file modified: src/GUI.cpp src/GUI.h -- lp:~dcplusplus-team/dcpp-plugin-sdk-cpp/DevPlugin https://code.launchpad.net/~dcpl

[Linuxdcpp-team] [Bug 226441] Re: virtual directory sizes are not displayed correctly

2013-08-11 Thread poy
getShareSize can indeed be fixed instead of the new addition; that size column in settings is its only use. i am wary of iterating through every file... before pushing this in, i would like to know how well it fares for users with several thousand files. if opening settings freezes for more than s

[Linuxdcpp-team] [Branch ~dcplusplus-team/dc-plugin-sdk/trunk] Rev 12: Added docs for the .NET plugin.

2013-08-11 Thread noreply
revno: 12 committer: Fredrik Ullner branch nick: dc-plugin-sdk timestamp: Sun 2013-08-11 16:30:12 +0200 message: Added docs for the .NET plugin. added: Doc/DotNet.txt Doc/MetaData.xml -- lp:dc-plugin-sdk https://code.launchpad.ne

[Linuxdcpp-team] [Branch ~dcplusplus-team/dc-plugin-sdk/trunk] Rev 11: Fixed some paths for the .NET addon

2013-08-11 Thread noreply
revno: 11 committer: Fredrik Ullner branch nick: dc-plugin-sdk timestamp: Sun 2013-08-11 16:20:38 +0200 message: Fixed some paths for the .NET addon removed: Addons/VisualStudio/2012/Wizards/NETDCPluginWizard/Templates/1033/info-Win

[Linuxdcpp-team] [Bug 678236] Re: Exception on invalid timestamp format

2013-08-11 Thread poy
this should be done in the formatting function in dcpp::Util, which can throw this on more than just invalid timestamps. it can for example happen with bad parameters in user commands or in log file definitions. i am reticent in adding this since it only affects a secondary compiler, but can be co

[Linuxdcpp-team] [Bug 1115765] Re: [Feature Request] Exclude certain file extensions

2013-08-11 Thread poy
neat! i have minor remarks: 1) ItemsEditDlg is missing from the patch too. i can guess it is based on StringListDlg, which is what i was hoping for. :) 2) for (auto value: container) should usually be for (auto& value: container) to avoid copies of each value when iterating. the non-ref version r

[Linuxdcpp-team] [Branch ~dcplusplus-team/dc-plugin-sdk/trunk] Rev 10: Add C# solution to skeleton.

2013-08-11 Thread noreply
revno: 10 committer: Fredrik Ullner branch nick: dc-plugin-sdk timestamp: Sun 2013-08-11 15:36:01 +0200 message: Add C# solution to skeleton. added: Examples/CSharp-Skeleton/MyPlugin.sln modified: Examples/CSharp-Skeleton/MyPlugin.

[Linuxdcpp-team] [Branch ~dcplusplus-team/dc-plugin-sdk/trunk] Rev 9: MOved .NET to Libraries/

2013-08-11 Thread noreply
revno: 9 committer: Fredrik Ullner branch nick: dc-plugin-sdk timestamp: Sun 2013-08-11 15:29:19 +0200 message: MOved .NET to Libraries/ removed: dotnet/ dotnet/All.sln dotnet/DCPlugin.DataTypes/ dotnet/DCPlugin.DataTypes/Comma

[Linuxdcpp-team] [Bug 1194085] Re: Infinite download loop for a single tree

2013-08-11 Thread eMTee
Yes, the source doesn't get completely removed instead of only getting flagged if the file is larger than MAX_SIZE_WO_TREE just like in case when there's no full tree provided. Theoretically you could introduce a new flag for our case which would behave the same - I just don't think it worth it

[Linuxdcpp-team] [Bug 1033249] Re: Make /help useful + plugin api to register/unregister help commands

2013-08-11 Thread Fredrik Ullner
** Changed in: dcplusplus Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1033249 Title: Make /help useful + plugin api to register/unregister help comman

[Linuxdcpp-team] [Bug 1032153] Re: Support for CDATA - (Unparsed) Character Data in XML parser

2013-08-11 Thread Fredrik Ullner
** Changed in: dcplusplus Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/1032153 Title: Support for CDATA - (Unparsed) Character Data in XML parser Stat

[Linuxdcpp-team] [Bug 233798] Re: Alternatives' search interval change

2013-08-11 Thread Fredrik Ullner
** Changed in: dcplusplus Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.net/bugs/233798 Title: Alternatives' search interval change Status in DC++: Fix Commit

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] 4 revisions removed

2013-08-11 Thread noreply
4 revisions were removed from the branch. -- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk Your team Dcplusplus-team is subscribed to branch lp:dcplusplus. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscr

[Linuxdcpp-team] [Bug 1194085] Re: Infinite download loop for a single tree

2013-08-11 Thread maksis
I don't say that your solution is bad. I just wanted point out the issue with your implementation since it causes sources to get flagged as bad even if there was no exception (the tree exists already). Furthermore, I checked the code and doesn't the source get completely removed instead of only get

[Linuxdcpp-team] [Bug 1194085] Re: Infinite download loop for a single tree

2013-08-11 Thread eMTee
How could this be a failed download (as like in your solution)? Stopping the download when it could continue seems equally confusing. There's two solution here for a rare problem that is expected to go away soon (on Windows), at least at the next restart of the client so things go back to the norma

[Linuxdcpp-team] [Bug 1115765] Re: [Feature Request] Exclude certain file extensions

2013-08-11 Thread Fredrik Ullner
So apparently 'bzr diff' doesn't include new files... The most interesting page is otherwise the actual UploadFiltering setting frame: http://pastie.org/8226528 -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. https://bugs.launchpad.n

[Linuxdcpp-team] [Bug 1194085] Re: Infinite download loop for a single tree

2013-08-11 Thread maksis
How could this be source's fault? The only reason I see is that the client can't write into HashData. Flagging the source when the tree exist already seems a bit confusing, since the only thing that matters is that the tree exists in the database (maybe it got added from another source meanwhile).