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
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
11 days
fix meson build
John Turner
11 days
install wordlist
John Turner
11 days
implement sqlite storage backend
pluggable-storage
John Turner
11 days
run meson in check.sh
John Turner
11 days
create check.sh script
John Turner
11 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
13 days
check for error when checking if key exists in database
John Turner
13 days
whitespace fixup
John Turner
13 days
only delete pastes from database when delete returns 200
John Turner
13 days
add GPL-3 boilerplate to top of all files
John Turner
13 days
split app logic out of __main__.py
John Turner
13 days
move logging functions into __init__.py
John Turner
13 days
use log_error in pygmentize
John Turner
13 days
add types to logging functions
John Turner
13 days
fix type error in pygmentize
John Turner
13 days
put database.py back in the top level package dir
John Turner
13 days
add database module to meson sources
John Turner
13 days
fix imports
John Turner
14 days
disable aiohttp logging
John Turner
14 days
fixup
John Turner
14 days
create database module
John Turner
14 days
add logging
John Turner
14 days
add aiohttp as dependency in meson.build
John Turner
14 days
remove aiosqlite
John Turner
14 days
do not prepend "https://" to generated links
John Turner
14 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
2025-09-05
install sources with meson
John Turner
2025-09-05
create script to launch pypaste from /usr/bin
John Turner
2025-09-05
add openrc service and conf files
John Turner
2025-09-05
rename to pypaste
John Turner
2025-09-05
add Content-Length header to delete request
John Turner
2025-09-05
log failure or success when deleting objects
John Turner
2025-09-05
fixup sql syntax error
John Turner
2025-09-05
port to aiosqlite
John Turner
[next]