info-cachapa/public/policy/moar.cachapa.xyz/terms-of-service/index.html
Captain Arepa 69844c31f7 update
2023-08-18 09:41:15 -04:00

622 lines
23 KiB
HTML

<!DOCTYPE html>
<html lang="en-us"><head>
<title>ToS and Policy Stuff</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="" />
<style>
@import "https://fonts.googleapis.com/css2?family=Inconsolata&display=swap";:root{--cursor-visibility:hidden}html,body{width:100%;height:100%;overflow:auto;font-family:inconsolata,monospace;font-size:4vmin;line-height:4.1vmin;font-weight:400}body{margin:0;display:flex;flex-direction:row;justify-content:center;align-items:center}#content{min-width:82vmin;min-height:82vmin}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 1px white}::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:0 0 0 1px white}.cursor,#activity-title:after,#activity-content:after,#cd:after,#whoami:after,#cat:after,#tree:after{visibility:var(--cursor-visibility);content:"|";overflow:hidden;color:#fff;animation:blink 500ms linear infinite alternate}@keyframes blink{0%{opacity:0}100%{opacity:1}}@media only screen and (min-width:768px){body{font-size:2.5vmin;line-height:2.6vmin}#content{min-width:60vmin}}:root{--cursor-visibility:hidden}body{align-items:unset;overflow-y:scroll}#content{max-width:80vmin}pre{overflow-x:scroll;white-space:pre}@keyframes blink{0%{opacity:0}100%{opacity:1}}
body{background:#300a24}body #terminal{color:#fff}body #user{color:#4e9a06}body #dir{color:#3465a4}body .Typewriter__cursor{color:#fff}a{color:#fff}
.navFull {
background-color: #353535;
font-family: "Courier New";
font-size: 17px;
display: inline;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
padding-top: 5px;
padding: 10px;
padding-bottom: 0px;
}
.navCredits {
float: right;
padding-right: 18px;
padding-bottom: 10px;
padding-top: 5px;
}
#content::after {
content: "\a\a";
white-space: pre;
}
</style>
</head><body><div id="content">
<span id="activity-title"></span> <br>
<span id="activity-content"></span> <br>
<script type="text/javascript">
async function typewriter(text, elementId, waitAfter) {
var n = 0,
isTag = false
addText = "";
const el = document.getElementById(elementId);
const wait = () => new Promise(r => setTimeout(r, waitAfter));
const nowait = () => new Promise(r => r());
const render = () => el.innerHTML = (text.slice(0, n + 1) + addText);
const cursor = document.createElement('span');
cursor.id = "blink";
el.style.setProperty("--cursor-visibility", "visible");
while (n < text.length) {
if (text.charAt(n + 1) === "<") isTag = true;
if (text.charAt(n + 1) === ">") isTag = false;
if (isTag) {
n++;
continue;
}
requestAnimationFrame(render);
if (waitAfter === 0) {
await nowait();
} else {
await wait();
}
n++;
}
el.style.setProperty("--cursor-visibility", "collapse");
}
function parseDelay(d) {
const parsed = parseInt(d, 10);
if (isNaN(parsed)) return 0;
return parsed;
}
const titleDelay = parseDelay("0"),
contentDelay = parseDelay("0");
const typeeffetct = async () => {
await typewriter("\u003cspan id=\u0027terminal\u0027\u003e\u003ch1 id=\u0027title\u0027\u003eToS and Policy Stuff\u003c\/h1\u003e\u003c\/span\u003e", "activity-title", titleDelay);
await typewriter("\u003cspan id=\u0027terminal\u0027\u003e\u003ch2 id=\u0022disclaimer\u0022\u003eDisclaimer\u003c\/h2\u003e\n\u003cp\u003eThe following \u003cstrong\u003eTerms of Services\u003c\/strong\u003e extend from and are bound to the \u003cstrong\u003eGeneral Terms\u003c\/strong\u003e for \u003cstrong\u003ecachapa.xyz\u003c\/strong\u003e subdomains. Please read \n\u003cb\u003e\u003ca href=\u0022\/policy\/general-terms\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003ethis page\u003c\/a\u003e\u003c\/b\u003e before reading further or taking any action towards this instance. For this instance\u0026rsquo;s privacy policy, please read \n\u003cb\u003e\u003ca href=\u0022\/policy\/moar.cachapa.xyz\/privacy-policy\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003ethis page\u003c\/a\u003e\u003c\/b\u003e.\u003c\/p\u003e\n\u003cp\u003eThe contents and opinions generated from any account on this instance, be them \u003cstrong\u003eusers\u003c\/strong\u003e or \u003cstrong\u003eservices\u003c\/strong\u003e (i.e. \u0026ldquo;bots\u0026rdquo;), are the sole responsibility of their authors, holders and\/or maintainers.\u003c\/p\u003e\n\u003cp\u003eAny changes to these \u003cstrong\u003eTerms of Service\u003c\/strong\u003e shall be reflected in the \u003cstrong\u003eChangelog\u003c\/strong\u003e section.\u003c\/p\u003e\n\u003ch2 id=\u0022terms-of-service\u0022\u003eTerms of Service\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003emoar.cachapa.xyz\u003c\/strong\u003e is a private instance with strong advocacy for freedom of speech and freedon of expression. On this regard, the terms for its usage are apply \u003cstrong\u003eonly\u003c\/strong\u003e to this instance\u0026rsquo;s \u003cstrong\u003euser\u003c\/strong\u003e and \u003cstrong\u003eservice\u003c\/strong\u003e accounts hosted in it.\u003c\/p\u003e\n\u003ch3 id=\u0022user-account\u0022\u003eUser Account\u003c\/h3\u003e\n\u003cp\u003eThis instance has open registrations. A valid email must be used for sign up since a verification email will be sent.\u003c\/p\u003e\n\u003cp\u003eAll regular \u003cstrong\u003euser\u003c\/strong\u003e accounts will be given a \u0026ldquo;Simple Cachapa\u0026rdquo; role, equivalent to that of a regular user without elevated privileges, with the following features:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDrive storage capacity: 2GB (2000MB)\u003c\/li\u003e\n\u003cli\u003eMax file size (upload\/download): 64MB\u003c\/li\u003e\n\u003cli\u003ePinned notes: 20\u003c\/li\u003e\n\u003cli\u003eAtennas: 10\u003c\/li\u003e\n\u003cli\u003eClips: 20\u003c\/li\u003e\n\u003cli\u003eNotes per clip: 500\u003c\/li\u003e\n\u003cli\u003eLists: 10\u003c\/li\u003e\n\u003cli\u003eUsers per list: 1000\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAdditionally, there are other roles on the instance that serve as identifier labels (mostly):\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eParty Cachapa\u003c\/strong\u003e: role that enable users to send invites. Active only when registrations are closed.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eEro Cachapa\u003c\/strong\u003e: role for users who post NSFW content. Will automatically mark all media as sensitive.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eArtistic Cachapa\u003c\/strong\u003e: role for users who are illustrators or media creators. Only additional perk is 5GB (5000MB) of Drive storage.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eChachapa Bot\u003c\/strong\u003e: role for automated service accounts (bots).\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eProxy\u003c\/strong\u003e: role for the instance proxy account, used for federation purposes.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eGaius Cachapa Maximus\u003c\/strong\u003e: role for the owner.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eFor now, only the \u003cstrong\u003eEro Cachapa\u003c\/strong\u003e and \u003cstrong\u003eArtistic Cachapa\u003c\/strong\u003e roles can be assigned at request.\u003c\/p\u003e\n\u003cp\u003eDepending on the state of the server and the number of users in the instance, the drive capacity for the \u0026ldquo;User\u0026rdquo; role can be upgraded.\nUser accounts are subject to suspension were they to violate any of the rules listed in the \u003cstrong\u003eRules and Guidelines\u003c\/strong\u003e section.\u003c\/p\u003e\n\u003ch3 id=\u0022services\u0022\u003eServices\u003c\/h3\u003e\n\u003cp\u003eA \u003cstrong\u003eservice\u003c\/strong\u003e is, in the context of Misskey (the software this instance uses) and the Fediverse in general, an automated account. All \u003cstrong\u003eusers\u003c\/strong\u003e in this instance have the ability to generate access tokens in order to interact with Misskey\u0026rsquo;s API (be it through an Android application, like Milktea or through some script running on a server).\u003c\/p\u003e\n\u003cp\u003eAny \u003cstrong\u003euser\u003c\/strong\u003e with the intention to run a \u003cstrong\u003eservice\u003c\/strong\u003e account in this instance must notify it first to the \u003cstrong\u003eadmin\u003c\/strong\u003e. Failure to do so will result in the offending account\u0026rsquo;s suspension and deletion.\u003c\/p\u003e\n\u003ch3 id=\u0022rules-and-guidelines\u0022\u003eRules and Guidelines\u003c\/h3\u003e\n\u003cp\u003eThe general rules and guidelines for content to be posted and hosted in this instance are the following:\u003c\/p\u003e\n\u003col\u003e\n\u003cli\u003e\u003cstrong\u003eUsers\u003c\/strong\u003e must be 18 years old or more in order to apply for and have an account in this instance. No underage user will be accepted. If a user is found to be underaged their account will be promptly suspended.\u003c\/li\u003e\n\u003cli\u003eBlock evasion, be it account-wise or intance-wise, is \u003cstrong\u003eprohibited\u003c\/strong\u003e. Any account found to be in violation of this will be immedately suspended.\u003c\/li\u003e\n\u003cli\u003eThe following content is \u003cstrong\u003estrictly prohibited\u003c\/strong\u003e to be posted and\/or hosted in this instance, and will result in a permanent ban\/suspension:\n\u003col\u003e\n\u003cli\u003eFedposting (i.e. credible threats to governement actors or institutions that might incur in a response from law enforcement).\u003c\/li\u003e\n\u003cli\u003eDoxxing (including self-doxxing).\u003c\/li\u003e\n\u003cli\u003eUnsolicited spam and\/or advertising.\u003c\/li\u003e\n\u003cli\u003ePhotorealistic depictions, be them audiovisual records or CGI\/3D renders, of actual children in any state of dress or activity.\u003c\/li\u003e\n\u003cli\u003eDiscussions inciting or encouraging the use, consumption, acquisition or distribution of CSEM\/CSAM.\u003c\/li\u003e\n\u003cli\u003eFringe and\/or degenerate content that might allude or include furry, scat, vore, gore and\/or other paraphilias egregious in nature; snuff, extreme displays of violence, animal cruelty, etc; in any audiovisual form or manner.\u003c\/li\u003e\n\u003cli\u003eAnything that might include any combination of the above mentioned.\u003c\/li\u003e\n\u003cli\u003eAnything that may, in one way or another, be illegal in the United States of America.\n\u003csup\u003e1\u003c\/sup\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/li\u003e\n\u003cli\u003ePosting content deemed to be educational or informative, regardless of their nature or origin, is allowed in this instance as long as it\u0026rsquo;s done in good faith and doesn\u0026rsquo;t violate anything from point (3).\n\u003csup\u003e2\u003c\/sup\u003e\u003c\/li\u003e\n\u003cli\u003eDiving into hellthreads is not encouraged, but you can do so at your own discretion (mostly due the way Misskey\u0026rsquo;s user interface handles thread depth).\u003c\/li\u003e\n\u003cli\u003eAll NSFW media files must be marked as \u003cstrong\u003eSensitive\u003c\/strong\u003e. Content Warning (CW) label must be used whenever applicable (i.e. content or discussions that require discretion).\u003c\/li\u003e\n\u003cli\u003eDon\u0026rsquo;t be a retard.\u003c\/li\u003e\n\u003cli\u003eLolicon is not CSAM\/CSEM\/CP, therefore, it can be posted here.\n\u003csup\u003e3\u003c\/sup\u003e \n\u003csup\u003e4\u003c\/sup\u003e\u003c\/li\u003e\n\u003cli\u003eDon\u0026rsquo;t be shy, you can use slurs here.\n\u003csup\u003e5\u003c\/sup\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003chr\u003e\n\u003cp\u003e\n\u003csub\u003e1\u003c\/sub\u003e \u003cem\u003eWhile this instance is hosted in Finland and the media files are located in an object storage bucket in Japan, most of the internet revolves aroung the US because fuck it.\u003c\/em\u003e\u003cbr\u003e\n\n\u003csub\u003e2\u003c\/sub\u003e \u003cem\u003eDon\u0026rsquo;t try to get funny with this one.\u003c\/em\u003e\u003cbr\u003e\n\n\u003csub\u003e3\u003c\/sub\u003e \u003cem\u003eCope seethe and mald.\u003c\/em\u003e\u003cbr\u003e\n\n\u003csub\u003e4\u003c\/sub\u003e \u003cem\u003eAI-generated lolicon images can be posted, as long as they don\u0026rsquo;t blatantly go beyond uncanny valley territory or violate point (3.4)\u003c\/em\u003e\u003cbr\u003e\n\n\u003csub\u003e5\u003c\/sub\u003e \u003cem\u003eKIKE NIGGER FAGGOT!!!\u003c\/em\u003e\u003c\/p\u003e\n\u003chr\u003e\n\u003ch2 id=\u0022federation\u0022\u003eFederation\u003c\/h2\u003e\n\u003cp\u003eWhile open to federation, this instance and its \u003cstrong\u003eadmin\u003c\/strong\u003e reserve the right to block or defederate from any instance or service that might represent a potential liability or threat. The following lists contains such instances and the reason for their block\/suspension\/defederation.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eInstances known to host either CSAM\/CSEM or content promoting and\/or discussing pedophilia, zoophilia and other paraphilias egregious in nature. (NOTE: instances in \u003cem\u003eitalics\u003c\/em\u003e have mutual block\/suspension status with *.cachapa.xyz)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eOffending Instance\u003c\/th\u003e\n\u003cth\u003eDefederation Reason\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eanime.website\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003efreak.university\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eyoujo.love\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ennia.space\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cem\u003elolison.top\u003c\/em\u003e\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003elolison.network\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eghetti.monster\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ennia.space\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003epieville.net\u003c\/td\u003e\n\u003ctd\u003ePedophiles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003erapemeat.solutions\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ehorserock.xyz\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003exhais.love\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003esad.cab\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003epedo.school\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e*.miria.love\u003c\/td\u003e\n\u003ctd\u003ePedophiles, hosts CSAM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eferal.cafe\u003c\/td\u003e\n\u003ctd\u003ePedophiles, zoophiles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003efeline.rodeo\u003c\/td\u003e\n\u003ctd\u003ePedophiles, zoophiles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003epl.murky.club\u003c\/td\u003e\n\u003ctd\u003ePedophiles, zoophiles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003elewdieheaven.com\u003c\/td\u003e\n\u003ctd\u003ePedophiles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cul\u003e\n\u003cli\u003eInstances known to host bad-faith actors or services that promote spam, DDoS attacks, mass surveillance, datamining or data harvesting.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eOffending Instance\u003c\/th\u003e\n\u003cth\u003eDefederation Reason\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003erespublica.eu\u003c\/td\u003e\n\u003ctd\u003eGlobohomo cuckoldry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003esocial.network.europa.eu\u003c\/td\u003e\n\u003ctd\u003eGlobohomo cuckoldry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003esolagg.com\u003c\/td\u003e\n\u003ctd\u003eSpam\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e*.d-fens.systems\u003c\/td\u003e\n\u003ctd\u003eDatamining\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e*.activitypub-troll.cf\u003c\/td\u003e\n\u003ctd\u003eTroll AP actor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003emostr.pub\u003c\/td\u003e\n\u003ctd\u003eNostr bridge, too spammy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2 id=\u0022maintenance\u0022\u003eMaintenance\u003c\/h2\u003e\n\u003cp\u003eThis instance undergoes daily scheduled maintenance:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eRedis Cache flush: every 15 minutes.\u003c\/li\u003e\n\u003cli\u003eDrive cleanup: everyday at 00:00 UTC\u003c\/li\u003e\n\u003cli\u003eDrive remote files cleanup: everyday at 00:20 UTC\u003c\/li\u003e\n\u003cli\u003eMisskey service restart: everyday at 06:00 UTC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003eNOTE: any of these scheduled actions can be executed at any time, at the discretion of the \u003cstrong\u003eadmin\u003c\/strong\u003e.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eBeware that by removing the remote cache files, storage space can be reclaimed, but also cached media like user avatars or thumbnails will be missing. It\u0026rsquo;s a bug in Misskey, but there\u0026rsquo;s nothing to be done (for now) since it\u0026rsquo;s technical wachamacallit the developers should actually fix.\u003c\/p\u003e\n\u003cp\u003eIf there\u0026rsquo;s a need to engage in extensive maintenance, it\u0026rsquo;ll be announced to the regular channel (an announcement on the instance, d\u0026rsquo;uh). If the instance goes poof for whatever reason for an extended period of time during the maintenance period, please send a message to any of the addresses in the \u003cstrong\u003eContact\u003c\/strong\u003e section.\u003c\/p\u003e\n\u003ch2 id=\u0022contact\u0022\u003eContact\u003c\/h2\u003e\n\u003cp\u003eIn case of inquiries or comments, you can write an email, using the following subject template \u003cstrong\u003eRegarding moar.cachapa.xyz - [subject of the email]\u003c\/strong\u003e, to any of the following email addresses:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eadmin[at]cachapa.xyz\u003c\/li\u003e\n\u003cli\u003econtact[at]cachapa.xyz\u003c\/li\u003e\n\u003cli\u003ecaptain_arepa[at]cachapa.xyz\u003c\/li\u003e\n\u003cli\u003ecaptain.arepa[at]yandex.com\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eYou can also reach out to any of my alts on the fediverse (proven the instance isn\u0026rsquo;t nuked yet):\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\n\u003ca href=\u0022https:\/\/breastmilk.club\/users\/captain_arepa\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003e@captain_arepa@breastmilk.club\u003c\/a\u003e (tits\/admin)\n\u003c\/li\u003e\n\u003cli\u003e\n\n\u003ca href=\u0022https:\/\/bae.st\/users\/captain_arepa\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003e@captain_arepa@bae.st\u003c\/a\u003e (alt\/backup)\n\u003c\/li\u003e\n\u003cli\u003e\n\n\u003ca href=\u0022https:\/\/posting.lolicon.rocks\/users\/captain_arepa\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003e@captain_arepa@posting.lolicon.rocks\u003c\/a\u003e (alt\/backup)\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eIn case of a more casual approach, you can contact the admin directly to \n\u003cb\u003e\u003ca href=\u0022https:\/\/moar.cachapa.xyz\/@captain_arepa\u0022 target=\u0022_blank\u0022 rel=\u0022noopener noreferrer\u0022\u003e@captain_arepa@moar.cachapa.xyz\u003c\/a\u003e\u003c\/b\u003e.\u003c\/p\u003e\n\u003ch2 id=\u0022changelog\u0022\u003eChangelog\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e2023-03-22:\n\u003cul\u003e\n\u003cli\u003eUpdated Terms of service.\u003c\/li\u003e\n\u003cli\u003eAdded changelog.\u003c\/li\u003e\n\u003cli\u003eAdded rules and guidelines.\u003c\/li\u003e\n\u003cli\u003eLorem ipsum, yada yada, blah blah blah, etc etc etc.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e2023-03-01:\n\u003cul\u003e\n\u003cli\u003eUpdated federation block list.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e2023-02-13:\n\u003cul\u003e\n\u003cli\u003eMinor adjustments.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e2023-02-11:\n\u003cul\u003e\n\u003cli\u003eUploaded original Terms of Service\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e2023-07-29:\n\u003cul\u003e\n\u003cli\u003eUpdated Terms of Service.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e2023-08-12:\n\u003cul\u003e\n\u003cli\u003eUpdated Terms of Service.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e2023-08-17:\n\u003cul\u003e\n\u003cli\u003eUpdated \u0026ldquo;User Account\u0026rdquo; and \u0026ldquo;Rules and Guideline\u0026rdquo; sections.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003cli\u003e2023-08-18:\n\u003cul\u003e\n\u003cli\u003eUpdated Rules and Guidelines\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/span\u003e", "activity-content", contentDelay);
return;
}
typeeffetct()
</script>
</div>
</body>
</html>