]> Cypherpunks.ru repositories - govpn.git/commitdiff
[DOC] Update TODOs with suggestions from the mailling list
authorSergey Matveev <stargrave@stargrave.org>
Wed, 20 May 2015 10:30:28 +0000 (13:30 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 20 May 2015 10:30:28 +0000 (13:30 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
TODO [changed from file to symlink]
doc/govpn.texi
doc/todo.texi [new file with mode: 0644]

diff --git a/TODO b/TODO
deleted file mode 100644 (file)
index a2043caacde4e0a934049ddc1a15beca7921bbca..0000000000000000000000000000000000000000
--- a/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-* Increase performance
-* Randomize ports usage
diff --git a/TODO b/TODO
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..e8b79ff7bcccc2d0ab0409382a279d9b0ddf963e
--- /dev/null
+++ b/TODO
@@ -0,0 +1 @@
+doc/todo.texi
\ No newline at end of file
index a22e85f98efe9e633c825c5a31f348f22e8b33b7..c8fa79c4fa7a05010c2fc1d0502c7112b300fd3d 100644 (file)
@@ -42,6 +42,7 @@ statistics, IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
 * Contacts::
 * Copying conditions::
 * Thanks::
+* TODO::
 @end menu
 
 @include overview.texi
@@ -59,4 +60,5 @@ statistics, IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
 @verbatiminclude fdl.txt
 
 @include thanks.texi
+@include todo.texi
 @bye
diff --git a/doc/todo.texi b/doc/todo.texi
new file mode 100644 (file)
index 0000000..f480f7e
--- /dev/null
@@ -0,0 +1,12 @@
+@node TODO
+@unnumbered TODO
+
+@itemize
+@item Ability to use EGD.
+@item Replace -noncediff with in-memory storage of previously seen nonces.
+@item Ability to tunnel only specified TCP connections, without full
+  featured VPN solution. Similar to ssh -R.
+@item Ability to work over HTTP, WebSockets and something similar.
+@item Increase performance.
+@item Randomize ports usage.
+@end itemize