Commit graph

322 commits

Author SHA1 Message Date
876e11b0c9 use new meta setting for storage/folder 2024-10-12 15:50:55 +02:00
89ec658652 rename factory to meta, with slight functionality change; work in progress: use in storage ... 2024-10-12 12:01:14 +02:00
19054f600f work in progress: use factory object for creating records 2024-10-12 09:37:17 +02:00
d0c990fe7b provide 'print-slots'; work in progress: record (item) meta information 2024-10-11 07:59:59 +02:00
fe63d977f6 forge: first (too simple) version of iter:stream-iterator and forge:exec-stream 2024-09-18 16:28:43 +02:00
90a2f4db27 forge: steps towards if and more... 2024-09-18 12:55:47 +02:00
c857da986b forge: make forge/sf the standard forge package; keep old files as x-... for reference 2024-09-17 19:52:42 +02:00
6ed436f94f forge: make forge/sf the standard forge package; keep old files as x-... for reference 2024-09-17 12:37:03 +02:00
78b7eb0e1b forge/sf: const and var working 2024-09-17 10:04:27 +02:00
6bf62fa39d forge/sf: val (pushing code directly to stack) as basis for const and var 2024-09-17 08:45:17 +02:00
62350964c6 forge/sf: simple repl 2024-09-16 11:09:31 +02:00
6eff29f62d forge/sf: exec-string, using iter:string-iterator 2024-09-16 10:50:12 +02:00
66bc23c97a forge/sf: define current-package in forge-env, use for registering and finding words 2024-09-15 18:39:03 +02:00
ee2acbe1b9 util/iter: string-iterator 2024-09-14 23:23:28 +02:00
33afa42f24 forge/sf: more basic builtin words 2024-09-14 16:09:33 +02:00
c85ab638a5 forge/sf: fixes, improvements; work in progress: if, while, ... 2024-09-14 10:11:52 +02:00
78cce53f29 forge/sf: stack and vocabulary in class forge-env 2024-09-13 10:12:52 +02:00
5df8a852b1 forge/sf: new forge-env class, work in progress: put stack and vocabulary there 2024-09-13 09:39:07 +02:00
65fbf0aac4 forge/sf: tests, fixes - define wforge definition word 2024-09-11 10:03:30 +02:00
aa8017be9c forge/sf: register compiler words; reverse word index: use for printing functions 2024-09-10 15:46:22 +02:00
180bcca22e forge/sf, work in progress: define / compile forge words 2024-09-10 11:11:06 +02:00
b86005e111 forge/sf: exec-item improvements, basic comp-item implementation 2024-09-10 08:57:29 +02:00
60cee40051 util/iter: allow stopping an iterator by setting its stop slot to t 2024-09-09 19:52:19 +02:00
18bfcd8224 forge/sf: steps towards compiling, + minor improvements 2024-09-09 18:51:53 +02:00
2c9dbfde3e forge/sf, work in progress: generic functions for execution and compiling 2024-09-09 13:09:55 +02:00
ae4495e939 forge/sf: store words in sf-builtin:... variables; work in progress: use generic functions/methods 2024-09-09 12:05:55 +02:00
3e26a361c4 forge/sf: minor improvements 2024-09-08 22:29:01 +02:00
a61dc2f1dc new forge/sf: first working version processing input list 2024-09-08 17:14:15 +02:00
79afabb4b8 start with new forge implementation (forge/sf) 2024-09-08 15:39:25 +02:00
99586247de testing improvements; start with util/iter 2024-09-07 16:35:43 +02:00
b264886c17 auth/web: start with testing client login 2024-09-02 16:23:21 +02:00
b4fc8ad05d web/cookie: improvements: create-from-keys, more default values 2024-09-02 10:39:44 +02:00
1e6ffc1fa2 util: provide pointer (ptr = (make-array nil) 2024-09-01 16:45:55 +02:00
f6a361f4b8 web/response: create and set cookie, using web/cookie package based on cl-cookie 2024-09-01 10:33:37 +02:00
4d9328104f web/response: set up test call for set-cookie, + minor improvements 2024-08-31 09:55:12 +02:00
d52886ec15 util: add to property list - and other improvements for web/response:interaction cookie stuff 2024-08-30 19:40:58 +02:00
d934928a28 web/response, work in progress: provide set-cookie action handler (and default action) 2024-08-30 16:22:33 +02:00
487279bc1b core:select actions: stop at first match, do not collect all matching actions 2024-08-30 16:21:12 +02:00
974937cba7 web/response:interaction: simplify action definition with core:define-actions 2024-08-30 14:47:09 +02:00
0bedb8ee33 web/response: make interaction subclass of new base-context class, store message = action 2024-08-30 11:26:40 +02:00
1cc19753d4 util: fixes and improvements 2024-08-30 08:37:53 +02:00
9377ab116a web/response, work in progress: more on response message processing by interaction 2024-08-29 21:57:24 +02:00
2a4d3af1dd web/response, work in progress: render cookie data supplied by downstream service 2024-08-28 18:12:11 +02:00
cf7d85af4d web/server: log request cookies; fix old log and print-object stuff 2024-08-28 14:57:47 +02:00
dd69b1b56f web/client: add cookie-jar handling 2024-08-28 11:10:33 +02:00
923982369e move util.lisp to directory util, move crypto functions to separate package util/crypt 2024-08-27 16:36:30 +02:00
ae46e97fc4 web/jwt, util: fixes and improvements 2024-08-27 15:54:47 +02:00
81e44aa4a8 web/jwt: JWT decoding basically working 2024-08-25 18:28:35 +02:00
536e89b0d5 web/jwt, util: improvements and fixes 2024-08-25 11:52:36 +02:00
c747cb0557 JWT creation with valid signature basically working 2024-08-25 11:21:55 +02:00