Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-05-20 | DEFAULT_SERVICE_${SERVICE} does not exist | Elias Pipping | |
2009-12-18 | Version 2.16. | Bo Ørsted Andresen | |
2009-12-18 | Pretend 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-18 | Add --raw support for codepad. | Bo Ørsted Andresen | |
2009-12-18 | Really fix tinyurl. | Bo Ørsted Andresen | |
2009-12-18 | Version 2.15. | Bo Ørsted Andresen | |
2009-12-18 | Add support for http://paste.pocoo.org/. Make it the default service. | Bo Ørsted Andresen | |
2009-12-16 | Add support for codepad.org (patch submitted by Robert Djubek ↵ | Bo Ørsted Andresen | |
<rodjubek@yahoo.com>). | |||
2009-12-16 | Add size limit for dpaste. | Bo Ørsted Andresen | |
2009-12-16 | Fix 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-16 | Indent section one tab. | Bo Ørsted Andresen | |
2009-12-16 | Move getrecipient. | Bo Ørsted Andresen | |
2009-09-29 | Version 2.14. | Bo Ørsted Andresen | |
2009-09-22 | As pointed out by Robert Djubek <rodjubek@yahoo.com> rafb.net/paste has been ↵ | Bo Ørsted Andresen | |
discontinued - May 25, 2009. | |||
2009-09-22 | Put wgetpaste in the public domain as requested by Nicolas Vigier ↵ | Bo Ørsted Andresen | |
<nvigier@mandriva.com>. Fix copyright header. | |||
2009-05-27 | Version 2.13. | Bo Ørsted Andresen | |
2009-05-27 | Add zsh completion | Ingmar Vanhassel | |
2009-01-28 | Add a --completions option for --list-*. | Bo Ørsted Andresen | |
2009-01-28 | Use one x_paste() function for --xpaste and --xclippaste. | Bo Ørsted Andresen | |
Plus a few minor tweaks. | |||
2008-11-07 | Make --list-languages and --list-expirations exit with error when the ↵ | Bo Ørsted Andresen | |
specified pastebin has no support for them. | |||
2008-11-06 | Better die message. | Bo Ørsted Andresen | |
2008-11-06 | dpaste fails when the description is over 50 bytes. | Bo Ørsted Andresen | |
2008-11-06 | Version 2.12. | Bo Ørsted Andresen | |
2008-11-06 | Add dpaste.com and make it the default now that rafb no longer supports raw ↵ | Bo Ørsted Andresen | |
pastes. | |||
2008-11-06 | Escape semicolons. Allow empty language or expiration values via a '%'. | Bo Ørsted Andresen | |
2008-11-06 | Add grid in showservices. | Bo Ørsted Andresen | |
2008-11-06 | rafb.net/paste no longer support raw pastes. | Bo Ørsted Andresen | |
2008-09-03 | Add compatibility code for old config locations. | Bo Ørsted Andresen | |
2008-09-03 | Use *.conf files rather than plain wgetpaste files and *.bash. | Bo Ørsted Andresen | |
2008-09-03 | Add -C, --xclippaste option to paste to clipboard selection buffer. Make -X, ↵ | Bo Ørsted Andresen | |
--xpaste explicitly paste to primary selection buffer. Use echo -n to avoid adding a trailing \n when pasting. Thanks to Jesús Guerrero for providing this patch. | |||
2008-04-09 | Fix VERSION. | Bo Ørsted Andresen | |
2008-04-09 | Tagging wgetpaste-2.11. | Bo Ørsted Andresen | |
2008-03-28 | Thanks to Daniel Pielmeier for reporting the problem caused by this typo. | Bo Ørsted Andresen | |
2008-01-23 | emacs people are weird (see bug #207052). | Bo Ørsted Andresen | |
2008-01-02 | Use more portable regular expressions for sed. | Bo Ørsted Andresen | |
2007-11-27 | Don't inherit LANGUAGE from the env. | Bo Ørsted Andresen | |