index
:
pypaste
debugging
feature/new-keys
master
plugabble-clients
plugable-clients
pluggable-storage
A pastebin script using s3 and pygments.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
5 hours
create PasteInfo struct and replace read_row with read_paste_info
feature/new-keys
John Turner
5 hours
update check.sh
John Turner
5 hours
change keys to 78 bit random tokens and humanize the result
John Turner
5 hours
gate tests behind option
John Turner
6 hours
new wordlist with no dupes
HEAD
master
John Turner
7 hours
remove words with dashes in them from wordlist and reshuffle
John Turner
2 days
shuffle in eff_small_wordlist into wordlist and truncate to 8192 entries
John Turner
3 days
add lru cache to pygmentize function
John Turner
3 days
remove wordlist from repo
John Turner
3 days
embed wordlist into sources
John Turner
3 days
update check.sh
John Turner
3 days
add extra not check for sqlite.exists
John Turner
3 days
make sure keys are unique
John Turner
4 days
update openrc service files
John Turner
4 days
remove bin directory
John Turner
4 days
add test_client_zen.py
John Turner
4 days
add test_sqlite_storage.py
John Turner
4 days
fix unused import
John Turner
4 days
use foreach loop to create meson test targets
John Turner
4 days
add test_server.py
John Turner
4 days
print start status after pypaste is fully setup
John Turner
5 days
dont return if command returns non-zero
John Turner
6 days
pass --command directly into subprocess.run using shell=True
John Turner
6 days
check subcommand status code and print its stderr on failure
John Turner
11 days
rewrite pypaste client
John Turner
11 days
print errors to sys.stderr
John Turner
11 days
make paste service API take str instead of io.BytesIO
John Turner
11 days
make sure to check every py file with flake8
John Turner
11 days
fix lints
John Turner
13 days
fix unused variable lint
plugable-clients
John Turner
13 days
rewrite meson.build file to handle installing just the client or server
John Turner
13 days
impl client backend for pgz
John Turner
13 days
pass stdin.buffer directly to paste method, and catch errors
John Turner
13 days
implement basic client
John Turner
2025-09-10
make syntax parameter in url take priority over saved syntax setting
John Turner
2025-09-10
remember the syntax value if it was set during upload
John Turner
2025-09-09
print install tree after running check.sh
John Turner
2025-09-09
make error messages print [error] instead of [warning]
John Turner
2025-09-09
fix meson build
John Turner
2025-09-09
install wordlist
John Turner
2025-09-09
implement sqlite storage backend
pluggable-storage
John Turner
2025-09-09
run meson in check.sh
John Turner
2025-09-09
create check.sh script
John Turner
2025-09-09
rewrite to support modular storage backends
John Turner
2025-09-07
return HTTPInternalServerError is checking for key fails
John Turner
2025-09-07
forgot to await self.database.exists
John Turner
2025-09-07
print warning when failing to find lexer
John Turner
2025-09-07
print a warning instead of an error when failing to find a style
John Turner
2025-09-07
check for error when checking if key exists in database
John Turner
2025-09-07
whitespace fixup
John Turner
[next]