Re: [Linuxdcpp-team] [Question #117073]: Connectivity problem with 2.5.1

2010-07-08 Thread YouKnowWho
Question #117073 on ADCH++ changed: https://answers.launchpad.net/adchpp/+question/117073 Status: Needs information => Open YouKnowWho gave more information on the question: I connect from localhost, the problem goes away if I connect with a private IP. -- You received this question notific

Re: [Linuxdcpp-team] [Question #117073]: Connectivity problem with 2.5.1

2010-07-08 Thread eMTee
Question #117073 on ADCH++ changed: https://answers.launchpad.net/adchpp/+question/117073 Status: Open => Needs information eMTee requested for more information: You connect from localhost or a computer in your LAN? Does the problem persist if you use your local ip or switch to passive mode t

[Linuxdcpp-team] [Question #117073]: Connectivity problem with 2.5.1

2010-07-08 Thread YouKnowWho
New question #117073 on ADCH++: https://answers.launchpad.net/adchpp/+question/117073 I have a strange problem that maybe you guys have some ideas about you could throw at me. I'm running latest adch++ on Windows 7 x64 as service. Via dc++ client (it doesn't matter which, same problem with all c

[Linuxdcpp-team] [Bug 603071] Re: [0.770] Compilation error on Linux

2010-07-08 Thread lys
K7 root # bzr branch lp:dcplusplus You have not informed bzr of your Launchpad ID, and you must do this to write to Launchpad or access private data. See "bzr help launchpad-login". Branched 2177 revision(s). K7 root # cp -R dcplusplus/dcpp /root/ K7 root # patch -p1 < File.cpp.diff patching file

[Linuxdcpp-team] [Bug 603071] Re: [0.770] Compilation error on Linux

2010-07-08 Thread lys
which rev no? cause this wont apply against the current core -- [0.770] Compilation error on Linux https://bugs.launchpad.net/bugs/603071 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. Status in DC++: New Bug description: Last core d

[Linuxdcpp-team] [Branch ~dcplusplus-team/adchpp/trunk] Rev 368: fix +history called with a too high number

2010-07-08 Thread noreply
revno: 368 committer: poy branch nick: repo timestamp: Thu 2010-07-08 17:41:02 +0200 message: fix +history called with a too high number modified: changelog.txt plugins/Script/examples/history.lua -- lp:adchpp https://code.launch

[Linuxdcpp-team] [Bug 603071] Re: [0.770] Compilation error on Linux

2010-07-08 Thread netcelli-tux
** Patch added: "File.h.diff" http://launchpadlibrarian.net/51567092/File.h.diff -- [0.770] Compilation error on Linux https://bugs.launchpad.net/bugs/603071 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. Status in DC++: New Bug

[Linuxdcpp-team] [Bug 603071] Re: [0.770] Compilation error on Linux

2010-07-08 Thread netcelli-tux
** Patch added: "stdinc.diff" http://launchpadlibrarian.net/51567100/stdinc.diff -- [0.770] Compilation error on Linux https://bugs.launchpad.net/bugs/603071 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. Status in DC++: New Bug

[Linuxdcpp-team] [Bug 603071] Re: [0.770] Compilation error on Linux

2010-07-08 Thread netcelli-tux
** Patch added: "File.cpp.diff" http://launchpadlibrarian.net/51567089/File.cpp.diff -- [0.770] Compilation error on Linux https://bugs.launchpad.net/bugs/603071 You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to DC++. Status in DC++: New

[Linuxdcpp-team] [Bug 603071] [NEW] [0.770] Compilation error on Linux

2010-07-08 Thread netcelli-tux
Public bug reported: Last core doesn't compile on Linux. In class FindFileIter, DirData structure has no member called ent and base. Then declaration of != operator is wrong. Also there are some errors related to std::tr1 members; changing header inclusion in stdinc.h fixes this. I have attach