> For security reasons clients should not automatically update local nicks without user consent. Otherwise users can be tricked into believing twts are coming from somebody else theyβre following. Clients should ask the users when a nick change is detected.
This was a problem that came up a while ago which is why
yarnd
βs web interface displays the domain of the feed: e.g: lyse@lyse.isobeef.org
The mobile app Goryon needs to be taught to do this too π
> For security reasons clients should not automatically update local nicks without user consent. Otherwise users can be tricked into believing twts are coming from somebody else theyβre following. Clients should ask the users when a nick change is detected.
This was a problem that came up a while ago which is why
yarnd
βs web interface displays the domain of the feed: e.g: lyse@lyse.isobeef.org
The mobile app Goryon needs to be taught to do this too π
yarnd
βs web interface displays the domain of the feed: e.g: lyse@lyse.isobeef.org
\n\nThe mobile app Goryon needs to be taught to do this too π
example.com/twtxt.txt
and the other at example.com/blah/twtxt.txt
and both claim the same nick. But the yarnd solution is probably good enough.
awk
script is ok, you can customized it further (add the corect dates and format it as you prefer). smu is https://github.com/gottox/smu, that awk
piece outputs Markdown
, better just output HTML
and remove smu
.
smu
installed to run the script and I figured that markdown was being generated somewhere but I don't know where that is or what purpose it serves.
printf "* [%s: %s](%s)\\n", Y, tmrsl[trm], f
\nMakes sense now.
printf "* [%s: %s](%s)\n", Y, tmrsl[trm], f
Makes sense now.