Tree @master (Download .tar.gz)
History of
httpay
@master
git clone https://simonvolpert.com/httpay/
- Refuse to process anything except GET and HEAD requests Simon Volpert 3 months ago
- Respond with status 402 instead of 200 if Payment Required Simon Volpert 3 months ago
- Fix receiving address being generated twice on initial request Simon Volpert 3 months ago
- Add blanket unlock mode (single payment unlocks all content on site) Simon Volpert 3 months ago
- Increase the page refresh timeout to 10 seconds to reduce API strain Simon Volpert 3 months ago
- Replace block explorer settings with Fullstack.cash Simon Volpert 3 months ago
- Internalize request.html and move template.html to library directory root Simon Volpert 3 months ago
- Clean up detected payment amount in logging message Simon Volpert 3 months ago
- Add a README and a LICENSE Simon Volpert 3 months ago
- Add a SystemD service file Simon Volpert 3 months ago
- Don't crash when setting up cleanup on non-UNIX systems Simon Volpert 3 months ago
- Implement file unlocking on receiving address balance change Simon Volpert 3 months ago
- Reword new cookie debug message Simon Volpert 3 months ago
- Generate a QR code with the payment request URI Simon Volpert 3 months ago
- Stop processing the template as soon as it was patched Simon Volpert 3 months ago
- Add another debug logging statement Simon Volpert 3 months ago
- Clean up database connection on all kinds of exit Simon Volpert 3 months ago
- Don't trust the cookie value the user is sending us, use a hash instead Simon Volpert 3 months ago
- Replace state management with SQLite3, which simplifies it tremendously Simon Volpert 3 months ago
- Add more configuration file processing and a configuration file sample Simon Volpert 3 months ago
- Add stub for receiving address generation Simon Volpert 3 months ago
- Replace string formatting with safer templating in payment request template Simon Volpert 3 months ago
- Add payment request page stub Simon Volpert 3 months ago
- Refactor unlock checking and file loading Simon Volpert 3 months ago
- Refactor page serving code Simon Volpert 3 months ago
- Refactor os.path operations to pathlib operations Simon Volpert 3 months ago
- Partially implement file serving middleware Simon Volpert 4 months ago