summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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 <rodjubek@yahoo...Bo Ørsted Andresen
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 argument...Bo Ørsted Andresen
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
2009-09-22Put wgetpaste in the public domain as requested by Nicolas Vigier <nvigier@ma...Bo Ørsted Andresen
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
2009-01-28Use one x_paste() function for --xpaste and --xclippaste.Bo Ørsted Andresen
2008-11-07Make --list-languages and --list-expirations exit with error when the specifi...Bo Ørsted Andresen
2008-11-06Better die message.Bo Ørsted Andresen
2008-11-06dpaste fails when the description is over 50 bytes.Bo Ørsted Andresen
2008-11-06Version 2.12.Bo Ørsted Andresen
2008-11-06Add dpaste.com and make it the default now that rafb no longer supports raw p...Bo Ørsted Andresen
2008-11-06Escape semicolons. Allow empty language or expiration values via a '%'.Bo Ørsted Andresen
2008-11-06Add grid in showservices.Bo Ørsted Andresen
2008-11-06rafb.net/paste no longer support raw pastes.Bo Ørsted Andresen
2008-09-03Add compatibility code for old config locations.Bo Ørsted Andresen
2008-09-03Use *.conf files rather than plain wgetpaste files and *.bash.Bo Ørsted Andresen
2008-09-03Add -C, --xclippaste option to paste to clipboard selection buffer. Make -X, ...Bo Ørsted Andresen
2008-04-09Fix VERSION.Bo Ørsted Andresen
2008-04-09Tagging wgetpaste-2.11.Bo Ørsted Andresen
2008-03-28Thanks to Daniel Pielmeier for reporting the problem caused by this typo.Bo Ørsted Andresen
2008-01-23emacs people are weird (see bug #207052).Bo Ørsted Andresen
2008-01-02Use more portable regular expressions for sed.Bo Ørsted Andresen
2007-11-27Don't inherit LANGUAGE from the env.Bo Ørsted Andresen
2007-11-13Fix size warnings that contain spaces.Bo Ørsted Andresen
2007-10-23Use /usr/bin/env to find bash.Bo Ørsted Andresen
2007-10-23Switch back to % instead of ¤. The change wasn't necessary. % just needed to...Bo Ørsted Andresen
2007-10-23Use ¤ instead of % since the % is special in bash before 3.2. Revert r205 to...Bo Ørsted Andresen
2007-10-09Use a+=("...") instead of the weird a[${#a[*]}]="..." to add elements to arrays.Bo Ørsted Andresen
2007-09-23Improve error messages from converttoraw().Bo Ørsted Andresen
2007-09-20Move shift calls out of the case; ..; esac. Make sure --tee doesn't affect wh...Bo Ørsted Andresen
2007-09-20noargument() -> requiredarg().Bo Ørsted Andresen
2007-09-19Remove the sh service since apparently it no longer works with wget (only wit...Bo Ørsted Andresen