| Commit message (Collapse) | Author | ||||
|---|---|---|---|---|---|
| 2019-01-07 | Fix explore image URL | June McEnroe | |||
| 2019-01-07 | Add HOME button, ssh link, AGPL notice to explore | June McEnroe | |||
| 2019-01-06 | Add meta viewport to explore | June McEnroe | |||
| 2019-01-06 | Set background and max-width in explore | June McEnroe | |||
| 2019-01-06 | Swallow writes after the connection is closed | June McEnroe | |||
| It was not okay. | |||||
| 2019-01-06 | Handle KCGI_HUP | June McEnroe | |||
| I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1. | |||||
| 2019-01-06 | Install html files | June McEnroe> | |||
| 2017-09-03 | Assert client coords are valid after movement | June McEnroe | |||
| 2017-09-03 | Relicense AGPL | June McEnroe | |||
| I know it's already published under a permissive license in what is probably its final form, but I want to license it AGPL anyway on principle following some conversations I had about open source, corporations and copyleft. | |||||
| 2017-09-01 | Revert "Add client readOnly mode" | June McEnroe | |||
| This reverts commit 9a6c9c91c8092603b914cc0b3085d059e162ca29. | |||||
| 2017-09-01 | Remove clientRemove call from clientCast | June McEnroe | |||
| If an error occurs on a client socket during a broadcast, that client will show up in the kqueue loop with EV_EOF and get removed that way. Tested by sending SIGKILL to a client and watching its cursor disappear. | |||||
| 2017-09-01 | Add client readOnly mode | June McEnroe | |||
| 2017-08-31 | Clean up merge tool | June McEnroe | |||
| Choose the version with the most recent access if the modify times are the same. | |||||
| 2017-08-31 | Choose B for tiles with equal modify times | June McEnroe | |||
| This way newer access counts and times will be preserved. | |||||
| 2017-08-31 | Add quick data file merge tool | June McEnroe | |||
| Hopefully I won't have to use it ever again. | |||||
| 2017-08-30 | Use only foreground color for selecting spawn | June McEnroe | |||
| 2017-08-29 | Add four additional spawns | June McEnroe | |||
| 2017-08-28 | Add respawning | June McEnroe | |||
| 2017-08-26 | Move license above includes | June McEnroe | |||
| Why was it down there? | |||||
| 2017-08-26 | Snapshot metadata | June McEnroe | |||
| 2017-08-26 | Add meta.c to README | June McEnroe | |||
| 2017-08-26 | Use Makefile | June McEnroe | |||