2017-12-17 UTC
gRegorLove, tantek and [miklb] joined the channel
[pfefferle] and [mlopatka] joined the channel
# 14:04 Zegnat I am seeing a completely different host for the one that spammed in #whatwg
# 14:05 Zegnat also did /mode +R on himself, as he also got spammed by direct message
# 14:13 sknebel was quite confused until I turned off my ignore list... apparently I had their key phrase blocked from past incidents
raretrack joined the channel
[miklb] and [kevinmarks] joined the channel
# 16:51 sknebel and occasionally there is more persistent spam, there a keyword block and having OPs in all timezones would help
# 16:51 aaronpk You can send a pull request or just directly edit the log files on github to remove those
# 16:58 Zegnat Will chat.indieweb.org sync back from git again?
# 17:00 Zegnat I don’t really like hard removing stuff from logs though. What about changing the type field of the lines to something like hidden/removed?
tantek, tracya and [miklb] joined the channel
# 18:02 Loqi [Zegnat] #41 Allow lines to be hidden from display when they are marked as hidden in the log files.
# 18:02 aaronpk I agree, I can make a "redacted" format for the logs, might need to make up a property to add to the JSON for that line
# 18:04 Zegnat Adding another property is also an option. I was simply thinking about how we could make it work right now with the logs and display as is
# 18:37 aaronpk I've only had to remove a few spam lines before. I marked them as spam in the database and they weren't rendered in the html
# 18:38 aaronpk I don't think there's a good reason to have the mf2 logs be different from what is visible, especially since the spam chat permalinks would still work and could be quoted.
# 18:47 Zegnat I don’t really have a strong preference there. We could change it to not output the lines at all
# 18:48 Zegnat I really only want to not have to hard-remove from log files
# 18:48 aaronpk I don't mind keeping them in the storage marked as hidden but I don't want them to exist on our domain
# 18:50 Zegnat Alright, that would require a different PR. Could change it to return an empty string from the formatter. Or would you want a more complete removal earlier in the process?
# 19:29 aaronpk The formatted returning an empty string would work for the list views, and for permalinks should also return http 410
# 19:33 Zegnat Need to look where the code creates the permalink pages then. This was easy because I only needed to update the formatter ;)
# 19:38 aaronpk yoy should see some examples there of returning 404
[miklb], [eddie], chrisaldrich, Loqi and [pfefferle] joined the channel
# 23:19 aaronpk poof those lines are marked as deleted from the logs and are not visible anymore
# 23:22 Zegnat aaronpk, did you mean to also delete a line from the logs?
# 23:23 aaronpk that must have happened between opening and saving the file
# 23:23 Zegnat got caught up with family and didn’t finish his PR