version 0.1.7
authorSomeDude <SomeDude@NuBL7aaJ6Cn4fB7GXFb9Zfi8w1FhPyW3oKgU9TweZMw>
Sun, 3 Feb 2008 09:23:00 +0000 (10:23 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Sun, 3 Feb 2008 09:23:00 +0000 (10:23 +0100)
commitf208e33c29132aacaec448e74341edea1b925a2a
treed8bdc4dfa068c8bd8d51883e3fcb1daee5a70ef3
parentd8ccfe2b3944adf07d35534459cdda19d15217c8
version 0.1.7
42 files changed:
CMakeLists.txt
admin/addpeeridentity.php [deleted file]
admin/config.php [deleted file]
admin/createidentity.php [deleted file]
admin/identitytrust.php [deleted file]
admin/index.php [deleted file]
admin/introduce.php [deleted file]
admin/introductionstatus.php [deleted file]
admin/layout_deneva.css [deleted file]
admin/linkbar.php [deleted file]
admin/localidentities.php [deleted file]
admin/options.php [deleted file]
admin/showcaptcha.php [deleted file]
admin/style_deneva.css [deleted file]
admin/template.php [deleted file]
include/global.h
include/http/httpthread.h
include/http/ipagehandler.h
include/http/pages/addpeerpage.h [new file with mode: 0644]
include/http/pages/announceidentitypage.h [new file with mode: 0644]
include/http/pages/createidentitypage.h [new file with mode: 0644]
include/http/pages/homepage.h
include/http/pages/localidentitiespage.h [new file with mode: 0644]
include/http/pages/optionspage.h [new file with mode: 0644]
include/http/pages/peertrustpage.h [new file with mode: 0644]
include/http/pages/showcaptchapage.h [new file with mode: 0644]
src/freenet/fcpv2.cpp
src/freenet/trustlistrequester.cpp
src/global.cpp
src/http/httpthread.cpp
src/http/ipagehandler.cpp
src/http/pages/addpeerpage.cpp [new file with mode: 0644]
src/http/pages/announceidentitypage.cpp [new file with mode: 0644]
src/http/pages/createidentitypage.cpp [new file with mode: 0644]
src/http/pages/homepage.cpp
src/http/pages/localidentitiespage.cpp [new file with mode: 0644]
src/http/pages/optionspage.cpp [new file with mode: 0644]
src/http/pages/peertrustpage.cpp [new file with mode: 0644]
src/http/pages/showcaptchapage.cpp [new file with mode: 0644]
src/message.cpp
src/nntp/nntpconnection.cpp
template.htm [new file with mode: 0644]