Log

Author Commit Date CI Message
Thomas de Grivel bd6137bd 2025-08-28T02:10:09 rename OpenBSD packages
Thomas de Grivel e1a76a75 2025-08-28T02:06:21 checksums
Thomas de Grivel 2aff0e72 2025-08-28T01:03:32 release package for OpenBSD for v0.1.15 on amd64
Thomas de Grivel ced069da 2025-08-27T17:51:41 release v0.1.15
Thomas de Grivel 4830d631 2025-08-27T17:51:06 Release v0.1.15 win64
Thomas de Grivel d18a8bc2 2025-01-21T22:33:00 SHA256 SHA512
Thomas de Grivel 8f4ce6ec 2025-01-21T21:29:01 New in KC3 v0.1.14 - pretty printer - auto indent KC3 code - map - `access` - `get` (get key value) - `put` (return a new map) - struct - `access` - `get` - `put` - facts database (triple store) accessible from KC3 - `new database (Ptr)` - `add_tags` - `collect_with` - `collect_with_tags` - `remove_tags` - `with_tags` - `with` - `with_macro` - HTTPd v0.2.0 - dynamic pages (MVC) - models are defined in `./app/models/` - controllers are defined in `./app/controllers/` - templates are defined in `./app/templates/` - views are defined in `./app/views/` - dynamic router is defined in `./config/router.kc3` - For now we don't match request method and just match the start of the URL with `Str.starts_with?(url, route.path)` - If there is no route or no controller or the controller does not return a HTTP response, a 404 error is returned. Other frameworks like Ruby on Rails or Phoenix do return a 500... - threads - `env_fork_init` - `env_fork_clean` - `Thread.new(fn)` - fx v0.2.0 - file explorer - preview files - text - image - video - audio - binary (hexdump -C) - properties - create - POST "/properties/*path" - delete - DELETE "/properties/*path
Thomas de Grivel d58a37ee 2024-09-04T13:22:51 release kc3 v0.1.13
Thomas de Grivel 8676ffed 2024-09-02T16:38:27 KC3 v0.1.13
Thomas de Grivel e4bc0c0d 2024-08-06T18:14:40 release v0.1.12
Thomas de Grivel 223c7ab7 2024-07-19T15:39:23 update master release
Thomas de Grivel 380e1ed1 2024-07-18T20:47:06 link master release
Thomas de Grivel 92a87820 2024-07-18T19:04:39 initial commit with v0.1.6 through v0.1.11