|
|
@@ -1,6 +1,6 @@
|
|
|
Index: bitflu.pl
|
|
|
--- bitflu.pl.orig 2007-02-24 12:26:16 +0100
|
|
|
-+++ bitflu.pl 2007-02-25 11:17:05 +0100
|
|
|
++++ bitflu.pl 2007-02-25 12:42:50 +0100
|
|
|
@@ -188,6 +188,7 @@
|
|
|
#Options with getopt support:
|
|
|
# 1. prio: commandline switch , 2.nd: rcfile 3th: defaults
|
|
|
@@ -36,3 +36,12 @@ Index: bitflu.pl
|
|
|
Proto=>'tcp', Listen=>1, ReuseAddr=>1) or die "$0 Unable to bind to $config->{client}->{port} : $!\n";
|
|
|
$torrent_handle->add($torrent_socket);
|
|
|
|
|
|
+@@ -1166,7 +1167,7 @@
|
|
|
+ }
|
|
|
+ elsif($ACSTAT{$sock}->{AUTH_STATE} == TELNET_CLIENT_WAITFORUSER) {
|
|
|
+ $ACSTAT{$sock}->{GIVEN_USER} = substr($full_data,0,-2);
|
|
|
+- _xwA($sock, "# Password : ");
|
|
|
++ _xwA($sock, "# Password: ");
|
|
|
+ $ACSTAT{$sock}->{AUTH_STATE} = TELNET_CLIENT_WAITFORPASS;
|
|
|
+ }
|
|
|
+ elsif($ACSTAT{$sock}->{AUTH_STATE} == TELNET_CLIENT_WAITFORPASS) {
|