annotate README @ 0:aa723e3948a4 default tip

*: initial commit awesome
author Paper <paper@tflc.us>
date Tue, 09 Sep 2025 00:29:57 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
1 wcc is a shitty little chat program I wrote for flashii's chat protocol
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
2 (sockchat).
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
3
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
4 It depends on libwebsockets to function correctly. All of the sockchat
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
5 specific stuff is located in flashii.c, while the curses frontend is
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
6 located in main.c.
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
7
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
8 To build it you'll have to provide a Misuzu session token in the source
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
9 directory named token.txt. This file is conveniently put in .hgignore
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
10 so you don't have to worry about accidentally pushing it or whatever.
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
11
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
12 You'll also need a C23 compiler, since I'm using #embed. If anyone
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
13 actually needs it to compile with C99 or C11, feel free to give me
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
14 a patch.
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
15
aa723e3948a4 *: initial commit
Paper <paper@tflc.us>
parents:
diff changeset
16 contact: paper <paper@tflc.us>