Differences

This shows you the differences between two versions of the page.

Link to this comparison view

chat [2016/06/02 14:49]
chat [2022/04/16 12:22] (current)
Line 1: Line 1:
 +===== OTR =====
 +
 +  * https://developer.pidgin.im/ticket/17118
 +
 +  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://www.faqs.org/rfcs/rfc1459.html
 +  * http://www.irchelp.org/irchelp/faq.html
 +
 +freenode : http://chat.vrijschrift.org/irc.cgi
 +
 +
 +==== [[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 =====
 +
 +  * http://www.bitlbee.org/main.php/intro.html
 +
 +IrC :
 +
 +  * [[Web]] [[Java]] Applet : http://www.jpilot.com/
 +  * OpenSource for [[Windows]] [[Linux]] ... http://xchat.org
 +  * [[Web]] : http://www.toulouse-irc.org
 +  * http://chat.ircnet.org
 +
 +JabbeR :
 +
 +  * http://www.jabber.org
 +
 +I am looking for a jabber webclient (java or php based...)
 +
 +  * http://gnuwin.epfl.ch/apps/exodus/en/index.html : on [[Windows]] 
 +
 +
 +===== MISC =====
 +
 +  * http://www.schneier.com/blog/archives/2012/08/cryptocat.html# PrivacY
 +  * http://www.commandlinefu.com/commands/view/13460/simple-multi-user-encrypted-chat-server-for-5-users
 +  * https://hack.chat/?roomname
 +
 +SignaL :
 +
 +  * https://github.com/WhisperSystems/Signal-Desktop/blob/master/CONTRIBUTING.md#standalone-registration
 +  * https://github.com/WhisperSystems/Signal-Desktop/issues/463
 +===== MORE =====
 +
 +@TaG: MessaginG IrC CommunicatioN TexT
 +
  
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