https://textboard.org/prog/39#t39p128
I do hope that, in those circumstances, someone will make a script replacing the body of any post with a trip with "I am a child seeking attention". That's the right thing to do.
https://textboard.org/prog/39#t39p217
There's already an ircd running (in a jail) but I am really not sure it's a good idea so I'm keeping that for later. I like anonymous posting better than pseudonymous circlejerking.
https://textboard.org/prog/81#t81p62
there are 3 new optional dotted pairs in the threads alists. They're tagged 'name, 'tripcode, and 'e-mail. For posting the new fields are agnomen (name) and inscriptio (e-mail). Tripcodes work as everywhere else with a # character in the name field between name and capcode.
Array.from (document.querySelectorAll ("dl > dt")).filter (e => />\u25C6[0-9a-zA-Z\/+]{10}</.test (e.innerHTML)).forEach (e => { e.nextElementSibling.innerHTML = "<p>I am a child seeking attention.</p>"; })
(preliminary version)