| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-19 | sha1: Add new module | Joel Klinghed | |
| SHA1 hasher. Needed by websocket support that is coming soon. Using either libmd or openssl to do the actual hashing. | |||
| 2025-10-19 | json: Add new module | Joel Klinghed | |
| Only has methods for writing JSON for now. Will let you create invalid json, but should assert if you do. | |||
| 2025-10-19 | base64: Add new module | Joel Klinghed | |
| Encodes and decodes base64. No linebreaks, always padding. | |||
| 2025-10-19 | Add bluetooth module | Joel Klinghed | |
| Can't really do anything yet, but finds the bluetooth adapter and registers an agent to make it pairable. | |||
| 2025-10-19 | Add http module and implement basic http server | Joel Klinghed | |
| 2025-10-19 | cfg: New module | Joel Klinghed | |
| Reads config files | |||
| 2025-10-19 | paths: New module | Joel Klinghed | |
| Path utilities (doh) | |||
| 2025-10-07 | Initial commit | Joel Klinghed | |
