app
|
set up scopes-tst9 (testing client) package
|
2025-04-21 22:51:18 +02:00 |
core
|
core: use actor API: get rid of old send and do-start function definitions
|
2025-05-04 08:44:18 +02:00 |
forge
|
work in progress: actor
|
2025-04-13 08:55:33 +02:00 |
frontend
|
redefine message as subclass of shape:record
|
2024-07-25 21:23:28 +02:00 |
lib/auth
|
message: use actor:message as second base class => replace message:sender with actor:customer
|
2025-05-02 14:41:27 +02:00 |
shape
|
minor fixes concerning shape:meta
|
2024-10-12 16:00:45 +02:00 |
storage
|
clean-up: remove obsolete stuff, minor immprovements
|
2025-03-16 16:04:01 +01:00 |
test
|
core: use actor API: get rid of old send and do-start function definitions
|
2025-05-04 08:44:18 +02:00 |
util
|
rename async:task to fg-task
|
2025-04-12 10:46:26 +02:00 |
web
|
core: use actor API: get rid of old send and do-start function definitions
|
2025-05-04 08:44:18 +02:00 |
.gitignore
|
set up logging in test-web
|
2024-07-04 06:57:48 +02:00 |
config.lisp
|
core:service: use async:task for concurrent / parallel processing
|
2025-03-06 16:03:08 +01:00 |
LICENSE
|
auth: starting with class definitions; add LICENSE (MIT)
|
2024-08-15 09:59:12 +02:00 |
logging.lisp
|
move all 'config:from-env' calls to etc/config.lisp files
|
2025-03-04 10:44:40 +01:00 |
scopes-core.asd
|
start working on classical (Hewitt) actor stuff; + async improvements
|
2025-04-12 10:30:08 +02:00 |
scopes-web.asd
|
add html parsing - for testing and dom manipulations
|
2025-03-23 11:40:18 +01:00 |
scopes.asd
|
basic set-up of lib/auth system; + minor corrections
|
2024-08-10 09:16:16 +02:00 |
scratch.lisp
|
web, auth: work in progress: jwt generation
|
2024-08-24 10:29:50 +02:00 |
testing.lisp
|
improve tests; minor fixes on util/async
|
2025-02-19 11:03:22 +01:00 |