|
|
299fd59e19
|
move %tmp% dereferencing to stage 6 of initialization, using a simpler and more efficient way of checking for contents
|
2025-07-30 19:17:36 +03:00 |
|
|
|
b601962354
|
add TO DO to config/consts.go
|
2025-07-30 18:43:07 +03:00 |
|
|
|
38f784b850
|
remove unused server api settings
|
2025-07-30 18:41:50 +03:00 |
|
|
|
6d2bf5cdd2
|
add "about" to scripts
you can get a description if you send a request where in params there is a field about with any content
|
2025-07-30 18:32:38 +03:00 |
|
|
|
166c8470d4
|
add -ldflags "-w -s" and binary compression
|
2025-07-30 15:01:01 +03:00 |
|
|
|
64510a5307
|
remove stackTrimPaths from CatchPanic, and add -trimpath to Makefile
|
2025-07-30 14:51:29 +03:00 |
|
|
|
b454f4de8d
|
delete useless comment
|
2025-07-30 14:12:49 +03:00 |
|
|
|
c161639766
|
move lua types converters from utils to sv1
|
2025-07-30 14:12:10 +03:00 |
|
|
|
dd336a7d9a
|
move lua types converters from utils to sv1
|
2025-07-30 14:11:57 +03:00 |
|
|
|
ab37ecb7f7
|
add init hooks to nodeApp
|
2025-07-30 13:47:05 +03:00 |
|
|
|
bd02f079ab
|
rename sv1.HandleLUA to sv1.handleLUA
|
2025-07-30 12:50:12 +03:00 |
|
|
|
b97febc16e
|
move lua handler to new file lua_handler.go
|
2025-07-30 12:39:18 +03:00 |
|
|
|
149cfc0a17
|
sort imports
|
2025-07-30 12:38:53 +03:00 |
|
|
|
00276dc817
|
add hooks/ to fmt and goimports
|
2025-07-30 12:34:55 +03:00 |
|
|
|
ec2ef34f23
|
move initial hooks and Compositor obj to external package
|
2025-07-30 12:34:30 +03:00 |
|
|
|
aebc3d2e9b
|
- move run hook to external package
- replace own contains function to slices.Contains
|
2025-07-30 12:33:51 +03:00 |
|
|
|
22ff90ca56
|
add db/ to .gitignore
|
2025-07-30 12:06:50 +03:00 |
|
|
|
f3c4b9e9b1
|
update config example
|
2025-07-30 12:02:12 +03:00 |
|
|
|
98d2443679
|
add some small changes
|
2025-07-30 12:00:21 +03:00 |
|
|
|
c61bc841e6
|
um add modernc/sqlite
|
2025-07-29 21:30:17 +03:00 |
|
|
|
74f166e6cf
|
make use of AppX and CoreState in program modules
|
2025-07-29 17:54:57 +03:00 |
|
Aleksey
|
81359c036c
|
Merge pull request #1 from akyaiy/dev
Dev
|
2025-07-29 16:51:18 +03:00 |
|
|
|
92c89996f5
|
remove some garbage
|
2025-07-29 16:46:23 +03:00 |
|
|
|
1c73d3f87a
|
add examples of lua scripts
|
2025-07-29 16:44:03 +03:00 |
|
|
|
e35972b8ad
|
add initial support for lua scripts
|
2025-07-29 16:43:42 +03:00 |
|
|
|
0344d58ad4
|
add jsonrpc errors about methods
|
2025-07-29 16:43:23 +03:00 |
|
|
|
cf7bd1ceec
|
add panic reciever to the Gateway router
|
2025-07-29 16:43:03 +03:00 |
|
|
|
c3540bfbe1
|
add CatchPanicWithFallback
|
2025-07-29 16:42:25 +03:00 |
|
|
|
bd54628b5c
|
remove unused regexp
|
2025-07-29 16:42:02 +03:00 |
|
|
|
b103736a9d
|
add resolveMethodPath to resolve giving methods
|
2025-07-29 16:41:45 +03:00 |
|
|
|
7eeedf0b31
|
remove listAllowedCmd regexp
|
2025-07-29 16:41:15 +03:00 |
|
|
|
1675001f24
|
add panic recover to run function
|
2025-07-29 13:34:41 +03:00 |
|
|
|
e01ecdf1db
|
add panic catch functions
|
2025-07-29 13:33:58 +03:00 |
|
|
|
febee7cac5
|
add SafeFetch function
|
2025-07-29 12:44:25 +03:00 |
|
|
|
bf5e136dc9
|
change sv1's Handle method
|
2025-07-29 11:28:04 +03:00 |
|
|
|
86cdc9adf2
|
remove header and status
|
2025-07-29 11:27:36 +03:00 |
|
|
|
f09afdb850
|
add response and error constructors
|
2025-07-29 11:26:48 +03:00 |
|
|
|
efbca43f27
|
make both Response and Error in one structure
|
2025-07-29 11:26:26 +03:00 |
|
|
|
a0451aa8a0
|
add full jsonrpc-2.0 batch support
|
2025-07-29 11:25:48 +03:00 |
|
|
|
7608bcfed3
|
remove w and r fields from GatewayServer and change Handle method
|
2025-07-29 11:25:26 +03:00 |
|
|
|
c62710a7d0
|
remove some garbage
|
2025-07-29 09:43:27 +03:00 |
|
|
|
0151c3f68a
|
add test response using rpc.WriteResponse
|
2025-07-29 09:39:07 +03:00 |
|
|
|
1f36f2d7bc
|
Move http write functions to writers.go
|
2025-07-29 09:33:03 +03:00 |
|
|
|
ec94df5f4a
|
Project structure refactor:
- Change package name general_server to gateway
- Changing the structure of directories and packages
- Adding vendor to the project
|
2025-07-28 20:16:40 +03:00 |
|
|
|
19b699d92b
|
Make a make to ignore vendor files
|
2025-07-28 20:16:31 +03:00 |
|
|
|
d5d73c1703
|
Add Taskfile.yml to .gitignore
|
2025-07-28 20:16:20 +03:00 |
|
alex
|
77baa1430e
|
Initial commit: not functional
|
2025-07-25 11:31:53 +03:00 |
|
alex
|
deef4a891b
|
logs
|
2025-07-12 13:25:42 +03:00 |
|
alex
|
aa45a2e3e4
|
Some changes with http server
|
2025-07-12 13:20:25 +03:00 |
|
alex
|
29d9f0487b
|
Eliminating lint static checker's whining
|
2025-07-10 18:22:53 +03:00 |
|