htdocs/privacy.php
changeset 20 e2f6e3af9959
parent 8 0acb8d9a3194
child 44 73f74d395f95
--- a/htdocs/privacy.php	Sat Nov 15 14:59:51 2008 -0500
+++ b/htdocs/privacy.php	Sat Nov 15 15:00:52 2008 -0500
@@ -13,20 +13,24 @@
   </head>
   <body>
     <h1>Privacy information</h1>
-    <p><?php echo $nick; ?> is designed to collect IRC statistics. It does this by recording raw data and then letting the frontend (index.php and a
-       few backend functions in stats-fe.php) look at the data and draw graphs and measurements based on it.</p>
+    <p><?php echo $nick; ?> is designed to collect IRC statistics. It does this by recording raw data and then letting the frontend (index.php and the
+       backend access abstraction in stats-fe.php) look at the data and draw graphs and measurements based on it.</p>
     <p>The only information <?php echo $nick; ?> collects is</p>
     <ul>
       <li>The time of each message</li>
       <li>The nick that posted that message</li>
-      <li>Whether that nick has certain flags, like operator/voice</li>
     </ul>
+    <p>In addition, <?php echo $nick; ?> knows whether users currently have permissions such as operator and voice, but this information isn't logged (it's used to determine who can do what). This means that the web interface never knows for sure who is in the channel.</p>
     <p><?php echo $nick; ?> also gives you the ability to disable recording statistics about you. To clear all your past statistics, type in any channel:</p>
     <p class="code">!deluser</p>
-    <p>You can also prevent yourself from being logged in the future with:</p>
+    <p>(Moderators can also type:</p>
+    <p class="code">!deluser | SomeNick</p>
+    <p>to remove statistics for a flooder or spammer)</p>
+    <p>You can prevent yourself from being logged in the future with:</p>
     <p class="code">/msg <?php echo $nick; ?> anonymize</p>
+    <p>You'll be asked if you want to anonymize your past statistics as well.</p>
     <p>Remove yourself from the anonymization list with:</p>
     <p class="code">/msg <?php echo $nick; ?> denonymize</p>
-    <p>Want to know more about the numbers <?php echo $nick; ?> collects? <a href="datafile.php">Download <?php echo $nick; ?>'s data file yourself</a> (<a href="json.php">in JSON format</a>).</p>
+    <p>Want to know more about the numbers <?php echo $nick; ?> collects? <a href="datafile.php">Download a dump of <?php echo $nick; ?>'s database yourself</a>.</p>
   </body>
 </head>