mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 21:50:35 -04:00
Removed NioTSO client and server
- NioTSO client isn't needed because we're using RayLib - Added FreeSO's API server to handle most backend operations
This commit is contained in:
parent
f12ba1502b
commit
22191ce648
591 changed files with 53264 additions and 3362 deletions
13
server/FSO.Server.Api.Core/MailTemplates/MailBan.html
Executable file
13
server/FSO.Server.Api.Core/MailTemplates/MailBan.html
Executable file
|
@ -0,0 +1,13 @@
|
|||
<strong>Account Suspended.</strong>
|
||||
<br>One of your FreeSO accounts has been suspended for not following <a href="http://freeso.org/rules">the rules</a>.
|
||||
<br>Banned account username:
|
||||
<strong>%username%</strong>.
|
||||
<br>
|
||||
<br />
|
||||
Expiration date:
|
||||
<strong>%end%</strong>
|
||||
<br />
|
||||
<br>Official Discord:
|
||||
<a href='https://discord.gg/xveESFj'>https://discord.gg/xveESFj</a>
|
||||
<br>Forums:
|
||||
<a href='http://forum.freeso.org'>http://forum.freeso.org</a>
|
9
server/FSO.Server.Api.Core/MailTemplates/MailBase.html
Executable file
9
server/FSO.Server.Api.Core/MailTemplates/MailBase.html
Executable file
|
@ -0,0 +1,9 @@
|
|||
<div style='font-family:Arial;border-radius:6px;border:1px solid #3875B9;padding:20px;max-width:500px;text-align:justify;line-height:22px'>
|
||||
<div style='display:block;padding-bottom:20px;overflow:hidden;border-bottom:1px solid #3875B9'>
|
||||
<img style='float:left' src='https://beta.freeso.org/cdn/img/slogo.png'>
|
||||
<span style='float:left;margin-left:15px;margin-top:15px'>Official Game Server</span>
|
||||
</div>
|
||||
<br />
|
||||
%content%
|
||||
<br />
|
||||
</div>
|
11
server/FSO.Server.Api.Core/MailTemplates/MailPasswordReset.html
Executable file
11
server/FSO.Server.Api.Core/MailTemplates/MailPasswordReset.html
Executable file
|
@ -0,0 +1,11 @@
|
|||
<strong>Password Reset Request</strong>
|
||||
<br>You requested a password reset. Good news, it's here!
|
||||
<br><a href='%confirmation_url%'>Click here to change your password</a>. The link will expire in %expires%.
|
||||
<br>Just in case, your token is: %token%.
|
||||
<br />
|
||||
<br>Official Discord: <a href='https://discord.gg/xveESFj'>https://discord.gg/xveESFj</a>
|
||||
<br>Forums: <a href='http://forum.freeso.org'>http://forum.freeso.org</a>
|
||||
<br>Twitter: <a href='http://twitter.com/FreeSOGame'>http://twitter.com/FreeSOGame</a>
|
||||
<br>
|
||||
<br><strong>Download the FreeSO Installer</strong>
|
||||
<br>Get the installer from <a href='http://beta.freeso.org'>FreeSO.org</a>. After confirming your account by clicking the link above, you will be able to create an account and login.
|
10
server/FSO.Server.Api.Core/MailTemplates/MailPasswordResetOK.html
Executable file
10
server/FSO.Server.Api.Core/MailTemplates/MailPasswordResetOK.html
Executable file
|
@ -0,0 +1,10 @@
|
|||
<strong>Your account password was just changed.</strong>
|
||||
<br>The password for your account with username <strong>%username%</strong> was just changed.
|
||||
<br />
|
||||
<br>Official Discord: <a href='https://discord.gg/xveESFj'>https://discord.gg/xveESFj</a>
|
||||
<br>Forums: <a href='http://forum.freeso.org'>http://forum.freeso.org</a>
|
||||
<br>Twitter: <a href='http://twitter.com/FreeSOGame'>http://twitter.com/FreeSOGame</a>
|
||||
<br>
|
||||
<br>
|
||||
<strong>Learn how to get started:</strong>
|
||||
<br>Check out TSOMania's guide at <a href="http://www.tsomania.net/gameguides/getting_started.php">TSOMania.net</a>.
|
12
server/FSO.Server.Api.Core/MailTemplates/MailRegistrationOK.html
Executable file
12
server/FSO.Server.Api.Core/MailTemplates/MailRegistrationOK.html
Executable file
|
@ -0,0 +1,12 @@
|
|||
<strong>Welcome to Sunrise Crater!</strong>
|
||||
<br>You can now login in-game. Here are your details:
|
||||
<br>Your username is: <strong>%username%</strong>. If you need any further support message us on one of our platforms.
|
||||
<br>Please check out <a href="http://freeso.org/rules">the rules</a> if you haven't already!
|
||||
<br />
|
||||
<br>Official Discord: <a href='https://discord.gg/xveESFj'>https://discord.gg/xveESFj</a>
|
||||
<br>Forums: <a href='http://forum.freeso.org'>http://forum.freeso.org</a>
|
||||
<br>Twitter: <a href='http://twitter.com/FreeSOGame'>http://twitter.com/FreeSOGame</a>
|
||||
<br>
|
||||
<br>
|
||||
<strong>Learn how to get started:</strong>
|
||||
<br>Check out TSOMania's guide at <a href="http://www.tsomania.net/gameguides/getting_started.php">TSOMania.net</a>.
|
11
server/FSO.Server.Api.Core/MailTemplates/MailRegistrationToken.html
Executable file
11
server/FSO.Server.Api.Core/MailTemplates/MailRegistrationToken.html
Executable file
|
@ -0,0 +1,11 @@
|
|||
<strong>You are almost here...</strong>
|
||||
<br>One last step! Verify your email address:
|
||||
<br><a href='%confirmation_url%'>Click here finish your registration</a>. The link will expire in %expires%.
|
||||
<br>Just in case, your token is: %token%.
|
||||
<br />
|
||||
<br>Official Discord: <a href='https://discord.gg/xveESFj'>https://discord.gg/xveESFj</a>
|
||||
<br>Forums: <a href='http://forum.freeso.org'>http://forum.freeso.org</a>
|
||||
<br>Twitter: <a href='http://twitter.com/FreeSOGame'>http://twitter.com/FreeSOGame</a>
|
||||
<br>
|
||||
<br><strong>Download the FreeSO Installer</strong>
|
||||
<br>Get the installer from <a href='http://beta.freeso.org'>FreeSO.org</a>. After confirming your account by clicking the link above, you will be able to create an account and login.
|
1
server/FSO.Server.Api.Core/MailTemplates/MailUnban.html
Executable file
1
server/FSO.Server.Api.Core/MailTemplates/MailUnban.html
Executable file
|
@ -0,0 +1 @@
|
|||
<!-- To-do -->
|
Loading…
Add table
Add a link
Reference in a new issue