<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.3dbrew.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Winmaster</id>
	<title>3dbrew - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.3dbrew.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Winmaster"/>
	<link rel="alternate" type="text/html" href="https://www.3dbrew.org/wiki/Special:Contributions/Winmaster"/>
	<updated>2026-04-09T20:14:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Talk:Fundraiser&amp;diff=4289</id>
		<title>Talk:Fundraiser</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Talk:Fundraiser&amp;diff=4289"/>
		<updated>2012-11-10T16:14:50Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: Cost Question&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Used 3DS?=&lt;br /&gt;
You guys aren&#039;t planning on using a new 3DS are you? You could save a few bucks by using a broken unit to donate to science.&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Titles&amp;diff=3867</id>
		<title>Titles</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Titles&amp;diff=3867"/>
		<updated>2012-08-23T20:17:59Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Title list|Titles]] installed to the 3DS are installed to either to the NAND(System and Application) or SD Card(Application only), and their respective directory locations are:&lt;br /&gt;
&lt;br /&gt;
* nand/title&lt;br /&gt;
* sdmc/Nintendo 3DS/&amp;lt;ID0&amp;gt;/&amp;lt;ID1&amp;gt;/title&lt;br /&gt;
&lt;br /&gt;
(where ID0 is the first 0x10-bytes from a SHA256 [[nand/private/movable.sed|hash]])&lt;br /&gt;
&lt;br /&gt;
Note: While all title data found on the SD Card is encrypted, it is not known whether title data on the NAND has additional encryption.&lt;br /&gt;
&lt;br /&gt;
And the title data is contained in this directory structure:&lt;br /&gt;
 /&amp;lt;Title ID High&amp;gt;/&amp;lt;Title ID Low&amp;gt;/content/XXXXXXXX.tmd&lt;br /&gt;
                                        /XXXXXXXX.app&lt;br /&gt;
                                        /cmd/XXXXXXXX.cmd&lt;br /&gt;
 /&amp;lt;Title ID High&amp;gt;/&amp;lt;Title ID Low&amp;gt;/data/00000001.sav&lt;br /&gt;
 /&amp;lt;Title ID High&amp;gt;/&amp;lt;Title ID Low&amp;gt;/00000000.ctx&lt;br /&gt;
    &lt;br /&gt;
For a list of 3DS titles see the [[Title list]].                           &lt;br /&gt;
                     &lt;br /&gt;
&amp;quot;&#039;&#039;&#039;XXXXXXXX.tmd&#039;&#039;&#039;&amp;quot; - (file name starts with 00000000.tmd and increases with an increment of &amp;quot;1&amp;quot; for each title version the 3DS is introduced to) This is the Title Metadata associated with the title, it is encrypted with a console-unique [[AES|keyslot]]. The decrypted TMD is available on Nintendo&#039;s CDN server at &amp;quot;http://nus.cdn.c.shop.nintendowifi.net/ccs/download/TitleIDhere/tmd&amp;quot;. Though CDN version of the title TMD has a certificate chain attached at the end of the TMD, so removing it will give you the 1:1 decrypted TMD. After installation the &amp;quot;00000000.tmd&amp;quot; is redundant, because important title data is extracted and imported into the [[Title Database|title.db]] and &amp;quot;.cmd&amp;quot; files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&#039;&#039;&#039;XXXXXXXX.app&#039;&#039;&#039;&amp;quot; - (There is no pattern to the file name, however for a given title, &amp;quot;.app&amp;quot; file names are not reused) These files are [[NCCH]] files, where the entire file is encrypted with a console-unique [[AES|keyslot]](this is on top of the encryption of the NCCH contents). There can be more than one NCCH in this directory, as seen with .[[CCI]] files, the game executable ([[CXI]]) can be accompanied with additional non-executable NCCH files ([[NCCH#CFA|CFA]]) such as the electronic manual and DLP Child containers. Determining the function of the encrypted NCCH, is done by finding the Content Index of the &amp;quot;XXXXXXXX.app&amp;quot; file in the title&#039;s TMD(see above for retrieving decrypted TMD), interpreting the Content Index is as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!  Index&lt;br /&gt;
!  Content Type&lt;br /&gt;
|-&lt;br /&gt;
|  0000&lt;br /&gt;
|  Main Executable (.[[NCCH#CXI|CXI]])(In the case of [[Title list|System Data Archives]], this is a [[NCCH#CFA|CFA]] file)&lt;br /&gt;
|-&lt;br /&gt;
|  0001&lt;br /&gt;
|  Home Menu Manual (.[[NCCH#CFA|CFA]])&lt;br /&gt;
|-&lt;br /&gt;
|  0002&lt;br /&gt;
|  DLP Child Container (.[[NCCH#CFA|CFA]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Unlike the TMD, a decrypted version of the NCCH files cannot be retrieved from Nintendo&#039;s CDN, the NCCH files do exist on Nintendo&#039;s CDN but are encrypted. Of course editing/deleting &amp;quot;.app&amp;quot; files will have an effect. Deleting/renaming the manual &amp;quot;.app&#039; will cause the manual not to load when clicked on. And deleting/renaming the executable &amp;quot;.app&amp;quot; will cause the application to not load, and the 3D Banner does not show(The banner is loaded each time from the game&#039;s executable NCCH when the home menu loads, it is not cached like the icon and name).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&#039;&#039;&#039;XXXXXXXX.cmd&#039;&#039;&#039;&amp;quot; - (file name starts with 00000001.cmd and increases with an increment of &amp;quot;1&amp;quot; for each title version the 3DS is introduced to) This file contains data taken from the title&#039;s [[TMD]] during install. The data includes the title ID, file names and hashes (possibly sizes as well) of the .app files to prevent tampering. This file appears to be signed(or contains a hash of itself), and keeps a record of its true file name(alternatively it could store the title version, which can be used to determine its true file name). In addition it is also encrypted with a console-unique [[AES|keyslot]]. This acts as part of the DRM for installed titles, along with the [[Title Database|import.db and title.db]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;00000001.sav&amp;quot;&#039;&#039;&#039; - This is the title&#039;s encrypted savegame. Although these saves look similar to FLASH savegames, these savegames use proper unique CTR for each AES block in the file, and the CTR properly changes for each savegame write. Renaming these savegames causes home-menu to hang while launching titles, modifying saves throws the usual MAC/hash corruption like gamecard flash saves.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;quot;00000000.ctx&amp;quot;&#039;&#039;&#039; - This file is used only while a title is being downloaded from the eShop, it is deleted after the download is completed.(Might be moved to NAND after installation is completed?)&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=%3F%3F%3F%3F%3F%3F%3F%3F&amp;diff=2756</id>
		<title>????????</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=%3F%3F%3F%3F%3F%3F%3F%3F&amp;diff=2756"/>
		<updated>2012-03-30T15:43:52Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This appears in the play log when Nintendo wants the name of an application to be masked. This is seen when dev apps are run as well as when [[Nintendo Service Center Tools]] are run.&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Talk:List_of_system_updates&amp;diff=1254</id>
		<title>Talk:List of system updates</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Talk:List_of_system_updates&amp;diff=1254"/>
		<updated>2011-09-15T11:17:17Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Isn&#039;t this page redundant when we have this page:  http://3dbrew.org/wiki/Home_Menu --[[User:Winmaster|Winmaster]] 15:16, 15 September 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Talk:List_of_system_updates&amp;diff=1253</id>
		<title>Talk:List of system updates</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Talk:List_of_system_updates&amp;diff=1253"/>
		<updated>2011-09-15T11:16:54Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: Created page with &amp;quot;Isn&amp;#039;t this page redundant when we have this page:  http://3dbrew.org/wiki/Home_Menu--~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Isn&#039;t this page redundant when we have this page:  http://3dbrew.org/wiki/Home_Menu--[[User:Winmaster|Winmaster]] 15:16, 15 September 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=User:Winmaster&amp;diff=1169</id>
		<title>User:Winmaster</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=User:Winmaster&amp;diff=1169"/>
		<updated>2011-09-05T15:17:22Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey, I&#039;m winmaster. I don&#039;t own a 3DS, but I do own a DSi, a DS Lite, and a Wii. I hope to teach myself C++ sometime.&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=News&amp;diff=1168</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=News&amp;diff=1168"/>
		<updated>2011-09-05T15:15:49Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: 4 Entries at Once&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Adding an item==&lt;br /&gt;
* Log in to the wiki. Editing is disabled if you don&#039;t have an account.&lt;br /&gt;
* Add the news event to the top of the list, using this format for the date: &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;{{#time: d F y}}&amp;lt;nowiki&amp;gt;&#039;&#039;&#039; &amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;. Please include the application&#039;s creator, version number, and a link to a page on 3DBrew about the application. No external links please.&lt;br /&gt;
* &#039;&#039;&#039;Move the last entry to the [[:News/Archive|news archive]]. There should be no more than 4 entrees in the list.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Archives==&lt;br /&gt;
For older news, see the [[:News/Archive|news archive]].&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&amp;lt;!-- Add news below --&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;4 September 11&#039;&#039;&#039; [[3DSViewer|3DSViewer v0.1]] released by [[User:Elisherer|elisherer]]&lt;br /&gt;
*&#039;&#039;&#039;1 August 11&#039;&#039;&#039; [[3DS Save DeEncrypter3DS|Save DeEncrypter v1.0]] released by [[User:Blite|Blite]]&lt;br /&gt;
*&#039;&#039;&#039;25 July 11&#039;&#039;&#039; Nintendo released system update [[2.1.0-4]].&lt;br /&gt;
*&#039;&#039;&#039;15 June 11&#039;&#039;&#039; Nintendo released system update [[2.1.0-3]].&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=News/Archive&amp;diff=1167</id>
		<title>News/Archive</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=News/Archive&amp;diff=1167"/>
		<updated>2011-09-05T15:15:02Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;6 June 11&#039;&#039;&#039; Nintendo released system update [[2.0.0-2]].&lt;br /&gt;
*&#039;&#039;&#039;6 April 11&#039;&#039;&#039; [[DSaveManager|DSaveManager v0.1]] released by [[User:Crediar|crediar]]&lt;br /&gt;
*&#039;&#039;&#039;4 April 11&#039;&#039;&#039; [[3DSaveTool|3DSaveTool v0.2b]] released by [[User:Crediar|crediar]]&lt;br /&gt;
*&#039;&#039;&#039;4 April 11&#039;&#039;&#039; [[3DSaveTool|3DSaveTool v0.2b]] released by [[User:Crediar|crediar]]&lt;br /&gt;
*&#039;&#039;&#039;2 April 11&#039;&#039;&#039; [[3DSaveTool|3DSaveTool v0.1]] released by [[User:Crediar|crediar]]&lt;br /&gt;
*&#039;&#039;&#039;28 March 11&#039;&#039;&#039; Fixed 3DBrew wiki issues, now fully operational!&lt;br /&gt;
*&#039;&#039;&#039;18 March 11&#039;&#039;&#039; 3DBrew launched.&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Home_Menu&amp;diff=937</id>
		<title>Home Menu</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Home_Menu&amp;diff=937"/>
		<updated>2011-07-01T15:22:42Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: /* Versions */ Made CDN Post Date format consistent&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
The &#039;&#039;&#039;Home Menu&#039;&#039;&#039; is the heart of the Nintendo 3DS. From there one can start games, channels, and manage contacts and settings. It is launched first, and working background with 3DS games, without System Settings or DS/DSi mode game.&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Version &lt;br /&gt;
! JPN&lt;br /&gt;
! USA &lt;br /&gt;
! EUR&lt;br /&gt;
! Release date &lt;br /&gt;
! Changelog &lt;br /&gt;
! CDN Availability&lt;br /&gt;
! CDN Post Date&lt;br /&gt;
|-&lt;br /&gt;
| [[1.0.0-0|1.0.0-0]]&lt;br /&gt;
| 432 &lt;br /&gt;
| 432&lt;br /&gt;
| 432&lt;br /&gt;
| February 26, 2011&lt;br /&gt;
| Shipped with 3DS on launch&lt;br /&gt;
| Available&lt;br /&gt;
| February 18, 2011&lt;br /&gt;
|-&lt;br /&gt;
| [[1.1.0-0|1.1.0-0]]&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| Update from some game cards&lt;br /&gt;
| Unavailable&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| [[1.1.0-1|1.1.0-1]] &lt;br /&gt;
| 1472 &lt;br /&gt;
| 1472 &lt;br /&gt;
| 1472&lt;br /&gt;
| February ?, 2011&lt;br /&gt;
| General bug fixes&lt;br /&gt;
Added 3D Video title to menu. (&amp;quot;For a Limited Time Only&amp;quot;)&lt;br /&gt;
| Available&lt;br /&gt;
| March 1, 2011&lt;br /&gt;
|-&lt;br /&gt;
| [[2.0.0-2|2.0.0-2]]&lt;br /&gt;
| 2516&lt;br /&gt;
| 2516&lt;br /&gt;
| 2516&lt;br /&gt;
| June 6/7, 2011&lt;br /&gt;
| From the update notification:(DSiWare management isn&#039;t mentioned in the notice but is available) [[Nintendo eShop]] added, web browser available, [[System Transfer]] added. Full DSiWare data management available. [[SpotPass|Automatic]] system updates added.&lt;br /&gt;
| Available&lt;br /&gt;
| June 6, 2011&lt;br /&gt;
|-&lt;br /&gt;
| [[2.1.0-3|2.1.0-3]]&lt;br /&gt;
| 3553&lt;br /&gt;
| 3553&lt;br /&gt;
| 3553&lt;br /&gt;
| June 15, 2011&lt;br /&gt;
| Fixes the Ridge Racer freeze.&lt;br /&gt;
| Available&lt;br /&gt;
| June 15, 2011&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo Software]]&lt;br /&gt;
[[Homeメニュー|Japanese]]&lt;br /&gt;
&lt;br /&gt;
=== See Also ===&lt;br /&gt;
http://www.nintendo.com/consumer/systems/3ds/en_na/menu_update.jsp&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Home_Menu&amp;diff=936</id>
		<title>Home Menu</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Home_Menu&amp;diff=936"/>
		<updated>2011-07-01T15:20:48Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
The &#039;&#039;&#039;Home Menu&#039;&#039;&#039; is the heart of the Nintendo 3DS. From there one can start games, channels, and manage contacts and settings. It is launched first, and working background with 3DS games, without System Settings or DS/DSi mode game.&lt;br /&gt;
&lt;br /&gt;
== Versions ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Version &lt;br /&gt;
! JPN&lt;br /&gt;
! USA &lt;br /&gt;
! EUR&lt;br /&gt;
! Release date &lt;br /&gt;
! Changelog &lt;br /&gt;
! CDN Availability&lt;br /&gt;
! CDN Post Date&lt;br /&gt;
|-&lt;br /&gt;
| [[1.0.0-0|1.0.0-0]]&lt;br /&gt;
| 432 &lt;br /&gt;
| 432&lt;br /&gt;
| 432&lt;br /&gt;
| February 26, 2011&lt;br /&gt;
| Shipped with 3DS on launch&lt;br /&gt;
| Available&lt;br /&gt;
| February 18, 2011&lt;br /&gt;
|-&lt;br /&gt;
| [[1.1.0-0|1.1.0-0]]&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
| Update from some game cards&lt;br /&gt;
| Unavailable&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
| [[1.1.0-1|1.1.0-1]] &lt;br /&gt;
| 1472 &lt;br /&gt;
| 1472 &lt;br /&gt;
| 1472&lt;br /&gt;
| February ?, 2011&lt;br /&gt;
| General bug fixes&lt;br /&gt;
Added 3D Video title to menu. (&amp;quot;For a Limited Time Only&amp;quot;)&lt;br /&gt;
| Available&lt;br /&gt;
| March 1, 2011&lt;br /&gt;
|-&lt;br /&gt;
| [[2.0.0-2|2.0.0-2]]&lt;br /&gt;
| 2516&lt;br /&gt;
| 2516&lt;br /&gt;
| 2516&lt;br /&gt;
| June 6/7, 2011&lt;br /&gt;
| From the update notification:(DSiWare management isn&#039;t mentioned in the notice but is available) [[Nintendo eShop]] added, web browser available, [[System Transfer]] added. Full DSiWare data management available. [[SpotPass|Automatic]] system updates added.&lt;br /&gt;
| Available&lt;br /&gt;
| June 6 9:30PDT.&lt;br /&gt;
|-&lt;br /&gt;
| [[2.1.0-3|2.1.0-3]]&lt;br /&gt;
| 3553&lt;br /&gt;
| 3553&lt;br /&gt;
| 3553&lt;br /&gt;
| June 15, 2011&lt;br /&gt;
| Fixes the Ridge Racer freeze.&lt;br /&gt;
| Available&lt;br /&gt;
| June 15 8EDT.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo Software]]&lt;br /&gt;
[[Homeメニュー|Japanese]]&lt;br /&gt;
&lt;br /&gt;
=== See Also ===&lt;br /&gt;
http://www.nintendo.com/consumer/systems/3ds/en_na/menu_update.jsp&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=User:Winmaster&amp;diff=589</id>
		<title>User:Winmaster</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=User:Winmaster&amp;diff=589"/>
		<updated>2011-05-27T00:36:09Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey, I&#039;m winmaster. I don&#039;t own a 3DS, but I do own a DSi, a DS Lite, and a Wii. I hope to teach myself C++ this summer.&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=User_talk:Neimod&amp;diff=575</id>
		<title>User talk:Neimod</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=User_talk:Neimod&amp;diff=575"/>
		<updated>2011-05-23T00:36:28Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: Created page with &amp;quot;Hello Neimod; I have been having issues with the dsibrew wiki. I cannot confirm my email address, and as a result, I cannot edit the wiki. I have noticed you performing administr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello Neimod; I have been having issues with the dsibrew wiki. I cannot confirm my email address, and as a result, I cannot edit the wiki. I have noticed you performing administrative duties on dsibrew as well as 3dbrew and I ask that you please look into the issue for me. Please note that I have tried several email addresses including the one I use here and on wiibrew. The following is the error I receive:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1pt dashed blue; background : grey; padding: 1em 1em;&amp;quot;&amp;gt;&lt;br /&gt;
===Confirm e-mail address===&lt;br /&gt;
&lt;br /&gt;
DSiBrew could not send your confirmation mail. Please check your e-mail address for invalid characters. &lt;br /&gt;
&lt;br /&gt;
Mailer returned: Failed to add recipient: *removed* [SMTP: Invalid response code received from server (code: 554, response: &amp;lt;*removed*&amp;gt;: Relay access denied)]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you do not handle these issues, then could you please forward this request to someone who does? Thanks, --[[User:Winmaster|Winmaster]] 04:36, 23 May 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=News&amp;diff=524</id>
		<title>News</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=News&amp;diff=524"/>
		<updated>2011-05-13T13:30:38Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: /* News */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
==Adding an item==&lt;br /&gt;
* Log in to the wiki. Editing is disabled if you don&#039;t have an account.&lt;br /&gt;
* Add the news event to the top of the list, using this format for the date: &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&#039;&#039;&#039;&amp;lt;/nowiki&amp;gt;{{#time: d F y}}&amp;lt;nowiki&amp;gt;&#039;&#039;&#039; &amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;. Please include the application&#039;s creator, version number, and a link to a page on 3DBrew about the application. No external links please.&lt;br /&gt;
* &#039;&#039;&#039;Move the last entry to the [[:News/Archive|news archive]]. There should be no more than 4 entrees in the list.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Archives==&lt;br /&gt;
For older news, see the [[:News/Archive|news archive]].&lt;br /&gt;
&lt;br /&gt;
=== News ===&lt;br /&gt;
&amp;lt;!-- Add news below --&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;10 May 11&#039;&#039;&#039; Defective by Design is launching a campaign against [http://defectivebydesign.org/brick-nintendo Nintendo bricking 3DS]&lt;br /&gt;
*&#039;&#039;&#039;16 April 11&#039;&#039;&#039; [[DSaveManager|DSaveManager v0.2]] released by [[User:Crediar|crediar]]&lt;br /&gt;
*&#039;&#039;&#039;6 April 11&#039;&#039;&#039; [[DSaveManager|DSaveManager v0.1]] released by [[User:Crediar|crediar]]&lt;br /&gt;
*&#039;&#039;&#039;4 April 11&#039;&#039;&#039; [[3DSaveTool|3DSaveTool v0.2b]] released by [[User:Crediar|crediar]]&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=News/Archive&amp;diff=523</id>
		<title>News/Archive</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=News/Archive&amp;diff=523"/>
		<updated>2011-05-13T13:30:28Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*&#039;&#039;&#039;2 April 11&#039;&#039;&#039; [[3DSaveTool|3DSaveTool v0.1]] released by [[User:Crediar|crediar]]&lt;br /&gt;
*&#039;&#039;&#039;28 March 11&#039;&#039;&#039; Fixed 3DBrew wiki issues, now fully operational!&lt;br /&gt;
*&#039;&#039;&#039;18 March 11&#039;&#039;&#039; 3DBrew launched.&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Talk:News&amp;diff=522</id>
		<title>Talk:News</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Talk:News&amp;diff=522"/>
		<updated>2011-05-13T13:29:41Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is the defective by designs campaign really relevant to 3dbrew? Should it really be on the news page? --[[User:Matthew|Matthew]] 06:27, 13 May 2011 (CEST)&lt;br /&gt;
&lt;br /&gt;
I believe so. Homebrew appears to be a primary target of the Nintendo 3DS EULA and any bricking efforts Nintendo may implement.--[[User:Winmaster|Winmaster]] 17:29, 13 May 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Talk:News&amp;diff=521</id>
		<title>Talk:News</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Talk:News&amp;diff=521"/>
		<updated>2011-05-13T13:29:31Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is the defective by designs campaign really relevant to 3dbrew? Should it really be on the news page? --[[User:Matthew|Matthew]] 06:27, 13 May 2011 (CEST)&lt;br /&gt;
I believe so. Homebrew appears to be a primary target of the Nintendo 3DS EULA and any bricking efforts Nintendo may implement.--[[User:Winmaster|Winmaster]] 17:29, 13 May 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
	<entry>
		<id>https://www.3dbrew.org/w/index.php?title=Talk:News&amp;diff=520</id>
		<title>Talk:News</title>
		<link rel="alternate" type="text/html" href="https://www.3dbrew.org/w/index.php?title=Talk:News&amp;diff=520"/>
		<updated>2011-05-13T13:29:19Z</updated>

		<summary type="html">&lt;p&gt;Winmaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is the defective by designs campaign really relevant to 3dbrew? Should it really be on the news page? --[[User:Matthew|Matthew]] 06:27, 13 May 2011 (CEST)&lt;br /&gt;
 I believe so. Homebrew appears to be a primary target of the Nintendo 3DS EULA and any bricking efforts Nintendo may implement.--[[User:Winmaster|Winmaster]] 17:29, 13 May 2011 (CEST)&lt;/div&gt;</summary>
		<author><name>Winmaster</name></author>
	</entry>
</feed>