[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] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2836: auto-manage some menu memory

2012-01-23 Thread noreply
revno: 2836 committer: poy branch nick: trunk timestamp: Mon 2012-01-23 22:02:12 +0100 message: auto-manage some menu memory modified: dwt/include/dwt/widgets/Menu.h dwt/src/widgets/Menu.cpp -- lp:dcplusplus https://code.launchpa

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2835: reduce namespace pollution when hacking boost containers into std (for MSVC)

2012-01-23 Thread noreply
revno: 2835 committer: poy branch nick: trunk timestamp: Mon 2012-01-23 21:45:16 +0100 message: reduce namespace pollution when hacking boost containers into std (for MSVC) modified: SConstruct build_util.py dwt/test/TreeTest.cpp

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2834: use emplace methods in some places (not everywhere to satisfy current compilers)

2012-01-23 Thread noreply
revno: 2834 committer: poy branch nick: trunk timestamp: Mon 2012-01-23 21:18:58 +0100 message: use emplace methods in some places (not everywhere to satisfy current compilers) modified: dcpp/FavoriteManager.cpp dcpp/HashManager.c

[Linuxdcpp-team] [Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2833: use boost containers on MSVC - various hacks to pull them into the std namespace

2012-01-23 Thread noreply
revno: 2833 committer: poy branch nick: trunk timestamp: Mon 2012-01-23 18:56:18 +0100 message: use boost containers on MSVC - various hacks to pull them into the std namespace added: msvc/container/ msvc/container/custom_hash.h