| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-19 | Rename `bin/license-generator.rs` to bin/fulfillment.rs` | Teddy Wing | |
| Renames the binary. The name "license-generator" no longer seems apt at this point. That binary doesn't actually generate a license, it serves as the webhook endpoint for Paddle's license fulfillment. Our `license` binary handles the actual license generation. The URL I'll be using for the webhook is `/fulfillment`, so this also makes sense from that perspective. | |||
| 2018-11-13 | Makefile: Restart `lighttpd` when both binaries change | Teddy Wing | |
| 2018-11-10 | Add Makefile | Teddy Wing | |
| `run` target runs a `lighttpd` server and watches the executable for updates with `entr`. | |||
