summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 dayspass --command directly into subprocess.run using shell=TrueJohn Turner
4 dayscheck subcommand status code and print its stderr on failureJohn Turner
9 daysrewrite pypaste clientJohn Turner
9 daysprint errors to sys.stderrJohn Turner
9 daysmake paste service API take str instead of io.BytesIOJohn Turner
9 daysmake sure to check every py file with flake8John Turner
9 daysfix lintsJohn Turner
11 daysfix unused variable lintplugable-clientsJohn Turner
11 daysrewrite meson.build file to handle installing just the client or serverJohn Turner
11 daysimpl client backend for pgzJohn Turner
11 dayspass stdin.buffer directly to paste method, and catch errorsJohn Turner
11 daysimplement basic clientJohn Turner
12 daysmake syntax parameter in url take priority over saved syntax settingJohn Turner
12 daysremember the syntax value if it was set during uploadJohn Turner
12 daysprint install tree after running check.shJohn Turner
12 daysmake error messages print [error] instead of [warning]John Turner
13 daysfix meson buildJohn Turner
Define all sources at the top level meson.build so that they get installed in the correct subdir.
13 daysinstall wordlistJohn Turner
13 daysimplement sqlite storage backendpluggable-storageJohn Turner
13 daysrun meson in check.shJohn Turner
13 dayscreate check.sh scriptJohn Turner
13 daysrewrite to support modular storage backendsJohn Turner
2025-09-07return HTTPInternalServerError is checking for key failsJohn Turner
2025-09-07forgot to await self.database.existsJohn Turner
2025-09-07print warning when failing to find lexerJohn Turner
2025-09-07print a warning instead of an error when failing to find a styleJohn Turner
2025-09-07check for error when checking if key exists in databaseJohn Turner
2025-09-07whitespace fixupJohn Turner
2025-09-07only delete pastes from database when delete returns 200John Turner
2025-09-07add GPL-3 boilerplate to top of all filesJohn Turner
2025-09-07split app logic out of __main__.pyJohn Turner
2025-09-07move logging functions into __init__.pyJohn Turner
2025-09-07use log_error in pygmentizeJohn Turner
2025-09-07add types to logging functionsJohn Turner
2025-09-07fix type error in pygmentizeJohn Turner
2025-09-07put database.py back in the top level package dirJohn Turner
2025-09-07add database module to meson sourcesJohn Turner
2025-09-07fix importsJohn Turner
2025-09-07disable aiohttp loggingJohn Turner
2025-09-07fixupJohn Turner
2025-09-07create database moduleJohn Turner
2025-09-06add loggingJohn Turner
2025-09-06add aiohttp as dependency in meson.buildJohn Turner
2025-09-06remove aiosqliteJohn Turner
2025-09-06do not prepend "https://" to generated linksJohn Turner
2025-09-06create __init__.pyJohn Turner
2025-09-06setup unix socket manually, and allow changing the permissions on itJohn Turner
2025-09-05update openrc service script and confJohn Turner
2025-09-05preserve path when installing py source filesJohn Turner
2025-09-05install sources with mesonJohn Turner