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
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
2025-09-05
import s3 with relative import
John Turner
2025-09-05
add bozo4 to module requirements
John Turner
2025-09-05
rewrite using aiohttp
John Turner
2025-08-31
create meson.build
John Turner
2025-08-31
init
John Turner