1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
Go to file
2012-04-30 03:15:11 +07:00
libs Prevent privilege loading faillure from breaking the code in maxos 2012-04-29 17:10:07 +07:00
src Added upload file button (HTML5) 2012-04-29 22:36:26 +07:00
static Generic message system 2012-04-30 03:15:11 +07:00
views Generic message system 2012-04-30 03:15:11 +07:00
__init__.py Paste is saved 2012-04-25 01:15:38 +07:00
.gitignore Project bootstrap 2012-04-24 17:22:59 +07:00
README.md Paste is saved 2012-04-25 01:15:38 +07:00
settings.py Generic message system 2012-04-30 03:15:11 +07:00
start.py Added paste size limitation 2012-04-30 01:10:04 +07:00

0bin

encrypted pastebin

What does 0bin not implement?

  • Request throttling. It would be ineficient to do it at the app level, and web servers have rebust implementation.
  • Compression. Modern browsers and servers communicate gzipped content so it would be redondant.