summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
15 hourscreate PasteInfo struct and replace read_row with read_paste_infofeature/new-keysJohn Turner
15 hoursupdate check.shJohn Turner
15 hourschange keys to 78 bit random tokens and humanize the resultJohn Turner
15 hoursgate tests behind optionJohn Turner
16 hoursnew wordlist with no dupesHEADmasterJohn Turner
17 hoursremove words with dashes in them from wordlist and reshuffleJohn Turner
3 daysshuffle in eff_small_wordlist into wordlist and truncate to 8192 entriesJohn Turner
3 daysadd lru cache to pygmentize functionJohn Turner
4 daysremove wordlist from repoJohn Turner
4 daysembed wordlist into sourcesJohn Turner
4 daysupdate check.shJohn Turner
4 daysadd extra not check for sqlite.existsJohn Turner
4 daysmake sure keys are uniqueJohn Turner
4 daysupdate openrc service filesJohn Turner
4 daysremove bin directoryJohn Turner
4 daysadd test_client_zen.pyJohn Turner
4 daysadd test_sqlite_storage.pyJohn Turner
4 daysfix unused importJohn Turner
4 daysuse foreach loop to create meson test targetsJohn Turner
4 daysadd test_server.pyJohn Turner
4 daysprint start status after pypaste is fully setupJohn Turner
5 daysdont return if command returns non-zeroJohn Turner
6 dayspass --command directly into subprocess.run using shell=TrueJohn Turner
6 dayscheck subcommand status code and print its stderr on failureJohn Turner
12 daysrewrite pypaste clientJohn Turner
12 daysprint errors to sys.stderrJohn Turner
12 daysmake paste service API take str instead of io.BytesIOJohn Turner
12 daysmake sure to check every py file with flake8John Turner
12 daysfix lintsJohn Turner
13 daysfix unused variable lintplugable-clientsJohn Turner
13 daysrewrite meson.build file to handle installing just the client or serverJohn Turner
13 daysimpl client backend for pgzJohn Turner
13 dayspass stdin.buffer directly to paste method, and catch errorsJohn Turner
14 daysimplement basic clientJohn Turner
2025-09-10make syntax parameter in url take priority over saved syntax settingJohn Turner
2025-09-10remember the syntax value if it was set during uploadJohn Turner
2025-09-09print install tree after running check.shJohn Turner
2025-09-09make error messages print [error] instead of [warning]John Turner
2025-09-09fix meson buildJohn Turner
2025-09-09install wordlistJohn Turner
2025-09-09implement sqlite storage backendpluggable-storageJohn Turner
2025-09-09run meson in check.shJohn Turner
2025-09-09create check.sh scriptJohn Turner
2025-09-09rewrite 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