mv HTTPMsg to AsyncMsg, add 'raw' method
authorDirk Koopman <djk@tobit.co.uk>
Sat, 7 Sep 2013 17:47:48 +0000 (18:47 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 7 Sep 2013 17:47:48 +0000 (18:47 +0100)
commit9fc2ec17088fbff22e825133a4b9b3efe5384df3
tree44ab4b199a1472158a9f7c75d7306ad1e811124f
parent1ec21f9257e85c03626d7d1b1d805b7b8e988986
mv HTTPMsg to AsyncMsg, add 'raw' method

Convert sh/wm7d command to AsyncMsg.
Modify all the HTTPMsg converted cmds to use AsyncMsg.

Add a 'raw' 'telnet' handler. This allows one to query things with command
prompts or stuff that isn't a HTTP server. But it ain't always easy. See the
messing around in sh/wm7d I had to do, to get something that is stable given
that the thing that I am looking doesn't have a \n at the end.

It's just a prompt.
cmd/show/contest.pl
cmd/show/ik3qar.pl
cmd/show/muf.pl
cmd/show/wm7d.pl
perl/AsyncMsg.pm [new file with mode: 0644]
perl/DXCommandmode.pm
perl/HTTPMsg.pm [deleted file]
perl/Msg.pm
perl/Version.pm