changeset 7:dba89c48ce02

Updated readme.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 02:01:03 +0000
parents 526ba3b578d7
children 355d908d9d00
files README
diffstat 1 files changed, 57 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Mar 20 01:08:01 2008 +0000
+++ b/README	Thu Mar 20 02:01:03 2008 +0000
@@ -1,12 +1,59 @@
 NNChat - extremely simple NN chat applet compatible client
 ==========================================================
-Written and designed by Matti 'ccr' Hämäläinen
-(C) Copyright 2008 Tecnic Software productions (TNSP)
+Written and designed by Anonymous Finnish Guy (C) Copyright 2008
+
+
+Distributed under DWETFYWTPL (Do What Ever The Fuck You Want
+To Public License), see file COPYING for more information.
+
+
+What is this?
+-------------
+A extremely simple telnet-style client compatible with NewbieNudes.com 
+chatroom protocol. There is practically no user interface, the lines
+you type will be sent to the chat when you press enter (empty lines
+won't be sent).
+
+Lines prefixed with '@' will be sent "raw", see the end of this document
+for what you can do with it...
+
+
+!!! BIG FAT WARNING !!!
+-----------------------
+The moderators of NN and site operators apparently don't like this kind
+of "disruption", like this client enables you to do. I got banned from
+the chat and also gained an infectuous IP-ban ...
+
+
+If you get yourself banned for using this client, well -- you were warned.
+
+
+Usage
+-----
+See the help, 'nnchat --help' for options. By default it connects
+to the Members Only chat (port 8005). By using other ports (option -p)
+you can connect to Passion Pit (8003) and free for all (8002) chats.
+
+Connect as registered user to members only chat:
+> nnchat -v username password
+
+Connect as guest to free for all main chat:
+> nnchat -v -p 8002 AnonymousAndy ""
 
 
 
-Some interesting codes
+Some interesting notes
 ----------------------
+Because this client is capable of sending unescaped ("raw") text to the
+server, and because the server and original client itself do not perform
+any kind of input sanitization, you can do some interesting things ...
+
+The Flash-based chat uses Flash-plugin's simple HTML-rendering features
+for the main window. Thus few HTML codes are supported and can be used
+arbitrarily to format the text - you can change the font size and colours,
+etc. Some examples of working tags:
+
+
 <font size='20'>huge big text</font>
 
 <b><font color='#00FF00'>--,--'</font><font color='#FF0000'>&lt;@</font></b>
@@ -16,3 +63,10 @@
 <b>bold</b>
 
 <i>italic</i>
+
+
+Notice that you have to prefix the line with '@' to send unescaped text, for
+example:
+
+@hello <u>everyone</u>!
+