# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 8
# self = https://watcher.sour.is/conv/3rrwixa
Would anyone that normally runs master and likes to live on the edge mind
checking out the temporary develop
branch git fetch --all && git checkout develop && make build

This includes two _hopefully_ new fixes to several problems I've found:

- Refactor how Twter objects are retrieved from cache and external avatars are generated and handled #628

- Validate that injected twts from peers are authentic #627


For anyone using Docker, the prologic/yarnd:latest image has been updated
to this branch.

Let's see how this goes 😅

----

PS: I _think_ trying to this kind of validation and authenticity on twts from peering pods is a bit problematic...
Would anyone that normally runs master and likes to live on the edge mind
checking out the temporary develop
branch git fetch --all && git checkout develop && make build

This includes two _hopefully_ new fixes to several problems I've found:

- Refactor how Twter objects are retrieved from cache and external avatars are generated and handled #628

- Validate that injected twts from peers are authentic #627


For anyone using Docker, the prologic/yarnd:latest image has been updated
to this branch.

Let's see how this goes 😅

----

PS: I _think_ trying to this kind of validation and authenticity on twts from peering pods is a bit problematic...
Yep can confirm running this branch now. Your avatar still is the default, but not sure whether you're expecting that to be fixed _yet_ or not.
@eldersnake it sadly won't fix itself on it's own I don't think, so you _might_ have to nuke the cache and all external avatar just to be sure 👌


$ rm data/cache data/external/*



Also I fixed a few more bugs in my work so you might want to fetch and reset hard to origin/develop and rebuild 😅
@eldersnake it sadly won't fix itself on it's own I don't think, so you _might_ have to nuke the cache and all external avatar just to be sure 👌


$ rm data/cache data/external/*



Also I fixed a few more bugs in my work so you might want to fetch and reset hard to origin/develop and rebuild 😅
@prologic Yep that did the trick. For now 😁
@eldersnake Well I know what caused it. The open security flaw we had a little while ago that effectively allowed one to spoof another feed was rather problematic. As a result @xuu 's pod has poisoned the network 😅 Hence the need for some kind of authenticity to verify a missing Twt injected from a peer is actually legit 😂
@eldersnake Well I know what caused it. The open security flaw we had a little while ago that effectively allowed one to spoof another feed was rather problematic. As a result @xuu 's pod has poisoned the network 😅 Hence the need for some kind of authenticity to verify a missing Twt injected from a peer is actually legit 😂