aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>2016-06-24 17:14:15 +0200
committerpsyc://loupsycedyglgamf.onion/~lynX <BM-NB7xa9gEpmJgYp9PVnEdACiZcGmmEJcY>2016-06-24 17:14:15 +0200
commitd4f3ae6a7bec8fb3d0e14687d5628deb56d58a11 (patch)
treea21db938d455263ddad189122f792bbd1158af87
parent7392355f44fec87ac949180df3d906f9e9621d99 (diff)
downloadperlpsyc-d4f3ae6a7bec8fb3d0e14687d5628deb56d58a11.tar.gz
perlpsyc-d4f3ae6a7bec8fb3d0e14687d5628deb56d58a11.zip
NEWS update
-rw-r--r--.gitignore2
-rw-r--r--Makefile3
-rw-r--r--NEWS.txt27
-rwxr-xr-xbin/psycion4
-rwxr-xr-xbin/remotor2
5 files changed, 32 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index f0c9a27..e411928 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
1htdocs
2share
1CVS 3CVS
2.config 4.config
3~$* 5~$*
diff --git a/Makefile b/Makefile
index ba391b6..84a5cfa 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,9 @@ html: htdocs
19htdocs: 19htdocs:
20 mkdir -p $@ $M/man1 $M/man3 20 mkdir -p $@ $M/man1 $M/man3
21 21
22# just to give you a rough idea
22install: $D/share 23install: $D/share
23 # just a rough idea 24 # please provide destination prefix in export DESTDIR=/usr/local or so
24 install bin/* $D/bin 25 install bin/* $D/bin
25 cp -rp lib/* $D/lib 26 cp -rp lib/* $D/lib
26 cp -rp share/* $D/share 27 cp -rp share/* $D/share
diff --git a/NEWS.txt b/NEWS.txt
index 0397654..0530b80 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,3 +1,30 @@
1=== 2016-06-24 === remoTor 1.2 ===
2
3When remoTor is running on the same machine as tor, it can
4now also monitor the hostnames the tor process is building
5circuits for. You may want to do this if you have devices in
6your house that you don't trust, for example. The regular Tor
7control protocol doesn't let you have this information other
8than by continously polling the stream status, and even then
9you may miss out on some short exfiltration going on. remoTor
10lets you have this information and even lets you study it
11later rather than having to keep your eyes on the control
12console all the time.
13
14Also, a person at the remoTor console can now interact with
15the people in the chatroom using the built-in chat. No PSYC
16software is complete if it isn't also a chat client. You can
17also forward the hostname monitoring information to that
18chatroom, or simply use a 'psyclisten' if you don't like to
19install an entire psyced server. psyclisten is provided with
20the perlpsyc library.
21
22remoTor and psycion now have their own web pages generated
23out of perldoc:
24 http://perlpsyc.cheettyiapsyciew.onion/remotor
25 http://perlpsyc.cheettyiapsyciew.onion/psycion
26
27
1=== 2016-06-21 === 28=== 2016-06-21 ===
2 29
3Enhancements and fixes in remotor and psycion. 30Enhancements and fixes in remotor and psycion.
diff --git a/bin/psycion b/bin/psycion
index 2c70af3..4c1f3d9 100755
--- a/bin/psycion
+++ b/bin/psycion
@@ -168,11 +168,9 @@ Usage: psycion [--help] [-c configfile] [-l UNI] [-w password] [-s]
168 psycion's status window. 168 psycion's status window.
169 -s dont use color codes 169 -s dont use color codes
170 -m start in multi-window mode. ( requires Curses ) 170 -m start in multi-window mode. ( requires Curses )
171
172 --help 171 --help
173 -h display this message 172 -h display this message
174 173
175
176=head1 COMMANDS 174=head1 COMMANDS
177 175
178Commands may be used to control almost every aspect of psycions behaviour. Even cursor movement. Commands may be bound to keys or typed into the prompt. Obviously typing them does not make sense for some of the commands. When typing, commands have to be preceded with a '/'. For how to use commands in key bindings, look at the L<CONFIGURATION> section below. 176Commands may be used to control almost every aspect of psycions behaviour. Even cursor movement. Commands may be bound to keys or typed into the prompt. Obviously typing them does not make sense for some of the commands. When typing, commands have to be preceded with a '/'. For how to use commands in key bindings, look at the L<CONFIGURATION> section below.
@@ -235,8 +233,6 @@ Clear the current window. Removes all messages.
235 233
236=head2 reply 234=head2 reply
237 235
238STATUS
239
240=head2 drop 236=head2 drop
241 237
242=head2 save 238=head2 save
diff --git a/bin/remotor b/bin/remotor
index df578ea..7bf9487 100755
--- a/bin/remotor
+++ b/bin/remotor
@@ -307,7 +307,7 @@ your house that you don't trust, for example. The regular Tor
307control protocol doesn't let you have this information other 307control protocol doesn't let you have this information other
308than by continously polling the stream status, and even then 308than by continously polling the stream status, and even then
309you may miss out on some short exfiltration going on. remotor 309you may miss out on some short exfiltration going on. remotor
310lets you have this information and even let you study it later 310lets you have this information and even lets you study it later
311rather than having to keep your eyes on the control console 311rather than having to keep your eyes on the control console
312all the time. 312all the time.
313 313