Helmut Merz helmutm · he/him
helmutm pushed to master at cco/cl-scopes 2024-09-09 18:51:58 +02:00
18bfcd8224 forge/sf: steps towards compiling, + minor improvements
helmutm pushed to master at cco/cl-scopes 2024-09-09 13:09:59 +02:00
2c9dbfde3e forge/sf, work in progress: generic functions for execution and compiling
helmutm pushed to master at cco/cl-scopes 2024-09-09 12:06:01 +02:00
ae4495e939 forge/sf: store words in sf-builtin:... variables; work in progress: use generic functions/methods
helmutm pushed to master at cco/cl-scopes 2024-09-08 22:29:05 +02:00
3e26a361c4 forge/sf: minor improvements
helmutm pushed to master at cco/cl-scopes 2024-09-08 17:14:21 +02:00
a61dc2f1dc new forge/sf: first working version processing input list
helmutm pushed to master at cco/cl-scopes 2024-09-08 15:39:29 +02:00
79afabb4b8 start with new forge implementation (forge/sf)
helmutm pushed to master at cco/cl-scopes 2024-09-07 16:35:57 +02:00
99586247de testing improvements; start with util/iter
helmutm pushed to master at cco/cl-scopes 2024-09-02 16:23:25 +02:00
b264886c17 auth/web: start with testing client login
helmutm pushed to master at cco/cl-scopes 2024-09-02 10:39:49 +02:00
b4fc8ad05d web/cookie: improvements: create-from-keys, more default values
helmutm pushed to master at cco/cl-scopes 2024-09-01 16:46:00 +02:00
1e6ffc1fa2 util: provide pointer (ptr = (make-array nil)
helmutm pushed to master at cco/cl-scopes 2024-09-01 10:33:42 +02:00
f6a361f4b8 web/response: create and set cookie, using web/cookie package based on cl-cookie
helmutm pushed to master at cco/cl-scopes 2024-08-31 09:55:19 +02:00
4d9328104f web/response: set up test call for set-cookie, + minor improvements
helmutm pushed to master at cco/cl-scopes 2024-08-30 19:41:05 +02:00
d52886ec15 util: add to property list - and other improvements for web/response:interaction cookie stuff
helmutm pushed to master at cco/cl-scopes 2024-08-30 16:22:37 +02:00
d934928a28 web/response, work in progress: provide set-cookie action handler (and default action)
helmutm pushed to master at cco/cl-scopes 2024-08-30 16:21:16 +02:00
487279bc1b core:select actions: stop at first match, do not collect all matching actions
helmutm pushed to master at cco/cl-scopes 2024-08-30 14:47:13 +02:00
974937cba7 web/response:interaction: simplify action definition with core:define-actions
helmutm pushed to master at cco/cl-scopes 2024-08-30 11:26:46 +02:00
0bedb8ee33 web/response: make interaction subclass of new base-context class, store message = action
helmutm pushed to master at cco/cl-scopes 2024-08-30 08:37:57 +02:00
1cc19753d4 util: fixes and improvements
helmutm pushed to master at cco/cl-scopes 2024-08-29 21:57:43 +02:00
9377ab116a web/response, work in progress: more on response message processing by interaction
helmutm pushed to master at cco/cl-scopes 2024-08-28 18:12:18 +02:00
2a4d3af1dd web/response, work in progress: render cookie data supplied by downstream service