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 14 days ago
- Respond with status 402 instead of 200 if Payment Required Simon Volpert 14 days ago
- Fix receiving address being generated twice on initial request Simon Volpert 18 days ago
- Add blanket unlock mode (single payment unlocks all content on site) Simon Volpert 21 days ago
- Add a few known alternatives to README Simon Volpert 24 days ago
- Update README Simon Volpert 24 days ago
- Increase the page refresh timeout to 10 seconds to reduce API strain Simon Volpert 24 days ago
- Replace block explorer settings with Fullstack.cash Simon Volpert 24 days ago
- Internalize request.html and move template.html to library directory root Simon Volpert 24 days ago
- Clean up detected payment amount in logging message Simon Volpert 25 days ago
- Preformat example URLs in README Simon Volpert 25 days ago
- Add pure-Python version of RIPEMD160 which is not available on some systems Simon Volpert 25 days ago
- Add a README and a LICENSE Simon Volpert 25 days ago
- Make the CSS selectors for the payment request template more explicit Simon Volpert 25 days ago
- Add a SystemD service file Simon Volpert 25 days ago
- Don't crash when setting up cleanup on non-UNIX systems Simon Volpert a month ago
- Implement file unlocking on receiving address balance change Simon Volpert a month ago
- Reword new cookie debug message Simon Volpert a month ago
- Generate a QR code with the payment request URI Simon Volpert a month ago
- Stop processing the template as soon as it was patched Simon Volpert a month ago
- Add another debug logging statement Simon Volpert a month ago
- Clean up database connection on all kinds of exit Simon Volpert a month ago
- Update .gitignore with changed state files Simon Volpert a month ago
- Don't trust the cookie value the user is sending us, use a hash instead Simon Volpert a month ago
- Replace state management with SQLite3, which simplifies it tremendously Simon Volpert a month ago
- Add general instructions to the config file sample Simon Volpert a month ago
- Add .gitignore to exclude transient and state files from source control Simon Volpert a month ago
- Add more configuration file processing and a configuration file sample Simon Volpert a month ago
- Add stub for receiving address generation Simon Volpert a month ago
- Replace string formatting with safer templating in payment request template Simon Volpert a month ago