zeronet/plugins/OptionalManager
radfish ec6fd48b86 Bigfile: fix piece field bitmask to be used as bytearray consistently (#1982)
* Bigfile: make Piecefield array a bytearray

We want an array of characters. Py2 strings made sense to
use as an array of characters, but Py3 strings are different
and no longer a good choice.

* Bigfile: store bits as binary instead of char

* BigFile: rename to/from string -> to/from bytes

Since the type was changed to bytearray.
2019-04-16 15:14:19 +02:00
..
languages Update zh.json for more respect (#1867) 2019-01-22 11:00:17 +01:00
Test Change to Python3 coding style 2019-03-15 21:06:59 +01:00
__init__.py Change to Python3 coding style 2019-03-15 21:06:59 +01:00
ContentDbPlugin.py Disable all site serving using a global offline argument 2019-04-15 15:06:25 +02:00
OptionalManagerPlugin.py BEGIN / END no longer necessary as there is no autocommit in new db module 2019-03-16 02:18:53 +01:00
UiWebsocketPlugin.py Bigfile: fix piece field bitmask to be used as bytearray consistently (#1982) 2019-04-16 15:14:19 +02:00