- Timestamp:
- 08/24/11 10:01:50 (9 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
configure (modified) (10 diffs)
-
man/ocat.1 (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r552 r553 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r55 2.3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r553. 4 4 # 5 5 # Report bugs to <rahra@cypherpunk.at>. … … 597 597 PACKAGE_NAME='onioncat' 598 598 PACKAGE_TARNAME='onioncat' 599 PACKAGE_VERSION='0.2.2.r55 2'600 PACKAGE_STRING='onioncat 0.2.2.r55 2'599 PACKAGE_VERSION='0.2.2.r553' 600 PACKAGE_STRING='onioncat 0.2.2.r553' 601 601 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 602 602 … … 1263 1263 # This message is too long to be a string in the A/UX 3.1 sh. 1264 1264 cat <<_ACEOF 1265 \`configure' configures onioncat 0.2.2.r55 2to adapt to many kinds of systems.1265 \`configure' configures onioncat 0.2.2.r553 to adapt to many kinds of systems. 1266 1266 1267 1267 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1333 1333 if test -n "$ac_init_help"; then 1334 1334 case $ac_init_help in 1335 short | recursive ) echo "Configuration of onioncat 0.2.2.r55 2:";;1335 short | recursive ) echo "Configuration of onioncat 0.2.2.r553:";; 1336 1336 esac 1337 1337 cat <<\_ACEOF … … 1426 1426 if $ac_init_version; then 1427 1427 cat <<\_ACEOF 1428 onioncat configure 0.2.2.r55 21428 onioncat configure 0.2.2.r553 1429 1429 generated by GNU Autoconf 2.62 1430 1430 … … 1440 1440 running configure, to aid debugging if configure makes a mistake. 1441 1441 1442 It was created by onioncat $as_me 0.2.2.r55 2, which was1442 It was created by onioncat $as_me 0.2.2.r553, which was 1443 1443 generated by GNU Autoconf 2.62. Invocation command line was 1444 1444 … … 2089 2089 # Define the identity of the package. 2090 2090 PACKAGE='onioncat' 2091 VERSION='0.2.2.r55 2'2091 VERSION='0.2.2.r553' 2092 2092 2093 2093 … … 2240 2240 2241 2241 cat >>confdefs.h <<\_ACEOF 2242 #define SVN_REVISION "55 2"2242 #define SVN_REVISION "553" 2243 2243 _ACEOF 2244 2244 … … 5948 5948 # values after options handling. 5949 5949 ac_log=" 5950 This file was extended by onioncat $as_me 0.2.2.r55 2, which was5950 This file was extended by onioncat $as_me 0.2.2.r553, which was 5951 5951 generated by GNU Autoconf 2.62. Invocation command line was 5952 5952 … … 6001 6001 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 6002 6002 ac_cs_version="\\ 6003 onioncat config.status 0.2.2.r55 26003 onioncat config.status 0.2.2.r553 6004 6004 configured by $0, generated by GNU Autoconf 2.62, 6005 6005 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -
trunk/man/ocat.1
r551 r553 22 22 .SH SYNOPSIS 23 23 .B ocat 24 -i \fIonion_id (1st form)\fP24 \-i \fIonion_id (1st form)\fP 25 25 .br 26 26 .B ocat 27 -o \fIIPv6_address (2nd form)\fP27 \-o \fIIPv6_address (2nd form)\fP 28 28 .br 29 29 .B ocat … … 31 31 .br 32 32 .B ocat 33 -R [\fIOPTION\fP]\fI (4th form)\fP33 \-R [\fIOPTION\fP]\fI (4th form)\fP 34 34 .br 35 35 .B gcat … … 67 67 .TP 68 68 \fB\-a\fP 69 OnionCat creates a log file at $HOME/.ocat/connect_log. All incom ming connects are69 OnionCat creates a log file at $HOME/.ocat/connect_log. All incoming connects are 70 70 logged to that file. $HOME is determined from the user under which OnionCat runs 71 (see option -u).71 (see option \-u). 72 72 .TP 73 73 \fB\-b\fP 74 74 Run OnionCat in background. This is default. OnionCat will detach from a running 75 shell and close standard IO if no log file is given with option -L.75 shell and close standard IO if no log file is given with option \-L. 76 76 .TP 77 77 \fB\-B\fP … … 80 80 \fB\-C\fP 81 81 Disable the local controller interface. The controller interfaces listens on 82 localhost (127.0.0.1 and ::1 port 8066) for incom ming connections. It's82 localhost (127.0.0.1 and ::1 port 8066) for incoming connections. It's 83 83 currently used for debugging purpose and not thread-safe and does not have any 84 84 kind of authentication or authorization mechanism. Hence, it should not be used … … 88 88 Set debug level to \fIn\fP. Default = 7 which is maximum. Debug output will 89 89 only be created if OnionCat was compiled with option DEBUG (i.e. configure was 90 run with option --enable-debug).90 run with option \-\-enable\-debug). 91 91 .TP 92 92 \fB\-f\fP \fIconfig file\fP … … 133 133 random local onion_id. With this option it is not necessary to add a hidden 134 134 service to the Tor configuration file \fBtorrc\fP. One might use OnionCat 135 services within Tor as usual y but it is NOT possible to receive incoming135 services within Tor as usually but it is NOT possible to receive incoming 136 136 connections. If you plan to also receive connections (e.g. because you provide 137 a service or you use software which opens sockets for incom ming connections137 a service or you use software which opens sockets for incoming connections 138 138 like Bitorrent) you MUST configure a hidden service and supply its hostname to 139 139 OnionCat on the command line.
Note: See TracChangeset
for help on using the changeset viewer.
