03.xhtml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. /**
  3. * <https://y.st./>
  4. * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. Sf not, see <https://www.gnu.org./licenses/>.
  18. **/
  19. $xhtml = array(
  20. 'title' => "Banned from Floraverse $a[IRC]",
  21. 'body' => <<<END
  22. <p>
  23. I received two emails from <a href="https://marlcabinet.deviantart.com/">Marl</a> letting me know I have been banned from the $a[IRC] network that Floraverse uses, one to the address I used to register my NickServ account on that network and one to the email address listed on the contact page of my website.
  24. It appears that <a href="http://wowana.me/">wowaname</a> was stiring up trouble with the network administrator, <a href="http://eev.ee/">Eevee</a>.
  25. As a combined result of this trolling and the ban evasion that accompanied it, all of $a[Tor], including me, has been banned.
  26. Marl said that I wasn&apos;t the target, I was just caught in the crossfire, but it&apos;s still pretty frustrating.
  27. The worst part is that wowaname only found that $a[IRC] network because I mentioned it on my website.
  28. In effect, I got myself banned.
  29. </p>
  30. <p>
  31. Wowaname continues her battle with eNom, now having to prove that my address is her address.
  32. It appears that eNom didn&apos;t listen about this address being that of someone authorized to accept mail on her behalf, not her physical address.
  33. By $a[ICANN] rules, anywhere that she can accept mail at or will accept mail on her behalf is valid.
  34. She forwarded the letter from eNom to me, and I replied to eNom explaining again that I am accepting mail on wowaname&apos;s (or &quot;Opal Hart&quot;, as she is known to eNom) behalf.
  35. I&apos;m still upset that wowaname played a part in getting me banned, but there are bigger fish to fry.
  36. $a[ICANN]&apos;s over-controlling requirements need to be followed to the letter and no further.
  37. They already ask too much.
  38. Besides, I still owe wowaname, and will continue to owe wowaname for some time, so perhaps this will lessen my debt a bit while also serving to help keep me on good terms with her.
  39. I currently depend on her, so if that could switch to mutual dependence, I could lessen my paranoia about my precarious situation.
  40. </p>
  41. <p>
  42. My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
  43. </p>
  44. END
  45. );