* Added plugin support

* Improved Filer (LocalFiler)
* Supports Explicit SSL/TLS with OpenSSL/Crypto
* Fixed most of the bugs that drove me nuts.
* Properly handled socket closes
* Improved socket cleanup
* Buffered file downloads
* Lots 'o errors!

I did it again! I made a single commit with everything!
This commit is contained in:
2024-12-13 10:51:10 -06:00
parent 841c1e1ead
commit 5ff35c26ab
32 changed files with 2551 additions and 653 deletions

7
.gitignore vendored
View File

@@ -1,2 +1,7 @@
# Build Directory
build/
*.bak
# Project Files
*.cbp
*.depend
*.layout