summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-25doc: document new releaseHEADv0.1.1mainChristopher R. Nelson
2024-01-25fix: prevent duplicate running of 'main'Christopher R. Nelson
when we switched to the new shebang format to keep GNU Guix happy, we didn't remove the run main command from the end of the script. this caused the main loop to be executed both when the interpreter decided what to do, and when the file was evaluated.
2024-01-22doc: README.org->README.rstChristopher R. Nelson
cgit and friends (as well as my poor slow-to-reprogram brain) like ReStructuredText better than they like org-mode files. Let's give it to them because the org-mode file was only used as hall auto-generated it.
2024-01-21doc: update READMEv0.1Christopher R. Nelson
2024-01-21feat: build script updates to check for toolingChristopher R. Nelson
autogen.sh: warn if the user doesn't have at least autotools, guile, and make installed, and if they have hall run it first
2024-01-21Commit (current) autotools filesChristopher R. Nelson
Normally, you don't commit generated files to vcs. In this case, we are doing so because many/most users won't have guile-hall installed, and we'd rather not force users to install a development dependency when they can install just autotools. .gitignore: rh-server && rh-client are built by make
2024-01-21Update guix && guile-hall machineryChristopher R. Nelson
2024-01-21Update project documentation for releaseChristopher R. Nelson
hconfig.scm.hall: update copyright HACKING: update build instructions AUTHORS: include self ChangeLog: initial release NEWS: initial release
2024-01-21Add shutdown command, and refactor server implChristopher R. Nelson
zmq: refactor server to functions add shutdown function (end recursion) media: fix bug with missing directories rh-client: support shutdown function rh-server: update to use build variables
2023-06-20fix: correct syntax in guix package definitionsChristopher R. Nelson
2023-06-19feat: more proper build infraChristopher R. Nelson
- scripts should be scripts/command-name.in - tests file shouldn't mismatch style from app
2023-06-19feat: add next, new, and consume functionsChristopher R. Nelson
2023-06-19fix: correct license short-form identifiersChristopher R. Nelson
2023-06-19style: simplify function definitionsChristopher R. Nelson
Removing the implicit (lambda () ...) will make code easier to read, and therefore easier to maintain.
2023-06-18feat: support --version commandChristopher R. Nelson
2023-06-18feat: improve usage of config filesChristopher R. Nelson
2023-06-18Initial ImportChristopher R. Nelson