about summary refs log tree commit diff homepage
path: root/README
blob: e7f3e3b9cf0e0e19daca5f671a601ce62a82297f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TORUS(7)           FreeBSD Miscellaneous Information Manual           TORUS(7)

NAME
     torus – welcome to ascii.town!

DESCRIPTION
     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(3) client.
     help.h       Tile data for help page.
     image.c      Renders PNGs of tiles.
     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 chroot(8)'d client.
     index.html        Friendly directions.
     default8x16.psfu  Bitmap font from kbd: http://kbd-project.org.

Causal Agency                  October 10, 2018                  Causal Agency
Implement non-blocking line-buffered readingJune McEnroe 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe