Izaya
4e64a55169
cleaner default source list
3 years ago
Izaya
322cb837bb
add main repo as default
3 years ago
Izaya
8ae4d7b57c
made rc load and search pkgfs if a service isn't found
3 years ago
Izaya
2fbee483b2
move actual preproc lib into folder rather than symlinking to the version in lib/, a better solution will be considered later
3 years ago
Izaya
b82bb2a853
move libraries out of main dist and into PsychOSPackages
3 years ago
Izaya
92084e8c90
remove vcomponent and vtunnel because they are now included in the PsychOSPackages repo
3 years ago
Izaya
21f40b3f3c
make pkgman remove system packages
3 years ago
Izaya
9983acb267
clean up pkgman.upgrade
3 years ago
Izaya
6a39fe1743
made rc search for services in the pkgfs
3 years ago
Izaya
45c70cbaa6
made require search the pkgfs if available
3 years ago
Izaya
89ab49faf6
made pkgman cleanly remove packages before updating them
3 years ago
Izaya
f86f7d54ad
add pkgfs.component.exists and do automounting of archives
3 years ago
Izaya
4e3df481cc
attempt to force the internet card to work (ha\!)
3 years ago
Izaya
360bb88ac3
added the pkgman package manager library
3 years ago
Izaya
c1fcfd652e
fserv now sends the correct status messages for HTTP(S) proxying
3 years ago
Izaya
8b4d0e4eb8
fixed file downloading with the HTTP(S) proxies in the download library
3 years ago
Izaya
edbe787ea6
added AmandaC's download library, with some modifications - including HTTP(S) support
3 years ago
Izaya
999d8e0387
rewrote the whole index thing and made it possible to remove packages from the pkgfs index
3 years ago
Izaya
3266c66fc4
updated fserv to fit the new (and next) service system
3 years ago
Izaya
3fed8a5985
fixed fs.copy
oops
3 years ago
Izaya
f132c2349f
made pkgfs auto-mount when loaded
3 years ago
Izaya
97e559f26f
added type annotations and function documentation to liblz16 and pkgfs
3 years ago
Izaya
2ce2692aee
updated the README to represent the current state of the system
3 years ago
Izaya
fb0c740b39
add liblz16 and lzss for use with pkgfs, and eventually mtar probably
3 years ago
Izaya
21d71b29ba
detect absolute/relative paths in pkgfs
3 years ago
Izaya
ffc6c8915a
pkgfs now stores absolute paths to archive files, oops
3 years ago
Izaya
0f1b324cc4
initial pkgfs work, seems functional
3 years ago
Izaya
58c9a5492e
added a fallback _OSVERSION string
3 years ago
Izaya
bc5f24f1e6
bumped the version number because we selfhosting now
3 years ago
Izaya
29cdcb1809
added the preproc library, meaning PsychOS is nominally self-hosting
3 years ago
Izaya
7dda36fd1d
Merge pull request 'clipboard: Make the clipboard service work under the new service sys' ( #4 ) from Amanda/OC-PsychOS2:fix-clipboard-editor-cleanup into master
Looks good.
3 years ago
Amanda Cameron
5213835970
clipboard: Make the clipboard service work under the new service sys
This also adds a [.editorconfig](https://editorconfig.org/ ) and adds
apidoc.md to the gitignore.
3 years ago
Izaya
124b39c96d
Merge pull request 'Fix document generation on Windows (using Git Bash)' ( #3 ) from Skye/OC-PsychOS2:git-windows-bash-fixes into master
Windows is infinitely cursed.
Greatly appreciated.
3 years ago
Skye M
56af6d1ade
Fix document generation on Windows (using Git Bash)
* Made finddesc.lua execute commands using `sh -c 'command'`, which ensures that Unix-like shell is used instead of cmd.exe
* Made finddesc.lua avoid a situation where it would end up with a double '/' in `outpath`
* Redirect output of deleting the document to null to avoid pointless "No such file or directory" errors.
3 years ago
Izaya
b89ff14d5c
added type annotations and descriptions for functions where appropriate
3 years ago
Izaya
7ddece288b
added doc() support for pre-compiled API documentation, wrote a generator for it, and included that in the build script
3 years ago
Izaya
cf373668a9
added a title for PDF generation
3 years ago
Izaya
b3cfeb13ec
remove replaced kernel modules
3 years ago
Izaya
b4ee8ed8a6
point build.sh to the right finddesc
3 years ago
Izaya
4f3bac551e
updated finddesc to use the new doc library, allowing type annotations and building a directory of documentation
3 years ago
Izaya
a917016a66
fix type annotation in event.ignore
3 years ago
Izaya
d47a0748bd
added type annotations to documentation for various libraries
3 years ago
Izaya
405ee6408d
Merge pull request 'Fix the build process so that it works on the Bash shell for Git on Windows and fix markdown output' ( #2 ) from Skye/OC-PsychOS2:git-windows-bash-fixes into master
Doesn't seem to break anything, though I wish Microsoft would fix their filesystems.
Markdown changes are a nice touch, though they'll be replaced soon.
Might think about using #!/usr/bin/env for Lua at some point.
3 years ago
Skye M
e09650276a
Improve markdown output from finddesc.lua
* It didn't add spaces after the ## or #, which made them not work as headings in some renderers, so I fixed this.
* I then made it add newlines to make it look nicer without being rendered.
3 years ago
Skye M
daa2975fd6
Fix the build process so that it works on the Bash shell for Git on Windows
1. Made the Lua thing used be an optional variable, so it works for different Lua versions and locations
2. Made it work better with windows filesystems being weird with trailing dots.
3 years ago
Izaya
d59cc53340
updated netutil to use the documentation library's type signature system
3 years ago
Izaya
cae7c916ae
made the shell include the documentation library automatically
3 years ago
Izaya
b465aebbdb
added a library for retrieving documentation
3 years ago
Izaya
fd9e4ad88a
Merge pull request 'Add support for \27[8m (equiv. to nonstandard \27[100m)' ( #1 ) from Ocawesome101/OC-PsychOS2:master into master
3 years ago
Ocawesome101
a74d9b4485
Add support for \27[8m (equiv. to nonstandard \27[100m)
3 years ago