Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-23 | Fix handling of bpaste urls. | Bo Ørsted Andresen | |
2019-06-12 | Version 2.29. | Rasmus Thomsen | |
2019-06-12 | License under MIT | Rasmus Thomsen | |
I decided for MIT instead of CC0/The Unlicense since MIT explicitly mentions that this software comes with NO WARRANTY | |||
2019-06-12 | Remove poundpython, make dpaste the default | Rasmus Thomsen | |
poundpython is no more :c | |||
2019-06-06 | Fix raw URLs with dpaste | Heiko Becker | |
2016-07-18 | Revert "change default service to gists" | Bo Ørsted Andresen | |
This reverts commit cc4f2d5f6318647bc6bd7f163aeb613324afc074. | |||
2016-07-18 | Don't quote empty parameter. | Bo Ørsted Andresen | |
2016-07-18 | Always tail. | Bo Ørsted Andresen | |
2016-07-18 | Merge pull request #4 from nvinson/bpaste | Bo Ørsted Andresen | |
Re-add bpaste.net | |||
2016-07-08 | Re-add poundpython | Nicholas Vinson | |
The poundpython paste service redirects http requests to https. However, the redirect strips the post data. This patch works around that problem by using the https URL directly. The function geturl() is also updated so that it returns at most one URL. | |||
2016-07-07 | Re-add bpaste.net | Nicholas Vinson | |
Bpaste service switched to https-only and to using pinnwand on the back-end instead of lodge-it. This patch makes the necessary changes to wgetpaste, so that it can upload to bpaste.net again. | |||
2016-06-07 | Merge pull request #3 from Keruspe/master | Bo Ørsted Andresen | |
Nuke poundpython, default to gists | |||
2016-06-03 | nuke poundpython: doesn't work anymore | Marc-Antoine Perennou | |
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||
2016-06-03 | change default service to gists | Marc-Antoine Perennou | |
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||
2016-03-08 | Version 2.27. | Bo Ørsted Andresen | |
2016-03-08 | Default to secret gists by setting PUBLIC_gists=false | Renato Alves | |
2015-02-06 | Ignore .git files in git archive. | Bo Ørsted Andresen | |
2015-02-06 | nuke ca: it's broken | Marc-Antoine Perennou | |
Change-Id: Icaeae7f15d72030dead465f7d63143c3dcbd59c9 Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||
2015-02-06 | nuke bpaste: it's broken | Marc-Antoine Perennou | |
Change-Id: If9fa1261dd65471d2ba6a8d13737339f119c44de Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||
2015-02-06 | make poundpython the default service | Marc-Antoine Perennou | |
Change-Id: Iffaa8abba9c83757f840ebd1d7c7b2ba84968027 Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||
2015-01-18 | Merge pull request #1 from Keruspe/master | Bo Ørsted Andresen | |
only print url to stdout | |||
2015-01-18 | only print url to stdout | Marc-Antoine Perennou | |
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||
2014-09-18 | Add .gitignore | Ingmar Vanhassel | |
2014-09-18 | Version . | Ingmar Vanhassel | |
2014-05-23 | Version 2.25. | Ingmar Vanhassel | |
2014-05-23 | compare_tolower already runs tolower on both arguments | Ingmar Vanhassel | |
2014-05-23 | Version 2.24. | Bo Ørsted Andresen | |
2014-05-23 | Fix instructions to rename configuration files | Ingmar Vanhassel | |
Please move /etc/wgetpaste to /etc/wgetpaste Please move /home/ingmar/.wgetpaste to /home/ingmar/.wgetpaste | |||
2014-05-23 | Fix RAW support for bpaste | Ingmar Vanhassel | |
2013-10-29 | Make comparison of languages and expirations case-insensitive. | Bo Ørsted Andresen | |
2013-09-24 | Version 2.23. | Bo Ørsted Andresen | |
2013-09-24 | Fix --raw for gists. | Bo Ørsted Andresen | |
2013-09-24 | Add information about new HEADER_ variable to --help | Timo Rothenpieler | |
2013-09-24 | Add HEADER_$SERVICE variable to pass an additional http header | Timo Rothenpieler | |
Usefull for example for github gists, where users can do the following in their configuration to paste as their github user: HEADER_gists="Authorization: token 1234abc56789..." | |||
2013-09-24 | Add new language 'Auto' to gists and set it as default | Timo Rothenpieler | |
This makes gist pick the language based on the original file extension | |||
2013-09-24 | Fix regex for gists, so it doesn't find userprofile urls when authenticated | Timo Rothenpieler | |
2013-09-24 | Version 2.22. | Bo Ørsted Andresen | |
2013-04-14 | Add new default service bpaste based on lodgeit. | Bo Ørsted Andresen | |
2013-04-14 | Update list of languages in lodgeit. | Bo Ørsted Andresen | |
This list contains the languages that are supported by both of bpaste.net and poundpython.paste.org. The latter has an outdated list (old pygments?) currently. | |||
2013-03-09 | Version 2.21. | Bo Ørsted Andresen | |
2013-03-09 | gists: Fix raw url. | Benedikt Morbach | |
With a trailing '/' at the end, gists returns an empty response for raw pastes. | |||
2012-05-05 | Version 2.20. | Bo Ørsted Andresen | |
2012-05-05 | osl needs a captcha and hence has become unusable for an automated script. | Bo Ørsted Andresen | |
2012-05-05 | Adding paste.pound-python.org (=lodgeit=paste.pocoo.org) | Krzysztof Wojciechowski | |
2012-04-29 | Version 2.19. | Bo Ørsted Andresen | |
2012-04-29 | paste.pocoo.org is dead. | Bo Ørsted Andresen | |
2012-04-29 | Add gists and make it the default. | Bo Ørsted Andresen | |
2010-08-06 | Version 2.18. | Bo Ørsted Andresen | |
2010-08-06 | now not reading from /dev/stdin (using cat instead) | Elias Gabriel Amaral da Silva | |
when one does sudo or su, /dev/stdin is owned by the parent user. so wgetpaste, inside su and receiving input from the tty, would be unable to read it. | |||
2010-05-20 | Version 2.17. | Bo Ørsted Andresen | |