7ef7b60cf5
fixed databaseschema again
2025-10-05 12:17:33 -03:00
f25366d40c
Refactor database schema and update dependency handling in code
2025-10-01 22:19:02 -03:00
cadf5fedcb
Improving packets with better dependencie resolution, adding a function to auto resolve dependencies.
2025-10-01 18:11:53 -03:00
cfb11cf6e6
New database schema need to change all code files
2025-10-01 17:32:08 -03:00
bb4f221fc9
Adding "-r", to create a system user to not show up on user login screen
2025-09-29 19:21:24 -03:00
9cf5ae61d8
removing the second and useless exec.Command of useradd
2025-09-29 16:37:13 -03:00
0e8db8b40e
Enhance permission handling in package installation and removal commands; add user management functions for improved security. Now for every time packets will execute lua scripts, it will change process euid to an unprivileged user; Now lua scripts can execute more lua default functions
2025-09-28 21:55:13 -03:00
b4f55ad36f
Fixing some huge bugs, and implemented remove function
2025-09-28 16:45:51 -03:00
2c322d4de8
progress doing remove cmd, and removing GetPackage function from the pkg package, now GetPackage function can be found on package utils
2025-09-27 00:39:49 -03:00
2735749b12
Added a function to read manifest from the file manifest.toml and not only from a package file
2025-09-23 19:12:08 -03:00
ff986ef943
now InstallPackage function from packets package don't try to read a config.toml, it get the path to install by a param; added async dependency install process
2025-09-21 22:52:03 -03:00
f34308367e
Implement UDP socket server and add package installation check utility
2025-09-21 10:34:49 -03:00
68b394523d
Add ed25519 public key and enhance package installation error handling
...
- Embed ed25519 public key for signature verification when doing sync prcess with servidordomal.fun
- Improve error handling in AddToInstalledDB to rollback on failure
- Update InstallPackage function to accept io.Reader instead of *os.File
2025-09-20 21:55:34 -03:00
3929493bfb
enhance package database schema and configuration; add dependencies
2025-09-20 19:31:38 -03:00
2620ec00ab
implement package synchronization and validation; update database schema and add error handling
2025-09-20 19:12:01 -03:00
9e09b1e3a4
renamed DownloadPackageHTTP function to GetFileHTTP
2025-09-19 23:33:12 -03:00
35cbc2e47c
Created copydir and copyfile functions in utils, now lua os.copy can copy an entire directory
2025-09-19 22:18:34 -03:00
3c770c469d
better file organization
2025-09-18 20:12:07 -03:00