← Back to team overview

linuxdcpp-team team mailing list archive

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

 

In general, you don't need to implement swig wrappers, the prototype is
enough...(unless we're working around bugs)

** Changed in: adchpp
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/920791

Title:
  SocketManager and ClientManager functions not exposed to scripting

Status in ADCH++:
  Fix Committed

Bug description:
  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 except c++ if you wanted to)

  patch attached

To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/920791/+subscriptions


References