Skip to content

Commit 258c2ca

Browse files
committed
Move from freenode to libera
1 parent 2c6b6b1 commit 258c2ca

File tree

5 files changed

+185
-185
lines changed

5 files changed

+185
-185
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# IRC logs
22

3-
The web site behind http://irclogs.ltsp.org
3+
The web site behind https://irclogs.ltsp.org

www/_footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<hr>
2020
<footer role="contentinfo" style="padding: 0px 10px;">
21-
<p class="text-small text-grey-dk-000 mb-0">Copyright &copy; 2000-2020 the <a href="https://github.com/ltsp/ltsp/graphs/contributors">LTSP developers</a></p>
21+
<p class="text-small text-grey-dk-000 mb-0">Copyright &copy; 2000-2021 the <a href="https://github.com/ltsp/ltsp/graphs/contributors">LTSP developers</a></p>
2222
</footer>
2323
</div>
2424
</div>

www/_header.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<meta property="og:locale" content="en_US" />
1414
<meta name="description" content="Linux Terminal Server Project" />
1515
<meta property="og:description" content="Linux Terminal Server Project" />
16-
<link rel="canonical" href="http://irclogs.ltsp.org/" />
17-
<meta property="og:url" content="http://irclogs.ltsp.org/" />
18-
<meta property="og:site_name" content="LTSP" />
16+
<link rel="canonical" href="https://irclogs.ltsp.org/" />
17+
<meta property="og:url" content="https://irclogs.ltsp.org/" />
18+
<meta property="og:site_name" content="LTSP" />
1919
<!-- what this for?...
20-
<script type="application/ld+json">
20+
<script type="application/ld+json">
2121
{"@type":"WebSite","headline":"About","url":"https://ltsp.org/","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://ltsp.org/logo.png"}},"name":"LTSP","description":"Linux Terminal Server Project","@context":"http://schema.org"}
2222
</script>
2323
-->
@@ -40,9 +40,9 @@
4040
<div><a href="https://ltsp.org/"><img class="logo" src="logo.png" alt="Linux Terminal Server Project - LTSP" /></a></div>
4141
</div>
4242
<div>
43-
<h1>IRC chat logs for #ltsp on irc.freenode.net (<A CLASS="webchatlink" TARGET="_blank" HREF="<?php echo $this->link_webchat; ?>">webchat</A>)</h1>
43+
<h1>IRC chat logs for #ltsp on irc.libera.chat (<A CLASS="webchatlink" TARGET="_blank" HREF="<?php echo $this->link_webchat; ?>">webchat</A>)</h1>
4444
</div>
45-
45+
4646
<FORM ACTION="" METHOD="get">
4747
<DIV CLASS="searchbox" STYLE="width: 220px; float: left;">
4848
Request log from specific day: <BR>
@@ -54,5 +54,5 @@
5454
</DIV>
5555
</FORM>
5656
<BR STYLE="clear: both;">
57-
57+
5858
<DIV CLASS="irclogs">

www/default.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ class supylogs
77
// configuration
88
public $botname = 'ltsp'; // name of the bot making the logs is highlighted. leave empty for none
99
public $channel = '#ltsp'; // name of the channel
10-
public $network = 'irc.freenode.net'; // name of the network or server
11-
public $link_website = 'http://www.ltsp.org/';
12-
public $link_webchat = 'http://webchat.freenode.net/?channels=ltsp';
10+
public $network = 'irc.libera.chat'; // name of the network or server
11+
public $link_website = 'https://ltsp.org/';
12+
public $link_webchat = 'https://ts.sch.gr/repo/irc';
1313
public $searchlimit = 1000;
14-
private $logdir = '/srv/bot/logs/ChannelLogger/freenode/#ltsp/'; // logdir must end with slash
14+
private $logdir = '/srv/bot/logs/ChannelLogger/libera/#ltsp/'; // logdir must end with slash
1515
// end configuration
1616

1717
private $dates = array();

0 commit comments

Comments
 (0)