index
:
pypaste
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
18 hours
add extra not check for sqlite.exists
John Turner
18 hours
make sure keys are unique
John Turner
20 hours
update openrc service files
John Turner
20 hours
remove bin directory
John Turner
20 hours
add test_client_zen.py
John Turner
21 hours
add test_sqlite_storage.py
John Turner
21 hours
fix unused import
John Turner
22 hours
use foreach loop to create meson test targets
John Turner
22 hours
add test_server.py
John Turner
22 hours
print start status after pypaste is fully setup
John Turner
2 days
dont return if command returns non-zero
John Turner
3 days
pass --command directly into subprocess.run using shell=True
John Turner
3 days
check subcommand status code and print its stderr on failure
John Turner
8 days
rewrite pypaste client
John Turner
8 days
print errors to sys.stderr
John Turner
8 days
make paste service API take str instead of io.BytesIO
John Turner
8 days
make sure to check every py file with flake8
John Turner
8 days
fix lints
John Turner
10 days
fix unused variable lint
plugable-clients
John Turner
10 days
rewrite meson.build file to handle installing just the client or server
John Turner
10 days
impl client backend for pgz
John Turner
10 days
pass stdin.buffer directly to paste method, and catch errors
John Turner
10 days
implement basic client
John Turner
11 days
make syntax parameter in url take priority over saved syntax setting
John Turner
11 days
remember the syntax value if it was set during upload
John Turner
11 days
print install tree after running check.sh
John Turner
11 days
make error messages print [error] instead of [warning]
John Turner
12 days
fix meson build
John Turner
12 days
install wordlist
John Turner
12 days
implement sqlite storage backend
pluggable-storage
John Turner
12 days
run meson in check.sh
John Turner
12 days
create check.sh script
John Turner
12 days
rewrite to support modular storage backends
John Turner
13 days
return HTTPInternalServerError is checking for key fails
John Turner
13 days
forgot to await self.database.exists
John Turner
13 days
print warning when failing to find lexer
John Turner
13 days
print a warning instead of an error when failing to find a style
John Turner
14 days
check for error when checking if key exists in database
John Turner
14 days
whitespace fixup
John Turner
14 days
only delete pastes from database when delete returns 200
John Turner
14 days
add GPL-3 boilerplate to top of all files
John Turner
14 days
split app logic out of __main__.py
John Turner
14 days
move logging functions into __init__.py
John Turner
14 days
use log_error in pygmentize
John Turner
14 days
add types to logging functions
John Turner
14 days
fix type error in pygmentize
John Turner
14 days
put database.py back in the top level package dir
John Turner
14 days
add database module to meson sources
John Turner
14 days
fix imports
John Turner
2025-09-07
disable aiohttp logging
John Turner
[next]