summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
9 daysfix unused variable lintplugable-clientsJohn Turner
9 daysrewrite meson.build file to handle installing just the client or serverJohn Turner
9 daysimpl client backend for pgzJohn Turner
9 dayspass stdin.buffer directly to paste method, and catch errorsJohn Turner
9 daysimplement basic clientJohn Turner
10 daysmake syntax parameter in url take priority over saved syntax settingJohn Turner
10 daysremember the syntax value if it was set during uploadJohn Turner
10 daysprint install tree after running check.shJohn Turner
10 daysmake error messages print [error] instead of [warning]John Turner
10 daysfix meson buildJohn Turner
10 daysinstall wordlistJohn Turner
10 daysimplement sqlite storage backendpluggable-storageJohn Turner
10 daysrun meson in check.shJohn Turner
10 dayscreate check.sh scriptJohn Turner
10 daysrewrite to support modular storage backendsJohn Turner
12 daysreturn HTTPInternalServerError is checking for key failsJohn Turner
12 daysforgot to await self.database.existsJohn Turner
12 daysprint warning when failing to find lexerJohn Turner
12 daysprint a warning instead of an error when failing to find a styleJohn Turner
12 dayscheck for error when checking if key exists in databaseJohn Turner
12 dayswhitespace fixupJohn Turner
12 daysonly delete pastes from database when delete returns 200John Turner
12 daysadd GPL-3 boilerplate to top of all filesJohn Turner
12 dayssplit app logic out of __main__.pyJohn Turner
12 daysmove logging functions into __init__.pyJohn Turner
12 daysuse log_error in pygmentizeJohn Turner
12 daysadd types to logging functionsJohn Turner
12 daysfix type error in pygmentizeJohn Turner
12 daysput database.py back in the top level package dirJohn Turner
12 daysadd database module to meson sourcesJohn Turner
13 daysfix importsJohn Turner
13 daysdisable aiohttp loggingJohn Turner
13 daysfixupJohn Turner
13 dayscreate database moduleJohn Turner
13 daysadd loggingJohn Turner
13 daysadd aiohttp as dependency in meson.buildJohn Turner
13 daysremove aiosqliteJohn Turner
13 daysdo not prepend "https://" to generated linksJohn Turner
13 dayscreate __init__.pyJohn Turner
14 dayssetup 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
2025-09-05create script to launch pypaste from /usr/binJohn Turner
2025-09-05add openrc service and conf filesJohn Turner
2025-09-05rename to pypasteJohn Turner
2025-09-05add Content-Length header to delete requestJohn Turner
2025-09-05log failure or success when deleting objectsJohn Turner
2025-09-05fixup sql syntax errorJohn Turner
2025-09-05port to aiosqliteJohn Turner