about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2024-08-31Update script a bit HEAD master mainUltraQbik
2024-08-31Add PyScript testUltraQbik
2024-08-31delete js, cuz it's garbageUltraQbik
2024-08-31fix parserUltraQbik
2024-08-30Update argparseUltraQbik
Renamed --dont-compress-path to --compress-path Moved compressed path prefix to config.py
2024-08-29Update thingsUltraQbik
2024-08-29Make own timeoutUltraQbik
Built-in time out didn't work for some reason
2024-08-29Add 10 second timeoutUltraQbik
2024-08-29Allow more connectionsUltraQbik
Allow 32768 total connections (although, more could be allowed) Allow 64 connections at once
2024-08-29change CMD to ENTRYPOINTUltraQbik
2024-08-28Fixed logging and added LOGGER_PATH into config.pyUltraQbik
2024-08-28Add log savingUltraQbik
Theoretically, it should work :)
2024-08-28Fix verbose logging for file manUltraQbik
2024-08-28Add proper loggingUltraQbik
Now any exception that is not related to sockets will be logged Threads should still clear themselves even after exception
2024-08-28Update error handlingUltraQbik
2024-08-28Separate functions and use non-blocking socketsUltraQbik
2024-08-28Update formattingUltraQbik
2024-08-28Update file manUltraQbik
2024-08-27change brotli to gzipUltraQbik
2024-08-27Fix parser argsUltraQbik
2024-08-27Update parser x3UltraQbik
2024-08-27Update parser x2UltraQbik
2024-08-27Update parserUltraQbik
2024-08-27More parser + update loggerUltraQbik
2024-08-27Fix bug + addition of argparseUltraQbik
2024-08-27Bug fixUltraQbik
Fixed bug with file data stream fetching, as when file reach the end they return `b''` and not `None` Bug was causing threads to run forever, effectively completely halting the website from functioning
2024-08-27wut?UltraQbik
2024-08-27Add loggingUltraQbik
2024-08-27update thingy x3UltraQbik
2024-08-27update thingy x2UltraQbik
2024-08-27update thingyUltraQbik
2024-08-27update thingyUltraQbik
2024-08-27Update to work with new path mapUltraQbik
2024-08-27Add compressionUltraQbik
2024-08-26Working file managerUltraQbik
2024-08-26Fix config.pyUltraQbik
2024-08-26Small changesUltraQbik
2024-08-26Add file man in config.pyUltraQbik
2024-08-26A bit of update to new path mappingUltraQbik
2024-08-26Working file managerUltraQbik
2024-08-26Reworking file fetchingUltraQbik
2024-08-26I guess typing.Generator is deprecated?UltraQbik
2024-08-26Add semaphoreUltraQbik
Use semaphore to limit core usage slightly (maybe) Also changed default configs a bit
2024-08-26Fix major issue with threading and potential bugsUltraQbik
Thread list was not cleared, so it was accumulating a ton of dead threads, now it should be fixed, as each thread removes itself at the end of request Added limit to how much data the client can send, as currently client data streams are unsupported Do minor renaming and allow to switch between HTTP and HTTPs
2024-08-26Update README.mdUltraQbik
2024-08-26Add dockerfileUltraQbik
2024-08-26Update init_path_map functionUltraQbik
2024-08-26Update projects.htmlUltraQbik
2024-08-25Fixed size imageUltraQbik
2024-08-25I hate JSUltraQbik