summaryrefslogtreecommitdiff
path: root/index.cgi
AgeCommit message (Expand)AuthorFilesLines
2016-06-21Remove 'long url' option and use secure-but-not-that-long URLsYorhel1-37/+29
2016-06-21Add IP-based throttling of invalid paste codes and passcodesYorhel1-3/+60
2016-05-28Add "copy" button to pastesYorhel1-7/+16
2016-05-28Add pagination to "my pastes" listingYorhel1-6/+15
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 sqliteYorhel1-31/+28
2016-02-14Replace bpaste cli script with shell version to support HTTPS and -lYorhel1-1/+1
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 URLsYorhel1-13/+36
2012-10-15s/nopaste/pastebin/gYorhel1-2/+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 installedYorhel1-2/+1
2011-01-31Rewrote index.cgi to use TUWFYorhel1-226/+319
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-05Added paste size to mypastes listingYorhel1-3/+8
2010-10-17Mostly rewrote bpaste.pl with the newer featuresYorhel1-1/+1
2010-10-16Properly escape preview column on mypastesYorhel1-2/+2
2010-10-16Also detect syntax highlighting for vim 7.3Yorhel1-1/+4
2010-10-16Greatly improved accuracy of URL-to-link conversionYorhel1-13/+33
2010-10-12Removed password from index.cgiYorhel1-2/+1
2010-10-10Added save-as-default-option for formatting preferences.Yorhel1-0/+1
2010-10-10Added mypastes link to view.Yorhel1-1/+1
2010-10-10Some improvements with the make-urls-clickable-feaure.Yorhel1-1/+2
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.Yorhel1-4/+6
2010-10-08Readded mypastes featureYorhel1-22/+27
2010-10-08Added unpaste by passcode feature.Yorhel1-8/+10
2010-10-08Split javascript into separate fileYorhel1-27/+1
2010-10-07Added save-passcode-on-my-computer-option.Yorhel1-5/+25
2010-10-07Added passcode input field and database column.Yorhel1-3/+13
2010-10-07Some more formatting changes on the home pageYorhel1-6/+9
2010-10-05Stylish error messagesYorhel1-8/+16
2010-10-05Abstracted layout linksYorhel1-36/+35
2010-10-05Some more formatting improvementsYorhel1-2/+6
2010-10-05added clickable url featureYorhel1-4/+8
2010-10-05only load Text::VimColor when necessaryYorhel1-2/+2
2010-10-04Playing around with form layoutYorhel1-11/+12
2010-10-04Splitting css into separate fileYorhel1-38/+1
2010-10-04n'th initial versionYorhel1-0/+283