about summary refs log tree commit diff homepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index c4da87e..eda30ad 100644
--- a/README
+++ b/README
@@ -2,14 +2,14 @@ Welcome to ascii.town!
 
 This software targets FreeBSD and Darwin.
 
-    torus.h        Shared structures and message protocol.
-    server.c       Maps torus.dat and listens on torus.sock.
-    client.c       Curses client.
-    help.c         Automated client which redraws a helpful banner.
-    meta.c         Exports metadata from data file to CSV.
-    merge.c        Interactively merges two data files.
-    snapshot.sh    Snapshots data file, appropriate for cron.
+	torus.h        Shared structures and message protocol.
+	server.c       Maps torus.dat and listens on torus.sock.
+	client.c       Curses client.
+	help.c         Automated client which redraws a helpful banner.
+	meta.c         Exports metadata from data file to CSV.
+	merge.c        Interactively merges two data files.
+	snapshot.sh    Snapshots data file, appropriate for cron.
 
-    sshd_config    Anonymous login to chrooted client.
-    termcap.diff   Patch for bright colors in xterm and rxvt.
-    index.html     Friendly directions.
+	sshd_config    Anonymous login to chrooted client.
+	termcap.diff   Patch for bright colors in xterm and rxvt.
+	index.html     Friendly directions.
/tr> 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe