comparison README @ 18:150d3d7d6aac

Updated.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Mar 2008 00:08:00 +0000
parents 57ed9746ede7
children cfbdd75946f4
comparison
equal deleted inserted replaced
17:19b2cbc91c2a 18:150d3d7d6aac
12 A extremely simple telnet-style client compatible with NewbieNudes.com 12 A extremely simple telnet-style client compatible with NewbieNudes.com
13 chatroom protocol. There is practically no user interface, the lines 13 chatroom protocol. There is practically no user interface, the lines
14 you type will be sent to the chat when you press enter (empty lines 14 you type will be sent to the chat when you press enter (empty lines
15 won't be sent). 15 won't be sent).
16 16
17 Lines prefixed with '@' will be sent "raw", see the end of this document 17 Lines prefixed with '@' will be sent "raw".
18 for what you can do with it...
19
20
21 !!! BIG FAT WARNING !!!
22 -----------------------
23 The moderators of NN and site operators apparently don't like this kind
24 of "disruption", like this client enables you to do. I got banned from
25 the chat and also gained an infectuous IP-ban ...
26
27
28 If you get yourself banned for using this client, well -- you were warned.
29 18
30 19
31 Usage 20 Usage
32 ----- 21 -----
33 See the help, 'nnchat --help' for options. By default it connects 22 See the help, 'nnchat --help' for options. By default it connects
38 > nnchat -v username password 27 > nnchat -v username password
39 28
40 Connect as guest to free for all main chat: 29 Connect as guest to free for all main chat:
41 > nnchat -v -p 8002 AnonymousAndy "" 30 > nnchat -v -p 8002 AnonymousAndy ""
42 31
43
44
45 Some interesting notes
46 ----------------------
47 Because this client is capable of sending unescaped ("raw") text to the
48 server, and because the server and original client itself do not perform
49 any kind of input sanitization, you can do some interesting things ...
50
51 The Flash-based chat uses Flash-plugin's simple HTML-rendering features
52 for the main window. Thus few HTML codes are supported and can be used
53 arbitrarily to format the text - you can change the font size and colours,
54 etc. Some examples of working tags:
55
56
57 <font size='20'>huge big text</font>
58
59 <b><font color='#00FF00'>--,--'</font><font color='#FF0000'>&lt;@</font></b>
60
61 <u>underlined</u>
62
63 <b>bold</b>
64
65 <i>italic</i>
66
67
68 Notice that you have to prefix the line with '@' to send unescaped text, for
69 example:
70
71 @hello <u>everyone</u>!
72