diff options
author | friendica <info@friendica.com> | 2015-01-26 18:27:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-26 18:27:03 -0800 |
commit | ac594183c6fdc6cf4d5a2a29ade7478a17336397 (patch) | |
tree | d38f73727da4d8697b00d2102ae10b501d1909ce /doc/roadmap.bb | |
parent | e6bfe3f2c10e851ed5ba49886ec8d0a9a9de2296 (diff) | |
parent | 9f5bfca28dde23893156ad36682e20ca2fc0dd45 (diff) | |
download | volse-hubzilla-ac594183c6fdc6cf4d5a2a29ade7478a17336397.tar.gz volse-hubzilla-ac594183c6fdc6cf4d5a2a29ade7478a17336397.tar.bz2 volse-hubzilla-ac594183c6fdc6cf4d5a2a29ade7478a17336397.zip |
Merge branch 'master' into tres and add some work on the item_deleted flag refactor
Conflicts:
include/attach.php
include/onedirsync.php
include/zot.php
mod/locs.php
Diffstat (limited to 'doc/roadmap.bb')
-rw-r--r-- | doc/roadmap.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/roadmap.bb b/doc/roadmap.bb index 9ac51adf2..fb4b83bb4 100644 --- a/doc/roadmap.bb +++ b/doc/roadmap.bb @@ -2,6 +2,9 @@ Roadmap for Redmatrix V3 +Crypto + Convert E2EE to dynamic loading (on demand) using jQuery.getScript() [or other methods] to only load encryption libs when you require them. This should also support multiple encryption libraries (e.g. SJCL, others) triggered from the choice of algorithm and remain pluggable. + Subscriptions and business models Build enough into core(/addons) to generate income (or at least try and cover costs) out of the box @@ -44,6 +47,10 @@ Zot API extensions More, more, more. +Evangelism + More documentation. More, more, more. + Libzot + DNS abstraction for V3 Allow a channel to live in an arbitrary "DNS" namespace, for instance "mike@core.redmatrix". Use our directories and zot to find the actual DNS location via redirection. This could potentially allow hubs to be hidden behind tor or alt-roots and accessible only via the matrix.
\ No newline at end of file |