diff -r eb92dc5d9fb4 -r e2f6e3af9959 htdocs/privacy.php --- 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 @@

Privacy information

-

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.

+

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.

The only information collects is

+

In addition, 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.

also gives you the ability to disable recording statistics about you. To clear all your past statistics, type in any channel:

!deluser

-

You can also prevent yourself from being logged in the future with:

+

(Moderators can also type:

+

!deluser | SomeNick

+

to remove statistics for a flooder or spammer)

+

You can prevent yourself from being logged in the future with:

/msg anonymize

+

You'll be asked if you want to anonymize your past statistics as well.

Remove yourself from the anonymization list with:

/msg denonymize

-

Want to know more about the numbers collects? Download 's data file yourself (in JSON format).

+

Want to know more about the numbers collects? Download a dump of 's database yourself.