summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-06nuke bpaste: it's brokenMarc-Antoine Perennou
Change-Id: If9fa1261dd65471d2ba6a8d13737339f119c44de Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2015-02-06make poundpython the default serviceMarc-Antoine Perennou
Change-Id: Iffaa8abba9c83757f840ebd1d7c7b2ba84968027 Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2015-01-18Merge pull request #1 from Keruspe/masterBo Ørsted Andresen
only print url to stdout
2015-01-18only print url to stdoutMarc-Antoine Perennou
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2014-09-18Add .gitignoreIngmar Vanhassel
2014-09-18Version .Ingmar Vanhassel
2014-05-23Version 2.25.Ingmar Vanhassel
2014-05-23compare_tolower already runs tolower on both argumentsIngmar Vanhassel
2014-05-23Version 2.24.Bo Ørsted Andresen
2014-05-23Fix instructions to rename configuration filesIngmar Vanhassel
Please move /etc/wgetpaste to /etc/wgetpaste Please move /home/ingmar/.wgetpaste to /home/ingmar/.wgetpaste
2014-05-23Fix RAW support for bpasteIngmar Vanhassel
2013-10-29Make comparison of languages and expirations case-insensitive.Bo Ørsted Andresen
2013-09-24Version 2.23.Bo Ørsted Andresen
2013-09-24Fix --raw for gists.Bo Ørsted Andresen
2013-09-24Add information about new HEADER_ variable to --helpTimo Rothenpieler
2013-09-24Add HEADER_$SERVICE variable to pass an additional http headerTimo 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-24Add new language 'Auto' to gists and set it as defaultTimo Rothenpieler
This makes gist pick the language based on the original file extension
2013-09-24Fix regex for gists, so it doesn't find userprofile urls when authenticatedTimo Rothenpieler
2013-09-24Version 2.22.Bo Ørsted Andresen
2013-04-14Add new default service bpaste based on lodgeit.Bo Ørsted Andresen
2013-04-14Update 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-09Version 2.21.Bo Ørsted Andresen
2013-03-09gists: Fix raw url.Benedikt Morbach
With a trailing '/' at the end, gists returns an empty response for raw pastes.
2012-05-05Version 2.20.Bo Ørsted Andresen
2012-05-05osl needs a captcha and hence has become unusable for an automated script.Bo Ørsted Andresen
2012-05-05Adding paste.pound-python.org (=lodgeit=paste.pocoo.org)Krzysztof Wojciechowski
2012-04-29Version 2.19.Bo Ørsted Andresen
2012-04-29paste.pocoo.org is dead.Bo Ørsted Andresen
2012-04-29Add gists and make it the default.Bo Ørsted Andresen
2010-08-06Version 2.18.Bo Ørsted Andresen
2010-08-06now 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-20Version 2.17.Bo Ørsted Andresen
2010-05-20DEFAULT_SERVICE_${SERVICE} does not existElias Pipping
2009-12-18Version 2.16.Bo Ørsted Andresen
2009-12-18Pretend to have added raw support for tinyurl.Bo Ørsted Andresen
To make it not barf if someone sets RAW=0 in his configs.
2009-12-18Add --raw support for codepad.Bo Ørsted Andresen
2009-12-18Really fix tinyurl.Bo Ørsted Andresen
2009-12-18Version 2.15.Bo Ørsted Andresen
2009-12-18Add support for http://paste.pocoo.org/. Make it the default service.Bo Ørsted Andresen
2009-12-16Add support for codepad.org (patch submitted by Robert Djubek ↵Bo Ørsted Andresen
<rodjubek@yahoo.com>).
2009-12-16Add size limit for dpaste.Bo Ørsted Andresen
2009-12-16Fix tinyurl handling so it uses the api. Make it require exactly one ↵Bo Ørsted Andresen
argument as --help suggests. The API is described at: http://www.scripting.com/stories/2007/06/27/tinyurlHasAnApi.html
2009-12-16Indent section one tab.Bo Ørsted Andresen
2009-12-16Move getrecipient.Bo Ørsted Andresen
2009-09-29Version 2.14.Bo Ørsted Andresen
2009-09-22As pointed out by Robert Djubek <rodjubek@yahoo.com> rafb.net/paste has been ↵Bo Ørsted Andresen
discontinued - May 25, 2009.
2009-09-22Put wgetpaste in the public domain as requested by Nicolas Vigier ↵Bo Ørsted Andresen
<nvigier@mandriva.com>. Fix copyright header.
2009-05-27Version 2.13.Bo Ørsted Andresen
2009-05-27Add zsh completionIngmar Vanhassel
2009-01-28Add a --completions option for --list-*.Bo Ørsted Andresen