This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mail-Go v1.2 - Official Release for RC24 - Please Read (#26)
Thanks a lot!
- Loading branch information
1 parent
cd1285d
commit ead93ec
Showing
13 changed files
with
71 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
* text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
# Script allowing us to cache Go dependencies in Docker cache. | ||
go get github.com/google/uuid | ||
go get github.com/Disconnect24/lilliput | ||
go get github.com/discordapp/lilliput | ||
go get github.com/logrusorgru/aurora | ||
go get github.com/go-sql-driver/mysql | ||
go get github.com/getsentry/raven-go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Disconnect24 Patcher</title> | ||
<style type="text/css"> | ||
.default { | ||
font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial, sans-serif; | ||
text-align: center; | ||
color: #FFFFFF; | ||
background-color: black | ||
} | ||
</style> | ||
</head> | ||
|
||
<body class="default"> | ||
<div/> | ||
<h1>Disconnect24 Mail</h1> | ||
<p><img src="DC24logo.png" width="531" height="187" alt=""/> | ||
</p> | ||
<h2>Mail Patcher v1.2</h2> | ||
<h3>This time it actually works.™</h3> | ||
<p>Upload your nwc24msg.cfg below to register your Wii.</p> | ||
<form action="/patch" method="post" enctype="multipart/form-data" class="dropzone"> | ||
<div class="default"> | ||
<input type="file" name="uploaded_config" class="textB"/><span class="textB"><br/><br/> | ||
</span> | ||
<input class="textB" type="submit" value="Upload and Patch!"/><span class="textB"> | ||
</span> | ||
</div> | ||
<h4>Recommendation: You should use the Disconnect24 Patcher at:</h4> | ||
<h5>https://github.com/Disconnect24/dc24-channel/releases</h5> | ||
</form> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters