summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-06Fix bpaste.sh to handle lowercase Location: headerHEADmasterYorhel1-4/+7
2020-03-29Fix serving of static assets in embedded HTTP server modeYorhel1-1/+1
2018-01-21bpaste.sh: Fix handling of relative redirectsYorhel1-2/+6
2017-12-28More fixes for changes to TUWF::XMLYorhel1-21/+21
2017-12-28Two fixes for the new TUWF versionYorhel1-2/+2
2017-12-16Update README & COPYINGYorhel2-7/+6
2017-12-16Switch to HTML5 + use new TUWF::XML fancynessYorhel1-194/+191
2017-12-15Make use of latest TUWF fancyness + fix syntax path for vim 8Yorhel1-135/+107
2016-07-02bpaste.sh: Also fix VERSIONYorhel1-1/+1
2016-07-02bpaste.sh: Fix inversion of the -c optionYorhel1-2/+5
2016-06-21Remove 'long url' option and use secure-but-not-that-long URLsYorhel3-49/+38
2016-06-21Add IP-based throttling of invalid paste codes and passcodesYorhel1-3/+60
2016-05-28Add "copy" button to pastesYorhel2-14/+27
2016-05-28Add pagination to "my pastes" listingYorhel2-6/+18
2016-05-28Add link to source codeYorhel1-1/+6
2016-05-25Cache syntax counts + add index to passcodeYorhel1-3/+15
2016-05-25Detach FCGI filehandles around Text::VimColorYorhel1-0/+4
2016-05-24Switch to sqliteYorhel2-45/+37
2016-02-14Replace bpaste cli script with shell version to support HTTPS and -lYorhel3-129/+87
2014-10-16Exclude secure codes with weird char at start or endYorhel1-0/+3
2014-01-10s/Formatting/Options/; Secure URL is not formattingYorhel1-1/+1
2014-01-10Use /dev/urandom for URL generation + add option for long/secure URLsYorhel3-21/+47
2012-10-15README updatesYorhel1-38/+16
2012-10-15s/nopaste/pastebin/gYorhel1-2/+2
2012-10-15Minor CSS fixYorhel1-1/+2
2012-10-14Improve handling duplicate generated codes when pastingYorhel1-14/+40
2012-10-14Also consider [..]/vim/vimfiles/syntax/* for syntax filesYorhel1-2/+2
2011-01-31Don't rely on any specific version of vim to be installedYorhel2-3/+2
2011-01-31Rewrote index.cgi to use TUWFYorhel3-236/+329
2010-12-23Fixed posting bug caused by previous commitYorhel1-1/+1
2010-12-23Stopped storing IPs and removed the ip columnYorhel1-3/+4
2010-11-06README: Added Apache configuration exampleYorhel1-0/+18
2010-11-05Added paste size to mypastes listingYorhel2-3/+9
2010-10-17Mostly rewrote bpaste.pl with the newer featuresYorhel2-25/+89
2010-10-16Properly escape preview column on mypastesYorhel1-2/+2
2010-10-16Also detect syntax highlighting for vim 7.3Yorhel2-2/+5
2010-10-16Greatly improved accuracy of URL-to-link conversionYorhel1-13/+33
2010-10-12Added README and license informationYorhel2-0/+64
2010-10-12Removed password from index.cgiYorhel1-2/+1
2010-10-11Properly open correct promptPass box when one is already open.Yorhel1-3/+7
2010-10-11Load formatting defaults after savingYorhel1-4/+2
2010-10-10Added save-as-default-option for formatting preferences.Yorhel3-1/+46
2010-10-10Added mypastes link to view.Yorhel1-1/+1
2010-10-10Some improvements with the make-urls-clickable-feaure.Yorhel2-1/+3
2010-10-10Added mypastes link to msg and my pastes.Yorhel1-5/+5
2010-10-10Added message to the mypastelist when no pastes match the passcode.Yorhel1-1/+3
2010-10-08Fixed bug when pasting something without passcode.Yorhel1-1/+1
2010-10-08Restyled the mypastes page.Yorhel2-5/+15
2010-10-08Readded mypastes featureYorhel3-34/+51
2010-10-08Replaced some annoying getElementById calls.Yorhel1-5/+9