about summary refs log tree commit diff homepage
Commit message (Collapse)AuthorAge
* Support reading gzipped data in merge HEAD masterJune McEnroe2021-12-22
|
* DecayJune McEnroe2021-12-01
|
* Remove capsicum supportJune McEnroe2021-10-17
|
* Build chroot only for OpenBSD, remove rc scriptJune McEnroe2021-10-17
|
* Fix backspace on OpenBSDJune McEnroe2021-09-28
| | | | Woops! Insert mode without backspace sucks.
* Handle KCGI_EXIT gracefullyJune McEnroe2021-09-27
|
* Call msync(2) after modifying tilesJune McEnroe2021-09-27
| | | | | | | Without it, changes aren't visible to a process read(2)'ing the file until all mappings of the file are unmapped, on OpenBSD. There is apparently no guarantee that they are visible on other systems either. TIL.
* Copy CSVs to web directory from snapshot.shJune McEnroe2021-09-27
|
* Extract chroot.tar with -p, install to WEBROOTJune McEnroe2021-09-27
|
* OpenBSD: Copy appropriate files for chrootJune McEnroe2021-09-26
|
* OpenBSD: pledge(2) imageJune McEnroe2021-09-26
|
* OpenBSD: pledge(2) clientJune McEnroe2021-09-26
|
* OpenBSD: pledge(2) serverJune McEnroe2021-09-26
|
* Link with -lncurseswJune McEnroe2021-09-24
|
* Replace strlcpy with snprintfJune McEnroe2021-09-20
| | | | This removes the last BSD-specific call.
* Replace kqueue with poll, remove libutil dependencyJune McEnroe2021-09-20
| | | | This makes the server much more portable.
* Update play@ascii.town descriptionJune McEnroe2021-02-04
|
* Replace donation button with LiberapayJune McEnroe2021-02-04
|
* Use DisableForwarding in sshd_configJune McEnroe2020-06-25
|
* Remove READMEJune McEnroe2019-12-19
|
* Update git URLsJune McEnroe2019-12-15
|
* Add buymeacoffee linkJune McEnroe2019-08-05
| | | | Can't hurt, I guess? I don't expect to get anything...
* Use braces in MakefileJune McEnroe2019-07-27
|
* Remove NetHack from indexJune McEnroe2019-07-08
|
* Don't install rc.kfcgi eitherJune McEnroe2019-04-08
|
* Remove rc.kfcgiJune McEnroe2019-03-28
| | | | | I sent a better version of it to the port maintainer and it is now in the ports tree.
* Reformat index.html with explore linkJune McEnroe2019-01-16
|
* Return false from keydown handler in exploreJune McEnroe2019-01-16
|
* Draw lines to tile edgeJune McEnroe2019-01-08
|
* Factor out default pathsJune McEnroe2019-01-08
|
* Remove incorrect default coordinatesJune McEnroe2019-01-08
|
* Set img src when explore fragment changesJune McEnroe2019-01-07
|
* Compress PNG data in imageJune McEnroe2019-01-07
| | | | kcgi never enables compression for FastCGI.
* madvise MADV_NOCORE in imageJune McEnroe2019-01-07
|
* Add license notice to explore JavaScriptJune McEnroe2019-01-07
|
* Add Q/Home binding in exploreJune McEnroe2019-01-07
|
* Fix explore image URLJune McEnroe2019-01-07
|
* Add HOME button, ssh link, AGPL notice to exploreJune McEnroe2019-01-07
|
* Add meta viewport to exploreJune McEnroe2019-01-06
|
* Set background and max-width in exploreJune McEnroe2019-01-06
|
* Swallow writes after the connection is closedJune McEnroe2019-01-06
| | | | It was not okay.
* Handle KCGI_HUPJune McEnroe2019-01-06
| | | | | I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1.
* Install html filesJune McEnroe2019-01-06
|
* Add explore.htmlJune McEnroe2019-01-06
|
* Use req.fieldmapJune McEnroe2019-01-06
|
* Add kfcgi rc fileJune McEnroe2019-01-06
|
* Add image and font to chrootJune McEnroe2019-01-06
|
* Add kcgi support to imageJune McEnroe2019-01-06
|
* Add cap_rights_limit calls to client and serverJune McEnroe2019-01-04
|
* Add play to index.html cgiJune McEnroe2019-01-04
|