Skip to content

Releases: PurritoBin/PurritoBin

PurritoBin 0.6.7

15 May 15:29
5e7b910
Compare
Choose a tag to compare

Add a simple online submitter, for both plain and encrypted pasting.

PurritoBin 0.6.6

09 May 13:08
5cf0ed0
Compare
Choose a tag to compare

Slight build system update to use has_header

PurritoBin 0.6.5

09 May 12:22
5554bf6
Compare
Choose a tag to compare
  • Reduce the default database size to 16MB.
  • Start using meson as the build system.

PurritoBin 0.6.4

08 May 01:18
3892b29
Compare
Choose a tag to compare

Allow infinite life for pastes with submission time 0.

Bug fix lmdbxx usage for OpenBSD

PurritoBin 0.6.3

01 May 14:42
e592c00
Compare
Choose a tag to compare

Relax permissions for others to read the paste. This is important for other processes to serve the paste file.

PurritoBin 0.6.2

01 May 01:48
9d54ed0
Compare
Choose a tag to compare

Documentation improvements.

PurritoBin 0.6.1

29 Apr 15:42
018edee
Compare
Choose a tag to compare

Bug fixes -

  • Removed setting default headers as it interferes with decryption.
  • Made dbi handler be properly destroyed on context loss.

PurritoBin 0.6.0

28 Apr 14:46
0455070
Compare
Choose a tag to compare

Adds new feature for autocleaning the pastes by using an LMDB timestamp database.
Users can submit to a suffixed URL for choosing an expiration time:

  • <domaint.tld>/day
  • <domaint.tld>/week
  • <domaint.tld>/month
  • <domaint.tld>/<time-in-minutes> such as <domain.tld>/300

A default time limit can be set with the -q default_time_limit option.

PurritoBin 0.5.2

11 Apr 02:03
3450c83
Compare
Choose a tag to compare

Bug fixes

  • Fix flock pledge for OpenBSD
  • Handle missing edge case for unlocking file wrapper

PurritoBin 0.5.1

10 Apr 22:01
3dadc96
Compare
Choose a tag to compare

Add a new -r max_retries option, which tries to generate a random slug multiple times, in case of small slug size and large concurrent pastes.