Search found 9 matches

by Mummy
2006-09-27 10:08
Forum: Programmer's Help
Topic: Creating a DC++ version in Java
Replies: 12
Views: 8695

ah ok.. well.. is dc++ using the openssl compatibility layer of yassl (ssh.h)? so it can easily be compiled with openssl support (i think u mean that with linux' built-in capabilities) instead of yassl..? or to cut a long story short: does one just has to ./configure linuxdcpp with an ssl-option poi...
by Mummy
2006-09-26 13:34
Forum: Programmer's Help
Topic: Creating a DC++ version in Java
Replies: 12
Views: 8695

are you sure? would be great... but i see no ssl/tls library used.. that has not a lot to say, of course ldd /usr/bin/linuxdcpp linux-gate.so.1 => (0xffffe000) libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xa7f9a000) libz.so.1 => /usr/lib/libz.so.1 (0xa7f86000) libbz2.so.1.0 => /lib/libbz2...
by Mummy
2006-09-25 11:00
Forum: Programmer's Help
Topic: Creating a DC++ version in Java
Replies: 12
Views: 8695

it's btw in debian testing (july version) and unstable (september) ;o)
but it seems that it lacks of support of some newer dc++-features like SSL
by Mummy
2006-09-25 10:57
Forum: Protocol Alley
Topic: New ADC Implementation
Replies: 14
Views: 11230

thank you for this info ;o)

just two questions:
-> will it be capable of encryption of the whole traffic?
-> will it be buildable on linux? the bug report on sourceforge says that there are currently no build scripts or Makefiles

thx in advance and good luck with your project,
Mummy
by Mummy
2006-09-25 07:27
Forum: Protocol Alley
Topic: New ADC Implementation
Replies: 14
Views: 11230

near version 1.0 beta 1 (according to the last news i remember), the sourceforge-project has now been removed... why? are you still working on it and does it just have a new URL? oh and... is it supporting encrypted transmissions (not only encrypted user2user file transfers) thank you for your work!...
by Mummy
2006-09-18 07:45
Forum: adchpp general
Topic: SSL/TLS-support?
Replies: 1
Views: 3527

accordingly to ldd, neither adchpp nor linuxdcpp use libssl or something similar... so.. i guess that i have to wait *g*

anyway... great work of you guys! ;-)
by Mummy
2006-09-17 05:28
Forum: adchpp general
Topic: SSL/TLS-support?
Replies: 1
Views: 3527

SSL/TLS-support?

is adch++ able to encrypt all transmissions from/to the clients or is encryption with ADC (currently?) only possible for user2user connections?

best regards,
Mummy ;-)
by Mummy
2006-09-14 06:21
Forum: adchpp general
Topic: Compile error in swig files on Linux
Replies: 11
Views: 8532

ok, many thanks..

cause it shall running on a production system i have to wait until a newer release of swig reaches debian stable or at least testing.. it's a pity.. currently 1.3.28 is the newest version there..

best regards,
Mummy ;-)
by Mummy
2006-09-13 06:22
Forum: adchpp general
Topic: Compile error in swig files on Linux
Replies: 11
Views: 8532

i'm using SWIG version 1.3.28 on a linux system, but i encounter this error: swig -c++ -Wall -lua -o build/debug-default/bin/lua_wrap.cxx swig/lua.i swig/adchpp.i:178: Error: Syntax error in input(3). the corresponding line contains " C(SUP, 'S','U','P');" and all other base command declarations pro...