#  Re: Мысли о стандартах
Difrex (mira, 14) → Peter  –  08:17:24 2017-07-24

>То есть, доверенные ноды тоже забирают по authstr?
Да.

>Как доверенная нода забирает бандл со всем net.mail?
Примерно так:


for node in neighbords:
for username in node_users:
r = requests.get('https://' + node '/x/i/' + username)
for msg in r.content.split("\n"):
if msg.split(':')[0] not in point_mails():
store_to_pointmail(base64.d64decode(msg.split(':')[1]))
Powered by iii-php v0.11