summaryrefslogtreecommitdiff
path: root/cpaste
AgeCommit message (Expand)AuthorFilesLines
2021-07-29main: Fix attaching imagesHEADmasterAndreas Schneider1-3/+2
2021-07-29main: Fix passing paste_opendiscussionAndreas Schneider1-3/+4
2021-07-29guess_lang_formatter: Fix exceptsAndreas Schneider1-3/+4
2021-07-29base58_encode: Rename l to xAndreas Schneider1-4/+4
2021-07-29Define argument of base58_encode as bytesAndreas Schneider1-4/+1
2021-07-29Fix formatting complaints by pycodestyleAndreas Schneider1-8/+26
2019-07-19Follow the code for paste burningAndreas Schneider1-1/+1
2019-07-12Add file upload support (attachments)Andreas Schneider1-12/+46
2019-07-11Create a function for sending a pasteAndreas Schneider1-52/+77
2019-07-11Support v2 paste formatAndreas Schneider1-78/+103
2019-07-11Fix lang detectionAndreas Schneider1-2/+1
2019-07-11Remove unused tabulate()Andreas Schneider1-11/+0
2019-07-10Add base58_encode()Andreas Schneider1-0/+25
2017-03-09Compress plaintextAndreas Schneider1-4/+2
2017-02-22Avoid some traces and output better informationAndreas Schneider1-4/+12
2017-02-22Refactor code to use functionsAndreas Schneider1-111/+106
2017-02-21Add PrivateBin AES encryptionAndreas Schneider1-30/+102
2017-02-16cpaste: Start supporting PrivateBinAndreas Schneider1-54/+87
2016-11-30cpaste: Use python3Andreas Schneider1-13/+13
2014-08-20Fix specifying lang.Andreas Schneider1-1/+1
2014-08-18Simplify if-clauses for lang detection.Andreas Schneider1-10/+9
2014-08-18Add checks for valid language optionScott Bahling1-0/+40
2014-08-18Add language guessingScott Bahling1-5/+37
2014-04-07Change the expire option to use minutes instead of seconds and default to 1 dayStefan Assmann1-2/+5
2014-02-27Fix expiration value.Andreas Schneider1-2/+2
2013-10-02Put the paste url into a variable and use https.Andreas Schneider1-4/+8
2013-10-02Add --expire option.Andreas Schneider1-1/+4
2013-10-02Fix help message of --private option.Andreas Schneider1-1/+1
2013-10-02Initial commit.Andreas Schneider1-0/+76