1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00
openuds/server
Adolfo Gómez García cfd2ad6b57
Small comment added to hash.py.
Note that we use sha256 as hasing function on all "db storeables" items (such as cache or storage). The probability of clash with the low length keys that we use is, basically, 0, and it's fine this way. Althouth there is faster hashing methods, the los usage and the db itself maky insignificant if it's faster or not
2024-10-19 20:51:19 +02:00
..
samples Refactoring for mypy complains... most of them are weird :S 2024-10-12 03:17:54 +02:00
src Small comment added to hash.py. 2024-10-19 20:51:19 +02:00
tests Refactorized and moved some "forgotten" services to it place under "core.exceptions" 2024-10-18 17:39:44 +02:00
.env Added .env files for vscode editing 2021-01-22 07:16:53 +01:00
.pylintrc some fixes to make tests work as they are expected to 2023-05-21 16:19:58 +02:00
coverage.ini refactoring to camel_case, some minor fixes 2024-01-04 00:48:31 +01:00
mypy.ini Fixed tests for pyright 2024-05-25 17:42:58 +02:00
pyrightconfig.json Add tests directory to pyrightconfig.json 2024-10-09 18:49:49 +02:00
pytest.ini Migrated defered deletions to common worker, more versatile and common for all 2024-06-23 21:11:04 +02:00
requirements.txt Moved workers out of uds.core, where in fact it should be... 2024-08-29 17:36:20 +02:00