[Linuxdcpp-team] [Bug 834278] Re: ManagedSocket 'fails' and drops connection on repeated sending CMDs (threaded)

2013-02-22 Thread Andy Chmilenko
** Changed in: adchpp Status: New => Invalid -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/834278 Title: ManagedSocket 'fails' and drops connection on repeated sending CMDs (threaded)

[Linuxdcpp-team] [Bug 1036795] [NEW] DCReason typmap not implemented in python.i

2012-08-14 Thread Andy Chmilenko
Public bug reported: Getting conflicts with Util::Reason and DCReason types between python and whats in adchpp.i Patch attached ** Affects: adchpp Importance: Undecided Status: New -- You received this bug notification because you are a member of Dcplusplus-team, which is subscri

[Linuxdcpp-team] [Bug 1036795] Re: DCReason typmap not implemented in python.i

2012-08-14 Thread Andy Chmilenko
** Patch added: "python_dcreason.patch" https://bugs.launchpad.net/bugs/1036795/+attachment/3261044/+files/python_dcreason.patch -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/1036795 Title:

[Linuxdcpp-team] [Bug 920792] Re: Signal object not callable from script

2012-08-14 Thread Andy Chmilenko
I'm not quite sure what I was doing at the time, I wanted to fire a signal from my scripts. But now I don't have that and I can't remember what I wanted to do. I don't see a real need for this anymore I guess... -- You received this bug notification because you are a member of Dcplusplus-team, w

[Linuxdcpp-team] [Bug 920794] [NEW] Util::initialize() never called. same seed used every startup

2012-01-23 Thread Andy Chmilenko
*** This bug is a security vulnerability *** Private security bug reported: >From my investigation and experience, Util::initialize() never called which contains the sgenrand call that seeds the random number generator to the time. seed always 4357 set from rand() when salts are generated. The s

[Linuxdcpp-team] [Bug 920791] Re: SocketManager and ClientManager functions not exposed to scripting

2012-01-23 Thread Andy Chmilenko
** Attachment added: "adds functions to proper places in adchpp.i" https://bugs.launchpad.net/bugs/920791/+attachment/2690165/+files/ExtraFunctions.patch -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.ne

[Linuxdcpp-team] [Bug 920791] [NEW] SocketManager and ClientManager functions not exposed to scripting

2012-01-23 Thread Andy Chmilenko
Public bug reported: SocketManager: setBufferSize, getBufferSize setMaxBufferSize, getMaxBufferSize setOverflowTimeout, getOverflowTimeout ClientManager: setMaxCommandSize, getMaxCommandSize setLogTimeout, getLogTimeout not exposed. Can't set values read from adchpp.xml from python (or anything

[Linuxdcpp-team] [Bug 920792] Re: Signal object not callable from script

2012-01-23 Thread Andy Chmilenko
** Attachment added: "adds templates to adchpp.i" https://bugs.launchpad.net/bugs/920792/+attachment/2690166/+files/SignalTemplates.patch -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/920792 T

[Linuxdcpp-team] [Bug 920792] [NEW] Signal object not callable from script

2012-01-23 Thread Andy Chmilenko
Public bug reported: templates for Signal::operator() missing from swig for all signal types patch attached fixes this problem ** Affects: adchpp Importance: Undecided Status: New -- You received this bug notification because you are a member of Dcplusplus-team, which is subscrib

[Linuxdcpp-team] [Bug 920788] [NEW] Missing typemap in lua to connect to type SignalEcAB a.k.a. signalSend

2012-01-23 Thread Andy Chmilenko
Public bug reported: Typemap is missing so you get an error of not supplying the right type function. patch attached ** Affects: adchpp Importance: Undecided Status: New -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH

[Linuxdcpp-team] [Bug 920788] Re: Missing typemap in lua to connect to type SignalEcAB a.k.a. signalSend

2012-01-23 Thread Andy Chmilenko
** Patch added: "adds typemaps to lua.i" https://bugs.launchpad.net/bugs/920788/+attachment/2690154/+files/LuaSignalEcAB_Connect.patch -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/920788 Titl

[Linuxdcpp-team] [Bug 834278] Re: ManagedSocket 'fails' and drops connection on repeated sending CMDs (threaded)

2011-12-25 Thread Andy Chmilenko
Tested this out a bit more, so I could get my story straight. Running the hub on my Windows 7 Ultimate 64-bit, I could not get this error when connecting from the host, and from my server over LAN or the internet. When running over the internet, response was a bit slow but it never dropped the con

[Linuxdcpp-team] [Bug 834278] Re: ManagedSocket 'fails' and drops connection on repeated sending CMDs (threaded)

2011-12-25 Thread Andy Chmilenko
I know this occurred on my server, Windows 2003 Server SE 32-bit. And I think it also happened on my Windows 7 Ultimate 64-bit, I can't remember how many times I tested on this one though. >From what I remember a whole bunch of bits would get queued up and that error would be thrown causing it to

[Linuxdcpp-team] [Bug 830805] Re: adchpp: appName, versionString, and versionFloat variables not visible to Python

2011-12-24 Thread Andy Chmilenko
I wasn't aware of this feature. Thank you very much for looking at it. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/830805 Title: adchpp: appName, versionString, and versionFloat variables not

[Linuxdcpp-team] [Bug 830805] Re: adchpp: appName, versionString, and versionFloat variables not visible to Python

2011-12-11 Thread Andy Chmilenko
Sure why not. It's easy and patch solves the problem. -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/830805 Title: adchpp: appName, versionString, and versionFloat variables not visible to Pyth

[Linuxdcpp-team] [Bug 830841] Re: python signalDisconnected().connect(func) type error

2011-10-25 Thread Andy Chmilenko
Patch file of fixes applied ** Patch added: "signalDisconnected.patch" https://bugs.launchpad.net/adchpp/+bug/830841/+attachment/2572824/+files/signalDisconnected.patch -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://b

[Linuxdcpp-team] [Bug 830805] Re: adchpp: appName, versionString, and versionFloat variables not visible to Python

2011-10-25 Thread Andy Chmilenko
Seems like there is a getter in Util for appName, perhaps that is just the easiest solution for versionString and versionFloat? patch file extends adchpp::Util for the 2 getter functions in swig/python.i ** Patch added: "versionString_Float.patch" https://bugs.launchpad.net/adchpp/+bug/830805

[Linuxdcpp-team] [Bug 834278] Re: ManagedSocket 'fails' and drops connection on repeated sending CMDs (threaded)

2011-10-25 Thread Andy Chmilenko
I'm not on expert on boost::asio and I am not exactly sure why boost::asio::error::operation_aborted is triggered, possibly something to do with the threads I am creating in python, but it seems like it is a non-fatal error and sending could continue. I haven't had any problems with my hub when I

[Linuxdcpp-team] [Bug 881790] Re: adchpp::SocketManager::Callback returned from addTimedJob isn't callable in python

2011-10-25 Thread Andy Chmilenko
** Patch added: "callback.patch" https://bugs.launchpad.net/bugs/881790/+attachment/2572825/+files/callback.patch -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/881790 Title: adchpp::SocketMa

[Linuxdcpp-team] [Bug 881790] [NEW] adchpp::SocketManager::Callback returned from addTimedJob isn't callable in python

2011-10-25 Thread Andy Chmilenko
Public bug reported: the callback function returned from addTimedJob is not a callable object in Python. patch attached Added typemap(out) for std::function that converts and returns proxy/decorator function to python ** Affects: adchpp Importance: Undecided Status: New -- You r

[Linuxdcpp-team] [Bug 834278] Re: ManagedSocket 'fails' and drops connection on repeated sending CMDs (threaded)

2011-08-26 Thread Andy Chmilenko
I am running rev 519 plus a few of the fixes for my earlier bugs. And you are right, I think my config file is a bit old. But also that reminds be of something, SocketManager.setBufferSize, and setMaxBufferSize, setOverflowTimeout, setLogTimeout don't seem to be exposed to scripting, or python at

[Linuxdcpp-team] [Bug 834278] Re: ManagedSocket 'fails' and drops connection on repeated sending CMDs (threaded)

2011-08-25 Thread Andy Chmilenko
** Summary changed: - ManagedSocket 'fails' and drops connection when sending large data + ManagedSocket 'fails' and drops connection on repeated sending CMDs (threaded) -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs

[Linuxdcpp-team] [Bug 834278] [NEW] ManagedSocket 'fails' and drops connection when sending large data

2011-08-25 Thread Andy Chmilenko
Public bug reported: I've been working on a python interface and it created it such that hub commands are run in separate threads after the onMSG. When one specific setting when changed it removes and modifies UCMDs and resends them to all entities that support it. I am not completely sure why, wh

[Linuxdcpp-team] [Bug 834278] Re: ManagedSocket 'fails' and drops connection when sending large data

2011-08-25 Thread Andy Chmilenko
** Attachment added: "ADCH++.rar" https://bugs.launchpad.net/bugs/834278/+attachment/2315692/+files/ADCH%2B%2B.rar -- You received this bug notification because you are a member of Dcplusplus-team, which is subscribed to ADCH++. https://bugs.launchpad.net/bugs/834278 Title: ManagedSocket '