ryco117 / distort-server

A reference-implementation homeserver for the research anonymity protocol, DistoRt, with broadcasting over IPFS
https://ryco117.github.io/distort-server/
GNU General Public License v3.0
3 stars 1 forks source link

Fully support multiple active accounts #2

Closed ryco117 closed 5 years ago

ryco117 commented 5 years ago

While server is actively messaging and sending cover traffic, server should iterate through all enabled accounts instead of just the "root" account. This may send a message per active account at each interval, or increment the current account once each interval, depending what feels more appropriate.

Edit: Also need to add REST API for 'root' account to manage other accounts.

ryco117 commented 5 years ago

I suppose this issue encompasses #6 , since account creation is required to have multiple accounts

ryco117 commented 5 years ago

Account creation, deletion, and management all working. Closing