1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. Sf not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => "Banned from Floraverse $a[IRC]",
- 'body' => <<<END
- <p>
- 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.
- 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>.
- As a combined result of this trolling and the ban evasion that accompanied it, all of $a[Tor], including me, has been banned.
- Marl said that I wasn't the target, I was just caught in the crossfire, but it's still pretty frustrating.
- The worst part is that wowaname only found that $a[IRC] network because I mentioned it on my website.
- In effect, I got myself banned.
- </p>
- <p>
- Wowaname continues her battle with eNom, now having to prove that my address is her address.
- It appears that eNom didn't listen about this address being that of someone authorized to accept mail on her behalf, not her physical address.
- By $a[ICANN] rules, anywhere that she can accept mail at or will accept mail on her behalf is valid.
- She forwarded the letter from eNom to me, and I replied to eNom explaining again that I am accepting mail on wowaname's (or "Opal Hart", as she is known to eNom) behalf.
- I'm still upset that wowaname played a part in getting me banned, but there are bigger fish to fry.
- $a[ICANN]'s over-controlling requirements need to be followed to the letter and no further.
- They already ask too much.
- 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.
- I currently depend on her, so if that could switch to mutual dependence, I could lessen my paranoia about my precarious situation.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- END
- );
|