ZeroNet/plugins
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
..
AnnounceLocal Use Msgpack module in BroadcastServer plugin 2019-03-16 02:09:27 +01:00
AnnounceShare Fix AnnounceShare backward compatibility 2019-03-16 03:44:01 +01:00
AnnounceZero Disable all site serving using a global offline argument 2019-04-15 15:06:25 +02:00
Bigfile Bigfile: fix piece field bitmask to be used as bytearray consistently (#1982) 2019-04-16 15:14:19 +02:00
Chart Always commit before Db VACUUM 2019-04-15 22:11:44 +02:00
ContentFilter Py3 compatibility of ContentFilter plugin 2019-03-16 02:20:32 +01:00
Cors Change to Python3 coding style 2019-03-15 21:06:59 +01:00
CryptMessage Add ECDSA actions to CryptMessage (#1984) 2019-04-15 22:55:01 +02:00
disabled-Bootstrapper Fix Bootstrapper plugin py3 compatibility 2019-04-15 22:15:42 +02:00
disabled-Dnschain Change to Python3 coding style 2019-03-15 21:06:59 +01:00
disabled-DonationMessage Change to Python3 coding style 2019-03-15 21:06:59 +01:00
disabled-Multiuser Rev4070, Fix Multiuser plugin import order, Run coverage before optional plugins 2019-04-15 22:54:17 +02:00
disabled-StemPort Change to Python3 coding style 2019-03-15 21:06:59 +01:00
disabled-UiPassword Py3 compatibility of UiPassword plugin 2019-03-16 02:23:46 +01:00
disabled-Zeroname-local Change to Python3 coding style 2019-03-15 21:06:59 +01:00
FilePack More detailed logging on archive open error 2019-03-29 02:27:26 +01:00
MergerSite Change to Python3 coding style 2019-03-15 21:06:59 +01:00
Newsfeed [setuptools packaging] access modules via imports (#1969) 2019-04-15 12:31:33 +02:00
OptionalManager Bigfile: fix piece field bitmask to be used as bytearray consistently (#1982) 2019-04-16 15:14:19 +02:00
PeerDb Fix peer loading 2019-03-18 03:37:05 +01:00
Sidebar Sidebar: rename media-globe/ to media_globe/ (#1973) 2019-04-16 11:34:55 +02:00
Stats [setuptools packaging] access modules via imports (#1969) 2019-04-15 12:31:33 +02:00
TranslateSite Always translate html files to avoid compatibility problems with brackets in url 2019-04-15 22:16:47 +02:00
Trayicon [setuptools packaging] access modules via imports (#1969) 2019-04-15 12:31:33 +02:00
UiConfig Change offline mode in /Config page 2019-04-15 15:12:08 +02:00
Zeroname ZeroName plugin Py3 compatibility 2019-03-16 02:27:26 +01:00
__init__.py PluginManager: get plugins path via import 2019-04-07 18:50:23 -04:00