no longer officially maintained
This commit is contained in:
caryoscelus 2023-07-02 03:46:37 +00:00
parent 053eb8e7d6
commit f966a4203f
3 changed files with 14 additions and 5 deletions

View file

@ -1,5 +1,7 @@
### zeronet-conservancy 0.7.8.1+ ### zeronet-conservancy 0.7.9+
maintainers: @caryoscelus
### zeronet-conservancy 0.7.9 (2023-07-02)
maintainers: @caryoscelus -> none
- update README (build/dev instructions; thanks to @fgaz) - update README (build/dev instructions; thanks to @fgaz)
- better debugging of update non-propagation - better debugging of update non-propagation
- sec update of msgpck dependency (@chncaption) - sec update of msgpck dependency (@chncaption)
@ -7,6 +9,7 @@ maintainers: @caryoscelus
- improvement in imports and naming (@caryoscelus) - improvement in imports and naming (@caryoscelus)
- siteSign accepts absolute paths as well as paths relative to working directory (@caryoscelus) - siteSign accepts absolute paths as well as paths relative to working directory (@caryoscelus)
- updated trackers from Syncronite by @Styromaniac - updated trackers from Syncronite by @Styromaniac
- no longer officially maintained
### zeronet-conservancy 0.7.8.1 (2022-11-28) (0054eca9df0c9c8c2f4a78) ### zeronet-conservancy 0.7.8.1 (2022-11-28) (0054eca9df0c9c8c2f4a78)
maintainers: @caryoscelus maintainers: @caryoscelus

View file

@ -10,6 +10,12 @@ zeronet-conservancy is a fork/continuation of [ZeroNet](https://github.com/Hello
(that has been abandoned by its creator) that is dedicated to sustaining existing p2p network and developing (that has been abandoned by its creator) that is dedicated to sustaining existing p2p network and developing
its values of decentralization and freedom, while gradually switching to a better designed network its values of decentralization and freedom, while gradually switching to a better designed network
## No active maintainer warning
This fork was created and maintained by @caryoscelus, but due to vanishing interest and in order to avoid having
another one-person project, they stepped down. This means there currently is no active maintainer (you're are
welcome to become one!), however some development might still happen.
## Why fork? ## Why fork?
During onion-v3 switch crisis, we needed a fork that worked with onion-v3 and didn't depend on trust to one or During onion-v3 switch crisis, we needed a fork that worked with onion-v3 and didn't depend on trust to one or
@ -213,7 +219,7 @@ need to know their alternatives.
### Financially support maintainers ### Financially support maintainers
Currently the lead developer / maintainer of this fork is @caryoscelus. You can This fork was created and maintained by @caryoscelus. You can
see ways to donate to them on https://caryoscelus.github.io/donate/ (or check see ways to donate to them on https://caryoscelus.github.io/donate/ (or check
sidebar if you're reading this on github for more ways). As our team grows, we sidebar if you're reading this on github for more ways). As our team grows, we
will create team accounts on friendly crowdfunding platforms as well. will create team accounts on friendly crowdfunding platforms as well.

View file

@ -184,10 +184,10 @@ trackers = [
class Config(object): class Config(object):
def __init__(self, argv): def __init__(self, argv):
self.version = "0.7.8.1+" self.version = "0.7.9"
self.user_agent = "conservancy" self.user_agent = "conservancy"
# DEPRECATED ; replace with git-generated commit # DEPRECATED ; replace with git-generated commit
self.rev = 5041 self.rev = 5100
self.user_agent_rev = 8192 self.user_agent_rev = 8192
self.argv = argv self.argv = argv
self.action = None self.action = None