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
24 hours
dont return if command returns non-zero
HEAD
master
John Turner
2 days
pass --command directly into subprocess.run using shell=True
John Turner
2 days
check subcommand status code and print its stderr on failure
John Turner
7 days
rewrite pypaste client
John Turner
7 days
print errors to sys.stderr
John Turner
7 days
make paste service API take str instead of io.BytesIO
John Turner
7 days
make sure to check every py file with flake8
John Turner
7 days
fix lints
John Turner
9 days
fix unused variable lint
plugable-clients
John Turner
9 days
rewrite meson.build file to handle installing just the client or server
John Turner
9 days
impl client backend for pgz
John Turner
9 days
pass stdin.buffer directly to paste method, and catch errors
John Turner
9 days
implement basic client
John Turner
10 days
make syntax parameter in url take priority over saved syntax setting
John Turner
10 days
remember the syntax value if it was set during upload
John Turner
10 days
print install tree after running check.sh
John Turner
10 days
make error messages print [error] instead of [warning]
John Turner
10 days
fix meson build
John Turner
10 days
install wordlist
John Turner
10 days
implement sqlite storage backend
pluggable-storage
John Turner
10 days
run meson in check.sh
John Turner
10 days
create check.sh script
John Turner
10 days
rewrite to support modular storage backends
John Turner
12 days
return HTTPInternalServerError is checking for key fails
John Turner
12 days
forgot to await self.database.exists
John Turner
12 days
print warning when failing to find lexer
John Turner
12 days
print a warning instead of an error when failing to find a style
John Turner
12 days
check for error when checking if key exists in database
John Turner
12 days
whitespace fixup
John Turner
12 days
only delete pastes from database when delete returns 200
John Turner
12 days
add GPL-3 boilerplate to top of all files
John Turner
12 days
split app logic out of __main__.py
John Turner
12 days
move logging functions into __init__.py
John Turner
12 days
use log_error in pygmentize
John Turner
12 days
add types to logging functions
John Turner
12 days
fix type error in pygmentize
John Turner
12 days
put database.py back in the top level package dir
John Turner
12 days
add database module to meson sources
John Turner
13 days
fix imports
John Turner
13 days
disable aiohttp logging
John Turner
13 days
fixup
John Turner
13 days
create database module
John Turner
13 days
add logging
John Turner
13 days
add aiohttp as dependency in meson.build
John Turner
13 days
remove aiosqlite
John Turner
13 days
do not prepend "https://" to generated links
John Turner
13 days
create __init__.py
John Turner
14 days
setup unix socket manually, and allow changing the permissions on it
John Turner
2025-09-05
update openrc service script and conf
John Turner
2025-09-05
preserve path when installing py source files
John Turner
[next]