Tree @master (Download .tar.gz)
Commit History
@master
git clone https://simonvolpert.com/httpay/
- Refuse to process anything except GET and HEAD requests Simon Volpert 2 months ago
- Respond with status 402 instead of 200 if Payment Required Simon Volpert 2 months ago
- Fix receiving address being generated twice on initial request Simon Volpert 2 months ago
- Add blanket unlock mode (single payment unlocks all content on site) Simon Volpert 2 months ago
- Add a few known alternatives to README Simon Volpert 2 months ago
- Update README Simon Volpert 2 months ago
- Increase the page refresh timeout to 10 seconds to reduce API strain Simon Volpert 2 months ago
- Replace block explorer settings with Fullstack.cash Simon Volpert 2 months ago
- Internalize request.html and move template.html to library directory root Simon Volpert 2 months ago
- Clean up detected payment amount in logging message Simon Volpert 2 months ago
- Preformat example URLs in README Simon Volpert 2 months ago
- Add pure-Python version of RIPEMD160 which is not available on some systems Simon Volpert 2 months ago
- Add a README and a LICENSE Simon Volpert 2 months ago
- Make the CSS selectors for the payment request template more explicit Simon Volpert 2 months ago
- Add a SystemD service file Simon Volpert 2 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
- Update .gitignore with changed state files 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 general instructions to the config file sample Simon Volpert 3 months ago
- Add .gitignore to exclude transient and state files from source control 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