CINXE.COM

Wesnoth.org Site Status

<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montaga%7COpen+Sans:400,400i,700,700i" type="text/css" /> <link rel="icon" type="image/png" href="wesmere/favicon-32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="wesmere/favicon-16.png" sizes="16x16" /> <link rel="stylesheet" type="text/css" href="wesmere/mini.css" /> <link rel="stylesheet" type="text/css" href="valen/valen2.css" /> <title>Wesnoth.org Site Status</title> <script src="wesmere/modernizr.js"></script> <script type="text/javascript"> // <![CDATA[ var refresh_interval = 600; var report_ts = 1733055576; var page_description_shown = false; function int(value) { return parseInt(value, 10); } function adjust_refresh_interval_to_clock() { var cur_ts, upd_ts; cur_ts = upd_ts = (new Date()).getTime() / 1000; upd_ts = refresh_interval * (1 + int(upd_ts / refresh_interval)); var new_interval = upd_ts - cur_ts; if (new_interval > 0) { refresh_interval = new_interval; } } function unit_display(value, unit) { var intval = int(value); return intval + ' ' + unit + (intval > 1 ? 's' : ''); } function timestamp_diff_display(delta) { var secs = delta % 60; delta = /*int*/((delta - secs) / 60); var mins = delta % 60; delta = /*int*/((delta - mins) / 60); var hours = delta % 24; delta = /*int*/((delta - hours) / 24); var text_bits = new Array(); if (delta) text_bits.push(unit_display(delta, 'day')); if (hours) text_bits.push(unit_display(hours, 'hour')); if (mins) text_bits.push(unit_display(mins, 'minute')); if (secs && mins == 0) text_bits.push(unit_display(secs, 'second')); return text_bits.join(', '); } function update_refresh_timer_display(remaining) { var e = document.getElementById('refresh-interval'); if (!e) return; var mins = int(remaining / 60); var secs = Math.max(int(remaining % 60), 0); var text = 'Refreshing in '; if (mins) text += mins + ' minute' + (mins != 1 ? 's' : '') + ' and '; text += secs + ' seconds'; text += '\u2026'; e.firstChild.nodeValue = text; } function update_report_timer() { var e = document.getElementById('report-ts'); if (!e) return; var age = int((new Date()).getTime()/1000 - report_ts); if (age < 60) e.firstChild.nodeValue = 'Updated less than a minute ago'; else if (age >= 60 && age < 120) e.firstChild.nodeValue = 'Updated a minute ago'; else e.firstChild.nodeValue = 'Updated ' + timestamp_diff_display(age) + ' ago'; } function toggle_page_description() { page_description_shown = !page_description_shown; document.getElementById('page-description').style.display = page_description_shown ? '' : 'none'; } // ]]> </script> </head> <body> <div id="main"> <div id="nav" role="banner"> <div class="centerbox"> <div id="logo"> <a href="https://www.wesnoth.org/" aria-label="Wesnoth logo"></a> </div> <ul id="navlinks"> <li><a href="https://status.wesnoth.org/">Status</a></li> <li><a href="https://www.wesnoth.org/">Home</a></li> <li><a href="https://forums.wesnoth.org/viewforum.php?f=62">News</a></li> <li><a href="https://wiki.wesnoth.org/Play">Play</a></li> <li><a href="https://wiki.wesnoth.org/Create">Create</a></li> <li><a href="https://forums.wesnoth.org/">Forums</a></li> <li><a href="https://wiki.wesnoth.org/Project">About</a></li> </ul> <div class="reset"></div> </div> </div> <div id="content" role="main"> <h1 class="fl">Site Status</h1> <div id="page-description-toggle" class="fr" style="display:none;"><a href="#" onclick="toggle_page_description(); return false;">What is this?</a></div> <div class="fc"></div> <div id="page-description"> <script type="text/javascript"> document.getElementById('page-description').style.display = 'none'; document.getElementById('page-description-toggle').style.display = ''; </script> <p>The various services provided by Wesnoth.org are regularly monitored for possible unexpected downtimes. If you find a problem accessing our site or servers, you can come here to check whether the problem is only at your end or affects everyone.</p> <p>For reporting issues or requesting help, you can use our <a href="https://discord.gg/battleforwesnoth"><b>official Discord server</b></a>, or our official <abbr title="Internet Relay Chat">IRC</abbr> channel <a href="https://web.libera.chat/#wesnoth"><b>#wesnoth</b></a> on <code class="noframe">irc.libera.chat</code>.</p> <p>Alternatively, you may use our forums:</p> <ul> <li><a href="https://forums.wesnoth.org/viewforum.php?f=4">Technical Support</a> — For assistance with the add-ons and multiplayer client functionality of the game</li> <li><a href="https://forums.wesnoth.org/viewforum.php?f=17">Website</a> — For reporting problems or suggesting ideas for the Wesnoth.org website in general</li> </ul> </div> <div class="chronology"> <span id="report-ts" class="updated fl">Updated on 2024-12-01 12:19 UTC</span> <span id="refresh-interval" class="refreshing fr" style="display:none;">&nbsp;</span> </div> <div class="fc"></div> <ul class="facilities"><li> <dl class="header"> <dt>Domain Name System</dt> <dd class="green"> <span class="status-label green" title="Last response time: N/A">Online</span> </dd> </dl> <div class="details"><span class="description">Resolves names such as “wesnoth.org” to IP addresses</span></div></li><li> <dl class="header"> <dt>Web Server <span class="hostname">www.wesnoth.org</span></dt> <dd class="green"> <span class="status-label green" title="Last response time: 517 ms">Online</span> </dd> </dl> <div class="details"><span class="description">HTTP server and front page</span><a href="https://www.wesnoth.org/" rel="nofollow">Front Page</a></div></li><li> <dl class="header"> <dt>Forums Board <span class="hostname">forums.wesnoth.org</span></dt> <dd class="green"> <span class="status-label green" title="Last response time: 561 ms">Online</span> </dd> </dl> <div class="details"><span class="description">phpBB application</span><a href="https://forums.wesnoth.org/" rel="nofollow">Board Index</a> &#8226; <a href="https://forums.wesnoth.org/memberlist.php?mode=team" rel="nofollow">Staff List</a></div></li><li> <dl class="header"> <dt>Wiki <span class="hostname">wiki.wesnoth.org</span></dt> <dd class="green"> <span class="status-label green" title="Last response time: 456 ms">Online</span> </dd> </dl> <div class="details"><span class="description">MediaWiki application</span><a href="https://wiki.wesnoth.org/" rel="nofollow">Starting Points</a> &#8226; <a href="https://wiki.wesnoth.org/Special:Statistics" rel="nofollow">Statistics</a> &#8226; <a href="https://wiki.wesnoth.org/Special:ListUsers?group=sysop" rel="nofollow">Staff List</a></div></li><li> <dl class="header"> <dt>Add-ons Server <span class="hostname">add-ons.wesnoth.org</span></dt> <dd class="green"> <span class="status-label green" title="Last response time: N/A">Online</span> </dd> </dl> <div class="details"><span class="description">Official add-ons server (campaignd)</span><a href="https://addons.wesnoth.org/" rel="nofollow">Web Index</a></div><div class="inreport"> <ul><li><span class="instatus" title="Last response time: 318 ms"><span class="inname">Testing</span><span class="green"><span class="status-label green">Up</span></span></span></li><li><span class="instatus" title="Last response time: 316 ms"><span class="inname">1.18</span><span class="green"><span class="status-label green">Up</span></span></span></li><li><span class="instatus" title="Last response time: 317 ms"><span class="inname">1.16</span><span class="green"><span class="status-label green">Up</span></span></span></li><li><span class="instatus" title="Last response time: 317 ms"><span class="inname">1.14</span><span class="green"><span class="status-label green">Up</span></span></span></li></ul> </div> <div class="fc"></div></li><li> <dl class="header"> <dt>Primary MP Server <span class="hostname">server.wesnoth.org</span></dt> <dd class="green"> <span class="status-label green" title="Last response time: N/A">Online</span> </dd> </dl> <div class="details"><span class="description">Official main multiplayer games server (wesnothd)</span><a href="https://replays.wesnoth.org/" rel="nofollow">Replays Directory</a></div><div class="inreport"> <ul><li><span class="instatus" title="Last response time: 316 ms"><span class="inname">Master</span><span class="green"><span class="status-label green">Up</span></span></span></li><li><span class="instatus" title="Last response time: 317 ms"><span class="inname">1.18</span><span class="green"><span class="status-label green">Up</span></span></span></li><li><span class="instatus" title="Last response time: 315 ms"><span class="inname">1.16</span><span class="green"><span class="status-label green">Up</span></span></span></li><li><span class="instatus" title="Last response time: 316 ms"><span class="inname">1.14</span><span class="green"><span class="status-label green">Up</span></span></span></li></ul> </div> <div class="fc"></div></li><li> <dl class="header"> <dt>Alternate MP Server <span class="hostname">server2.wesnoth.org</span></dt> <dd class="red"> <span class="status-label red" title="Last response time: N/A">Offline</span> </dd> </dl> <div class="details"><span class="description">Alternate multiplayer games server (wesnothd)</span></div><div class="inreport"> <ul><li><span class="instatus" title="Last response time: 10 s"><span class="inname">1.18</span><span class="red"><span class="status-label red">Down</span></span></span></li><li><span class="instatus" title="Last response time: 10 s"><span class="inname">1.16</span><span class="red"><span class="status-label red">Down</span></span></span></li><li><span class="instatus" title="Last response time: 10 s"><span class="inname">1.14</span><span class="red"><span class="status-label red">Down</span></span></span></li></ul> </div> <div class="fc"></div></li><li> <dl class="header"> <dt>Jenkins <span class="hostname">jenkins.wesnoth.org</span></dt> <dd class="green"> <span class="status-label green" title="Last response time: 215 ms">Online</span> </dd> </dl> <div class="details"><span class="description">Continuous integration and delivery (CI/CD) services</span><a href="http://jenkins.wesnoth.org:8080/" rel="nofollow">Dashboard</a></div></li><li> <dl class="header"> <dt>Mailman <span class="hostname">mailman.wesnoth.org</span></dt> <dd class="green"> <span class="status-label green" title="Last response time: 441 ms">Online</span> </dd> </dl> <div class="details"><span class="description">Mailing list services</span><a href="https://mailman.wesnoth.org/" rel="nofollow">Lists Index</a></div></li></ul> <div class="fc"></div> </div> <!-- end content --> </div> <!-- end main --> <div id="footer-sep"></div> <div id="footer"><div id="footer-content"><div> <a href="https://wiki.wesnoth.org/StartingPoints">Site Map</a> &#8226; <a href="https://status.wesnoth.org/">Site Status</a><br /> Copyright &copy; 2003&ndash;2024 by <a rel="author" href="https://wiki.wesnoth.org/Project">The Battle for Wesnoth Project</a><br /> Site design Copyright &copy; 2017&ndash;2024 by Iris Morelle </div></div></div> <script type="text/javascript"> // <![CDATA[ adjust_refresh_interval_to_clock(); update_report_timer(); update_refresh_timer_display(refresh_interval); if (refresh_interval) { var e = document.getElementById('refresh-interval'); if (e) e.style.display = ''; setTimeout(function() { window.location.reload(1); }, refresh_interval * 1000); } var refresh_timer_value = refresh_interval; setInterval(function() { update_report_timer(); update_refresh_timer_display(--refresh_timer_value); }, 1000); // ]]> </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10