Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
specing committed Jul 20, 2018
1 parent 91a8af6 commit 777e110
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 21 deletions.
3 changes: 1 addition & 2 deletions NEWS
@@ -1,2 +1 @@
See http://springlobby.info/

See https://springlobby.info/
2 changes: 1 addition & 1 deletion README-Settings++
Expand Up @@ -3,7 +3,7 @@
Copyright (C) 2007
Original work by Kloot
cross-plattform/UI adaptation and currently maintained by koshi (Ren� Milk)
visit http://springrts.com/phpbb/viewtopic.php?t=12104
visit https://springrts.com/phpbb/viewtopic.php?t=12104
for more info/help

All files in src/spring are taken from the spring engine source
Expand Down
2 changes: 1 addition & 1 deletion buildbot/master.cfg
Expand Up @@ -540,5 +540,5 @@ c['status'].append(irc)
####### PROJECT IDENTITY

c['projectName'] = "SpringLobby"
c['projectURL'] = "http://springlobby.info/"
c['projectURL'] = "https://springlobby.info/"
c['buildbotURL'] = "http://buildbot.springlobby.info/"
4 changes: 2 additions & 2 deletions doc/mainpage.dox
Expand Up @@ -10,8 +10,8 @@ This is the source documentation for the SpringLobby client. SpringLobby is an o

@section links Links

A trac server for SpringLobby has been setup at http://springlobby.info \n
The Spring engine website is at http://springrts.com/
A trac server for SpringLobby has been setup at https://springlobby.info \n
The Spring engine website is at https://springrts.com/

*/

Expand Down
2 changes: 1 addition & 1 deletion installer/sections/shortcuts_startMenu.nsh
Expand Up @@ -9,7 +9,7 @@

CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\Uninstall SpringLobby.lnk" "$INSTDIR\uninst.exe"

WriteINIStr "$SMPROGRAMS\${PRODUCT_NAME}\Read Me First.URL" "InternetShortcut" "URL" "http://springrts.com/wiki/Read_Me_First"
WriteINIStr "$SMPROGRAMS\${PRODUCT_NAME}\Read Me First.URL" "InternetShortcut" "URL" "https://springrts.com/wiki/Read_Me_First"

!else

Expand Down
2 changes: 1 addition & 1 deletion installer/springlobby.nsi
Expand Up @@ -18,7 +18,7 @@ SetCompressor /FINAL /SOLID lzma
!define PRODUCT_ROOT_KEY "HKLM"
!define PRODUCT_KEY "Software\SpringLobby"
!define PRODUCT_VERSION "${VERSION_TAG}"
!define PRODUCT_WEB_SITE "http://springlobby.info"
!define PRODUCT_WEB_SITE "https://springlobby.info"
!define PRODUCT_PUBLISHER "SpringLobby Team"

; MUI 1.67 compatible ------
Expand Down
2 changes: 1 addition & 1 deletion rpm/svn.spec
Expand Up @@ -12,7 +12,7 @@
Name: SpringLobby
Version: 1
Release: 1
Url: http://springlobby.info
Url: https://springlobby.info
License: GPL
Group: Amusements/Games/Other
Autoreqprov: on
Expand Down
2 changes: 1 addition & 1 deletion rpm/tarball.spec
Expand Up @@ -41,7 +41,7 @@
Name: SpringLobby
Version: 1
Release: 1
Url: http://springlobby.info
Url: https://springlobby.info
License: GPL
Group: Amusements/Games/Other
Autoreqprov: on
Expand Down
8 changes: 4 additions & 4 deletions share/freedesktop.org/springlobby.appdata.xml
Expand Up @@ -29,21 +29,21 @@
<li>XTA</li>
<li>Lots more developed regularly!</li>
</ul>
<p>The springlobby home page can be found at http://springlobby.info/ or you can visit our project page
<p>The springlobby home page can be found at https://springlobby.info/ or you can visit our project page
on github at https://github.com/springlobby/springlobby/.</p>
<p>You can find out more about the spring engine and its games at https://springrts.com/.</p>
</description>
<screenshots>
<screenshot type="default">
<image width="892" height="751">http://springlobby.info/landing/screenshots/01.png</image>
<image width="892" height="751">https://springlobby.info/landing/screenshots/01.png</image>
<caption>The connect window</caption>
</screenshot>
<screenshot>
<image width="892" height="751">http://springlobby.info/landing/screenshots/02.png</image>
<image width="892" height="751">https://springlobby.info/landing/screenshots/02.png</image>
<caption>Singleplayer</caption>
</screenshot>
</screenshots>
<url type="homepage">http://springlobby.info/</url>
<url type="homepage">https://springlobby.info/</url>
<url type="bugtracker">https://github.com/springlobby/springlobby/issues</url>
<url type="help">https://github.com/springlobby/springlobby/wiki</url>
<provides>
Expand Down
2 changes: 1 addition & 1 deletion src/gui/aboutbox.cpp
Expand Up @@ -18,7 +18,7 @@ slAboutBox::slAboutBox()
info->SetDescription(TowxString(GetSpringlobbyName())
+ _(" is a cross-platform lobby client for the Spring RTS engine"));
//info.SetCopyright(wxEmptyString;
info->SetWebSite(_T("http://springlobby.info"));
info->SetWebSite(_T("https://springlobby.info"));
info->SetLicence(_T("GPL v2 or later"));
info->AddDeveloper(_T("abma"));
info->AddDeveloper(_T("BrainDamage"));
Expand Down
2 changes: 1 addition & 1 deletion src/gui/connectwindow.cpp
Expand Up @@ -99,7 +99,7 @@ ConnectWindow::ConnectWindow(wxWindow* parent, Ui& ui)
m_pass_sizer->Add(m_pass_lbl, 1, wxALL | wxALIGN_CENTER_VERTICAL, 4);
m_pass_sizer->Add(m_pass_text, 2, wxEXPAND | wxALL, 4);

//FIXME was lazy, absoulte positioning isn't that nice //probably causing http://springlobby.info/issues/1094
// FIXME was lazy, absoulte positioning isn't that nice //probably causing https://springlobby.info/issues/1094
int pos1 = (m_pass_lbl->GetSize()).GetWidth() + 40;
wxBoxSizer* m_check_sizer = new wxBoxSizer(wxHORIZONTAL);
m_check_sizer->Add(pos1, 0, 0);
Expand Down
2 changes: 1 addition & 1 deletion src/tasserver.cpp
Expand Up @@ -37,7 +37,7 @@ lsl/networking/tasserver.cpp
#include <json/reader.h>
#include <lslutils/misc.h>

SLCONFIG("/Server/ExitMessage", "Using http://springlobby.info/", "Message which is send when leaving server");
SLCONFIG("/Server/ExitMessage", "Using https://springlobby.info/", "Message which is send when leaving server");

// times in milliseconds
#define PING_TIME 30000
Expand Down
4 changes: 2 additions & 2 deletions src/user.h
Expand Up @@ -71,9 +71,9 @@ struct UserStatus
return taus;
}

// https://springrts.com/dl/LobbyProtocol/ProtocolDescription.html#MYSTATUS:client
static UserStatus FromInt(const int tas)
{
//http://springrts.com/dl/LobbyProtocol/ProtocolDescription.html#MYSTATUS:client
UserStatus stat;
stat.in_game = (tas >> 0) & 1;
stat.away = (tas >> 1) & 1;
Expand Down Expand Up @@ -149,10 +149,10 @@ struct UserBattleStatus
return ((team != s.team) || (colour != s.colour) || (handicap != s.handicap) || (side != s.side) || (sync != s.sync) || (spectator != s.spectator) || (ready != s.ready) || (owner != s.owner) || (aishortname != s.aishortname) || (isfromdemo != s.isfromdemo) || (aitype != s.aitype));
}

// https://springrts.com/dl/LobbyProtocol/ProtocolDescription.html#MYBATTLESTATUS:client
static UserBattleStatus FromInt(const int tas)
{
UserBattleStatus stat;
//http://springrts.com/dl/LobbyProtocol/ProtocolDescription.html#MYBATTLESTATUS:client
stat.ready = (tas >> 1) & 1;
stat.team = (tas >> 2) & 15;
stat.ally = (tas >> 6) & 15;
Expand Down
2 changes: 1 addition & 1 deletion src/utils/misc.h
Expand Up @@ -12,7 +12,7 @@ class wxString;
/**
* @brief Computes Levenshtein distance (edit distance) between two strings.
* @return the Levenshtein distance normalized by the longest string's length.
* @note Source: http://en.wikipedia.org/wiki/Levenshtein_distance
* @note Source: https://en.wikipedia.org/wiki/Levenshtein_distance
*/
double LevenshteinDistance(const wxString& _s, const wxString& _t);

Expand Down
2 changes: 1 addition & 1 deletion tools/upload-temp-win-build_debug.sh
Expand Up @@ -19,4 +19,4 @@ fi

/usr/bin/install -m 0755 ${filename} /data/www/springlobby.info/temp/builds/$DEVELOPER/${filename}

echo "http://springlobby.info/temp/builds/$DEVELOPER/${filename}"
echo "https://springlobby.info/temp/builds/$DEVELOPER/${filename}"

0 comments on commit 777e110

Please sign in to comment.