<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://forums.tuuba.moe/extern.php?action=feed&amp;tid=272&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Tuuba Forums / The GDPR compliancy post no one asked for]]></title>
		<link>https://forums.tuuba.moe/viewtopic.php?id=272</link>
		<description><![CDATA[The most recent posts in The GDPR compliancy post no one asked for.]]></description>
		<lastBuildDate>Sat, 26 May 2018 22:32:27 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: The GDPR compliancy post no one asked for]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=43128#p43128</link>
			<description><![CDATA[<p>please remove my steam hours played in dota 2</p>]]></description>
			<author><![CDATA[dummy@example.com (fittan)]]></author>
			<pubDate>Sat, 26 May 2018 22:32:27 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=43128#p43128</guid>
		</item>
		<item>
			<title><![CDATA[Re: The GDPR compliancy post no one asked for]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=43127#p43127</link>
			<description><![CDATA[<p>1) we&#039;re not really the people hosting it which should prevent liability - embeds are, as you said, embeds and they link back to the original site<br />2) everyone and their mother is becoming compliant in general, so unless someone decides their favourite website for webhosting is sketchiest-website-ever.tld I don&#039;t think there&#039;ll be huge issues<br />3) if this happens to be wrong I&#039;m sure we&#039;ll start hearing of takedowns and complaints soon<br />4) the required legislation hasn&#039;t even been applied in a number of member states yet, again giving us more time to sort things out if it becomes necessary</p><p>in general I am almost certain most of the kerfuffle is coming from people misunderstanding the reach and demands of GDPR, and as time naturally passes things will become clearer</p><p>please note that no one on tuuba forums is a legal expert and any information given here is not to be taken as legal counsel, it&#039;s mostly pieced together by me and my interactions with a local governing body</p><p>post approved/co-signed by ippe</p>]]></description>
			<author><![CDATA[dummy@example.com (tupsu)]]></author>
			<pubDate>Sat, 26 May 2018 10:44:11 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=43127#p43127</guid>
		</item>
		<item>
			<title><![CDATA[Re: The GDPR compliancy post no one asked for]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=43125#p43125</link>
			<description><![CDATA[<p>How will you handle media embeds, since a lot of the forums i visit are forbidding them now because they&#039;re afraid they&#039;ll be liable for the host of said media misusing personal data gained from the client needing to pull the media from the host? (usually just IP). + dont want to shell out for storage capacity to allow users to upload their own media nor want to impledement a mirror accomplishing essentially the same.</p>]]></description>
			<author><![CDATA[dummy@example.com (Granger)]]></author>
			<pubDate>Sat, 26 May 2018 01:48:26 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=43125#p43125</guid>
		</item>
		<item>
			<title><![CDATA[The GDPR compliancy post no one asked for]]></title>
			<link>https://forums.tuuba.moe/viewtopic.php?pid=43123#p43123</link>
			<description><![CDATA[<p>No, we&#039;re not changing our privacy policies, because they&#039;re nonexistent and what we do is already compliant with GDPR, but just to be safe, here&#039;s a rundown of what information we store about the users on this forum and what it&#039;s used for.</p><div class="quotebox" style="padding: 0px;"><div onclick="var e,d,c=this.parentNode,a=c.getElementsByTagName('div')[1],b=this.getElementsByTagName('span')[0];if(a.style.display!=''){while(c.parentNode&&(!d||!e||d==e)){e=d;d=(window.getComputedStyle?getComputedStyle(c, null):c.currentStyle)['backgroundColor'];if(d=='transparent'||d=='rgba(0, 0, 0, 0)')d=e;c=c.parentNode;}a.style.display='';a.style.backgroundColor=d;b.innerHTML='&#9650;';}else{a.style.display='none';b.innerHTML='&#9660;';}" style="font-weight: bold; cursor: pointer; font-size: 0.9em;"><span style="padding: 0 5px;">&#9660;</span>database entry for users</div><div style="padding: 6px; margin: 0; display: none;"><div class="codebox"><pre class="vscroll"><code>+------------------+---------------------+------+-----+---------+----------------+
| Field            | Type                | Null | Key | Default | Extra          |
+------------------+---------------------+------+-----+---------+----------------+
| id               | int(10) unsigned    | NO   | PRI | NULL    | auto_increment |
| group_id         | int(10) unsigned    | NO   |     | 3       |                |
| username         | varchar(200)        | NO   | UNI |         |                |
| password         | varchar(128)        | NO   |     |         |                |
| email            | varchar(80)         | NO   |     |         |                |
| title            | varchar(50)         | YES  |     | NULL    |                |
| realname         | varchar(40)         | YES  |     | NULL    |                |
| url              | varchar(100)        | YES  |     | NULL    |                |
| steam            | varchar(30)         | YES  |     | NULL    |                |
| youtube          | varchar(80)         | YES  |     | NULL    |                |
| twitter          | varchar(15)         | YES  |     | NULL    |                |
| discord          | varchar(80)         | YES  |     | NULL    |                |
| mal              | varchar(16)         | YES  |     | NULL    |                |
| location         | varchar(30)         | YES  |     | NULL    |                |
| signature        | mediumtext          | YES  |     | NULL    |                |
| disp_topics      | tinyint(3) unsigned | YES  |     | NULL    |                |
| disp_posts       | tinyint(3) unsigned | YES  |     | NULL    |                |
| email_setting    | tinyint(1)          | NO   |     | 1       |                |
| notify_with_post | tinyint(1)          | NO   |     | 0       |                |
| notify_pm_full   | tinyint(1)          | NO   |     | 0       |                |
| auto_notify      | tinyint(1)          | NO   |     | 0       |                |
| show_smilies     | tinyint(1)          | NO   |     | 1       |                |
| show_img         | tinyint(1)          | NO   |     | 1       |                |
| show_img_sig     | tinyint(1)          | NO   |     | 1       |                |
| show_avatars     | tinyint(1)          | NO   |     | 1       |                |
| show_sig         | tinyint(1)          | NO   |     | 1       |                |
| timezone         | float               | NO   |     | 0       |                |
| dst              | tinyint(1)          | NO   |     | 0       |                |
| time_format      | tinyint(1)          | NO   |     | 0       |                |
| date_format      | tinyint(1)          | NO   |     | 0       |                |
| language         | varchar(25)         | NO   |     | English |                |
| style            | varchar(25)         | NO   |     | Air     |                |
| num_posts        | int(10) unsigned    | NO   |     | 0       |                |
| num_pms          | int(10) unsigned    | NO   |     | 0       |                |
| last_post        | int(10) unsigned    | YES  |     | NULL    |                |
| last_search      | int(10) unsigned    | YES  |     | NULL    |                |
| last_email_sent  | int(10) unsigned    | YES  |     | NULL    |                |
| last_report_sent | int(10) unsigned    | YES  |     | NULL    |                |
| registered       | int(10) unsigned    | NO   | MUL | 0       |                |
| registration_ip  | varchar(39)         | NO   |     | 0.0.0.0 |                |
| last_visit       | int(10) unsigned    | NO   |     | 0       |                |
| admin_note       | varchar(30)         | YES  |     | NULL    |                |
| activate_string  | varchar(128)        | YES  |     | NULL    |                |
| activate_key     | varchar(8)          | YES  |     | NULL    |                |
| use_pm           | tinyint(1)          | NO   |     | 1       |                |
| notify_pm        | tinyint(1)          | NO   |     | 1       |                |
+------------------+---------------------+------+-----+---------+----------------+</code></pre></div></div></div><p>Most of the values are forum settings, and the ones considered &quot;personal information&quot; by GDPR are username, password, email and the registration ip address, out of which only usernames are public to other users. Passwords are stored as SHA512 hashes so we don&#039;t know what they are, but do still keep general good password practises in mind. Possible upgrade to bcrypt password hashing in the future is a thing, but no promises. In addition, the IP address is logged for each post you make.</p><p>We do not share any of the information that the forum software itself doesn&#039;t display by default to 3rd parties, nor do we think it would be ethical to do so. If you wish to have a copy of the user information we&#039;ve stored about you, or have all of your user information removed, pm me (IppE) or zertap. (Please note that removing user information means deleting your account.)</p>]]></description>
			<author><![CDATA[dummy@example.com (IppE)]]></author>
			<pubDate>Fri, 25 May 2018 13:25:53 +0000</pubDate>
			<guid>https://forums.tuuba.moe/viewtopic.php?pid=43123#p43123</guid>
		</item>
	</channel>
</rss>
