Merge pull request #14 from ppau/privacy

Privacy
This commit is contained in:
FletcherAU 2018-05-25 01:25:05 +08:00 committed by GitHub
commit 7a71b13084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 87 additions and 2 deletions

View File

@ -34,6 +34,7 @@
<li><a href="servers.html">Servers</a></li>
<li><a href="parties.html">Parties</a></li>
<li><a href="https://webchat.pirateirc.net/">Webchat</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="contact.html" class="active">Contact Us</a></li>
</ul>
</div>
@ -65,4 +66,4 @@
<script type="text/javascript" src="style/js/jquery.corner.js"></script>
<!-- <![endif]-->
</body>
</html>
</html>

View File

@ -34,6 +34,7 @@
<li><a href="servers.html">Servers</a></li>
<li><a href="parties.html">Parties</a></li>
<li><a href="https://webchat.pirateirc.net/">Webchat</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
@ -50,6 +51,7 @@
<h3>Updates</h3>
<ul>
<li><strong>2018-05-25</strong>: We've <a href="privacy.html">outlined</a> what data we collect and how we use it.</li>
<li><strong>2018-02-23</strong>: IP cloaking (umode +x) has been disabled for non webchat users. Unfortunately there's a bug/design feature in Atheme that allows for these cloaks to be easily negated. Vhosts are still available with HostServ (after identifying/registering to NickServ). To see which vhosts are available to you use <code>/msg hostserv offerlist</code>. To start using a vhost enter <code>/msg hostserv take copypaste.pirate</code>. In addition we recommend configuring SASL or certificate authentication for your client.</li>
<li><strong>2018-02-19</strong>: Please welcome AriMartti, our third Roubaix-FR operator. Ari-Martti is also from PPFI and will be joining Mikaela and Scoffa.</li>
<li><strong>2018-02-12</strong>: DroneBL has been added to our blacklist. Please join #opers if you have any concerns.</li>
@ -65,7 +67,7 @@
<!-- Begin Footer -->
<div id="footer">
Last updated: 2018-02-26
Last updated: 2018-05-25
</div>
<!-- End Footer -->

View File

@ -34,6 +34,7 @@
<li><a href="servers.html">Servers</a></li>
<li><a href="parties.html" class="active">Parties</a></li>
<li><a href="https://webchat.pirateirc.net/">Webchat</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>

80
www/privacy.html Normal file
View File

@ -0,0 +1,80 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Pirate IRC | Servers</title>
<link rel="shortcut icon" type="image/x-icon" href="style/images/signet.png" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<link href='https://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/css/ie7.css" media="all" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/css/ie8.css" media="all" />
<![endif]-->
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="style/css/ie9.css" media="all" />
<![endif]-->
<script type="text/javascript" src="style/js/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="style/js/ddsmoothmenu.js"></script>
<script type="text/javascript" src="style/js/jquery.masonry.min.js"></script>
</head>
<body>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Sidebar -->
<div id="sidebar">
<div id="logo"><a href="index.html"><img src="style/images/signet_large.png" alt="Pirate IRC" height="128" width="128"/></a></div>
<!-- Begin Menu -->
<div id="menu" class="menu-v">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="parties.html">Parties</a></li>
<li><a href="https://webchat.pirateirc.net/">Webchat</a></li>
<li><a href="privacy.html" class="active">Privacy</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<!-- End Menu -->
</div>
<!-- End Sidebar -->
<!-- Begin Content -->
<div id="content">
<h1 class="title">Privacy/ Use of data</h1>
<div class="line"></div>
<p>By using NickServ registration or identification you consent to PirateIRC storing the following data:</p>
<ul>
<li>Username</li>
<li>Email address</li>
<li>Last/current IP address</li>
<li>Registration date</li></ul>
<p>This data will be used for the following purposes:</p>
<ul>
<li>Providing elevated permissions to users</li>
<li>Identification and prevention of network abuse</li></ul>
<p>At any time an authenticated user may use Nickserv's INFO and LISTCHANS functions to display all relevant personal information held by the network. To withdraw consent you may use Nickserv's DROP function. Users that do not consent to the above are still able to chat on the network.</p>
<p>Please direct all related requests and questions to <a href="mailto:fletcher.boyd@pirateparty.org.au">Fletcher Boyd</a> (PGP: 5BAE 331E 9B57 3709 6E6A 19ED 85B8 D7B6 60D5 D803)</p>
<!-- Begin Footer -->
<div id="footer">
Last updated: 2018-05-25
</div>
<!-- End Footer -->
</div>
<!-- End Content -->
</div>
<!-- End Wrapper -->
<div class="clear"></div>
<script type="text/javascript" src="style/js/scripts.js"></script>
<!--[if !IE]> -->
<script type="text/javascript" src="style/js/jquery.corner.js"></script>
<!-- <![endif]-->
</body>
</html>

View File

@ -34,6 +34,7 @@
<li><a href="servers.html" class="active">Servers</a></li>
<li><a href="parties.html">Parties</a></li>
<li><a href="https://webchat.pirateirc.net/">Webchat</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>