OTR

openssl s_client -showcerts -servername gmail.com -connect gmail.com:443  > cert

IRC [[Perl]]

#/===usr/bin/perl -w===
IRC::register("test script", "0.1", "", "");
IRC::add_message_handler("JOIN", "some_join_handler");
sub some_join_handler {
 my ($msg, $cmd, $nick,$chan);
 $_ = shift;
 /^[[^:]]*:([[^===]]*)[[^#]]*(.*)$/; $nick = $1; $chan = $2;===
 if (($nick eq "_ton_nick") && (lc $chan eq "#bitlbee") {
   IRC::command("/msg $thischan ident motdepass");
}}

http://pastebin.ca/5353

<nihon-jin> http://pastebin.ca/5354

IRC

[[HTTP]]

For Security Resons in some cases only http is allowed, is there a chat program that do tunneling over http ?

The only one I find is http://rzr.online.fr/chat.htm

text / IM

MISC

MORE

chat.txt · Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki