Results 238 comments of El RIDO

rawdeflate / rawinflate libraries are used since the beginning in ZeroBin to compress data before it is encrypted. Hence, this is already implemented.

Actually we already implemented this [as a configurable option](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#trafficlimit) about [a year ago](https://github.com/PrivateBin/PrivateBin/commit/47efedf23cc45bb2425a183bcc1ac998380c45c4).

AFAIK currently the vizhash is based on IP and server salt only. So by this design you get the same vizhash on the same server for the same IP (NATed...

The comments are sent via Javascript, so you need to add your new input field content [around here](https://github.com/sebsauvage/ZeroBin/blob/master/js/zerobin.js#L299). Maybe also add a check in the PHP side if the content...

About the JSON errors: JS is very finicky about empty values, i.e. caused by a comma to much at the end of the JSON object.

I merged your commit into the [fork](https://github.com/elrido/ZeroBin/commit/0997520c1dd0aabe43484d93e6b3bef6639fa199), optimizing the images a bit. Thanks!

Can you recreate this issue in 0.22, i.e. at [snip](https://snip.dssr.ch/)? If you yes, please send a link and I'll look how it can be addressed in that version.

Thanks for mentioning our fork. We do already support this mode of installation and have [documented this in the installation guide](https://github.com/elrido/ZeroBin/wiki/Installation#changing-the-path). I.e. [snip.dssr.ch](https://snip.dssr.ch/) is set up like this.

Can reproduce this in 0.19, it is fixed as of [0.20](https://github.com/elrido/ZeroBin/releases). Note that when you display the raw text, reloading does not actually do any server calls. But when you...

Ok, lets do it! I finally updated my fork to be compatible with the 0.19 release of Seb and created some documentation at https://github.com/elrido/ZeroBin/wiki/Development. I'll be taking your issues, ideas...