• Joined on 2025-03-15
alex synced commits to dev at alex/GoSally from mirror 2025-07-31 21:12:30 +00:00
08e96aa32a add optional config preview with confirmation
alex synced commits to dev at alex/GoSally from mirror 2025-07-31 20:32:31 +00:00
3b8390a0c8 basically added session manager, minimal. stores uuid and ttl sessions to eliminate recursive queries
alex synced commits to dev at alex/GoSally from mirror 2025-07-31 18:52:31 +00:00
b6ad0f82a0 add Post example
alex synced commits to dev at alex/GoSally from mirror 2025-07-31 18:33:11 +00:00
7009828e79 swap stages colors
alex synced commits to dev at alex/GoSally from mirror 2025-07-31 18:32:31 +00:00
45e541ac00 update Config structure and add node name parameter
alex synced commits to dev at alex/GoSally from mirror 2025-07-31 17:57:15 +00:00
a5a7354061 add a small reminder
alex synced commits to dev at alex/GoSally from mirror 2025-07-31 17:52:31 +00:00
20bb90e77a oh again update Get example
148ca53538 update Net.Http.Get example
2951fd2da9 add Net.Http.Get usage example
f411637520 add Net.Http to lua
75ee6e10aa change http server log level to LevelError
Compare 5 commits »
alex synced commits to dev at alex/GoSally from mirror 2025-07-30 17:32:30 +00:00
cfa7724b68 add exception for unknown logging level
alex synced commits to dev at alex/GoSally from mirror 2025-07-30 16:20:09 +00:00
f44e89b0de add new initialization hook to check configuration
23ed707029 make fields in configuration structures pointers, fix errors in code related to this change
299fd59e19 move %tmp% dereferencing to stage 6 of initialization, using a simpler and more efficient way of checking for contents
Compare 3 commits »
alex synced commits to dev at alex/GoSally from mirror 2025-07-30 15:43:23 +00:00
b601962354 add TO DO to config/consts.go
38f784b850 remove unused server api settings
6d2bf5cdd2 add "about" to scripts
Compare 3 commits »
alex synced commits to dev at alex/GoSally from mirror 2025-07-30 12:24:52 +00:00
166c8470d4 add -ldflags "-w -s" and binary compression
64510a5307 remove stackTrimPaths from CatchPanic, and add -trimpath to Makefile
Compare 2 commits »
alex synced commits to dev at alex/GoSally from mirror 2025-07-30 11:37:43 +00:00
b454f4de8d delete useless comment
c161639766 move lua types converters from utils to sv1
dd336a7d9a move lua types converters from utils to sv1
ab37ecb7f7 add init hooks to nodeApp
bd02f079ab rename sv1.HandleLUA to sv1.handleLUA
Compare 5 commits »
alex synced commits to dev at alex/GoSally from mirror 2025-07-30 09:39:40 +00:00
b97febc16e move lua handler to new file lua_handler.go
149cfc0a17 sort imports
00276dc817 add hooks/ to fmt and goimports
ec2ef34f23 move initial hooks and Compositor obj to external package
aebc3d2e9b - move run hook to external package
Compare 5 commits »
alex synced commits to main at alex/GoSally from mirror 2025-07-30 09:08:19 +00:00
f3c4b9e9b1 update config example
alex synced commits to dev at alex/GoSally from mirror 2025-07-30 09:08:19 +00:00
22ff90ca56 add db/ to .gitignore
98d2443679 add some small changes
Compare 2 commits »
alex synced commits to dev at alex/GoSally from mirror 2025-07-29 22:02:36 +00:00
c61bc841e6 um add modernc/sqlite
74f166e6cf make use of AppX and CoreState in program modules
Compare 2 commits »
alex synced commits to main at alex/GoSally from mirror 2025-07-29 13:55:06 +00:00
81359c036c Merge pull request #1 from akyaiy/dev
92c89996f5 remove some garbage
1c73d3f87a add examples of lua scripts
e35972b8ad add initial support for lua scripts
0344d58ad4 add jsonrpc errors about methods
Compare 26 commits »
alex synced commits to dev at alex/GoSally from mirror 2025-07-29 13:46:56 +00:00
92c89996f5 remove some garbage
1c73d3f87a add examples of lua scripts
e35972b8ad add initial support for lua scripts
0344d58ad4 add jsonrpc errors about methods
cf7bd1ceec add panic reciever to the Gateway router
Compare 12 commits »
alex synced commits to dev at alex/GoSally from mirror 2025-07-29 08:28:21 +00:00
bf5e136dc9 change sv1's Handle method
86cdc9adf2 remove header and status
f09afdb850 add response and error constructors
efbca43f27 make both Response and Error in one structure
a0451aa8a0 add full jsonrpc-2.0 batch support
Compare 7 commits »
alex synced commits to dev at alex/GoSally from mirror 2025-07-29 06:39:23 +00:00
0151c3f68a add test response using rpc.WriteResponse
1f36f2d7bc Move http write functions to writers.go
Compare 2 commits »