mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 06:14:25 -04:00
First of the V0.6 changes.
- Adding basics for proxy connection. git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6682 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
23acb91915
commit
212b4c44c9
19 changed files with 916 additions and 73 deletions
|
@ -363,6 +363,7 @@ HEADERS += pqi/authssl.h \
|
|||
pqi/pqisslpersongrp.h \
|
||||
pqi/pqissltunnel.h \
|
||||
pqi/pqissludp.h \
|
||||
pqi/pqisslproxy.h \
|
||||
pqi/pqistore.h \
|
||||
pqi/pqistreamer.h \
|
||||
pqi/pqiqosstreamer.h \
|
||||
|
@ -419,6 +420,8 @@ HEADERS += services/p3channels.h \
|
|||
services/p3bwctrl.h \
|
||||
services/p3tunnel.h
|
||||
|
||||
# services/p3discovery2.h \
|
||||
|
||||
HEADERS += distrib/p3distrib.h \
|
||||
distrib/p3distribsecurity.h
|
||||
# services/p3blogs.h \
|
||||
|
@ -495,6 +498,7 @@ SOURCES += pqi/authgpg.cc \
|
|||
pqi/pqisslpersongrp.cc \
|
||||
pqi/pqissltunnel.cc \
|
||||
pqi/pqissludp.cc \
|
||||
pqi/pqisslproxy.cc \
|
||||
pqi/pqistore.cc \
|
||||
pqi/pqistreamer.cc \
|
||||
pqi/pqiqosstreamer.cc \
|
||||
|
@ -558,6 +562,9 @@ SOURCES += services/p3channels.cc \
|
|||
services/p3banlist.cc \
|
||||
services/p3bwctrl.cc \
|
||||
|
||||
|
||||
# services/p3discovery2.cc \
|
||||
|
||||
# removed because getPeer() doesn t exist services/p3tunnel.cc
|
||||
|
||||
SOURCES += distrib/p3distrib.cc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue