| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-29 | add tests for vacuum | John Turner | |
| 2025-09-29 | rewrite test_storage to use a fresh database for each test case | John Turner | |
| 2025-09-27 | remove unused function | John Turner | |
| 2025-09-26 | add test for s3 backend in test_server.py | John Turner | |
| 2025-09-26 | add tests to check.sh sources list | John Turner | |
| 2025-09-26 | add tests for s3 storage backend | John Turner | |
| 2025-09-26 | do not assume /paste is the endpoint | John Turner | |
| 2025-09-26 | allow customizing the routes for get and post | John Turner | |
| 2025-09-25 | change keys to 13*key_length bit random tokens and humanize the result | John Turner | |
| Instead of picking random words via a random choice function, we generate a 13 * key_length bit random int as the key. We humanize the key by splitting it up into 13 bit segments and using the 13 bits as an index into the word list. This allows us to store the keys in binary form which is faster and uses less space. | |||
| 2025-09-20 | embed wordlist into sources | John Turner | |
| 2025-09-20 | add extra not check for sqlite.exists | John Turner | |
| 2025-09-20 | add test_client_zen.py | John Turner | |
| 2025-09-20 | add test_sqlite_storage.py | John Turner | |
| 2025-09-20 | use foreach loop to create meson test targets | John Turner | |
| 2025-09-20 | add test_server.py | John Turner | |
