From 3a565a0564b942ae3cf430a0cf858c6ca1165e97 Mon Sep 17 00:00:00 2001
From: Michael Ortmann <41313082+michaelortmann@users.noreply.github.com>
Date: Tue, 14 Mar 2023 09:17:17 +0100
Subject: [PATCH 1/9] Fix various ftp/http/https URLs
---
README | 4 ++--
doc/BUG-REPORT | 2 +-
doc/MODULES | 12 +++++++-----
doc/Versions | 5 +++--
doc/modules/MODULES | 5 +++--
doc/modules/mod.seen | 5 +++--
doc/modules/mod.uptime | 5 +++--
doc/settings/mod.seen | 5 +++--
doc/settings/mod.uptime | 5 +++--
doc/sphinx_source/modules/included.rst | 5 +++--
doc/sphinx_source/modules/mod/seen.rst | 5 +++--
doc/sphinx_source/modules/mod/uptime.rst | 5 +++--
doc/sphinx_source/using/twitchinfo.rst | 2 +-
eggdrop-basic.conf | 2 +-
eggdrop.conf | 6 ++++--
misc/generatedocs | 2 +-
scripts/ques5.tcl | 4 ++--
scripts/sentinel.tcl | 1 -
src/md5/md5.h | 2 +-
src/md5/md5c.c | 2 +-
src/mod/server.mod/help/server.help | 2 +-
src/mod/uptime.mod/help/uptime.help | 3 ++-
src/mod/uptime.mod/modinfo | 3 ++-
src/mod/uptime.mod/uptime.c | 3 ++-
24 files changed, 55 insertions(+), 40 deletions(-)
diff --git a/README b/README
index 9696eee5d..3c607c934 100644
--- a/README
+++ b/README
@@ -60,8 +60,8 @@ FTP
The latest Eggdrop stable source code is always located at
https://geteggdrop.com. You can also download the current stable,
- previous stable, and development snapshot via FTP at
- ftp.eggheads.org/pub/Eggdrop/source
+ previous stable, and development snapshot at
+ https://ftp.eggheads.org/pub/eggdrop/source/
Git Development Snapshot
diff --git a/doc/BUG-REPORT b/doc/BUG-REPORT
index f60096f40..fff4619d6 100644
--- a/doc/BUG-REPORT
+++ b/doc/BUG-REPORT
@@ -15,7 +15,7 @@ NOTE: First check https://github.com/eggheads/eggdrop/issues to see if
Instructions:
[1] Please complete as many fields as possible.
-[2] Create a new issue on https://github.com/eggheads/eggdrop/issues
+[2] Create a new issue at https://github.com/eggheads/eggdrop/issues
and submit the completed report
-or-
[2] Email the completed report to: bugs@eggheads.org
diff --git a/doc/MODULES b/doc/MODULES
index b61a69b4b..94c778626 100644
--- a/doc/MODULES
+++ b/doc/MODULES
@@ -1,4 +1,4 @@
-Eggdrop Module Information Last revised: Jul 25, 2016
+Eggdrop Module Information Last revised: Mar 14, 2023
Eggdrop Module Information
@@ -105,7 +105,8 @@ MODULES INCLUDED WITH EGGDROP
or via dcc. This module works only for users in the bot's
userlist. If you are looking for a better and more advanced seen
module, try the gseen module by G'Quann. You can find it at
- http://www.kreativrauschen.com/gseen.mod/.
+ https://www.kreativrauschen.com/gseen.mod/ and
+ https://github.com/michaelortmann/gseen.mod.
server
@@ -126,7 +127,7 @@ MODULES INCLUDED WITH EGGDROP
uptime
This module reports uptime statistics to the uptime contest web
- site at http://uptime.eggheads.org. Go look and see what your
+ site at https://www.eggheads.org/uptime/. Go look and see what your
uptime is! It takes about 9 hours to show up, so if your bot isn't
listed, try again later. See doc/settings/mod.uptime for more
information, including details on what information is sent to the
@@ -415,7 +416,8 @@ WHAT TO DO WITH A MODULE?
the rest of the Eggdrop community, upload it to the incoming directory
on incoming.eggheads.org (/incoming/modules/1.8). Place a nice
descriptive text (modulename.desc) with it, and it'll make its way to
- the modules directory on ftp.eggheads.org. Don't forget to mention in
- your text file which version Eggdrop the module is written for.
+ the modules directory at https://ftp.eggheads.org/pub/eggdrop/modules/.
+ Don't forget to mention in your text file which version Eggdrop the module
+ is written for.
Copyright (C) 1999 - 2023 Eggheads Development Team
diff --git a/doc/Versions b/doc/Versions
index 61aaf483d..92fe23e8c 100644
--- a/doc/Versions
+++ b/doc/Versions
@@ -2,8 +2,9 @@ This file lists the release dates for most of the officially released
versions of Eggdrop and notes forks, bug fix patches and maintenance
patches. Some of the older versions are missing from the current archive and
their exact release dates are unknown. If you happen to have a copy of an
-old version not in the archive available on ftp://ftp.eggheads.org please
-get in contact via #eggdrop on Libera so it can be added.
+old version not in the archive available at
+https://ftp.eggheads.org/pub/eggdrop/source/ please get in contact via #eggdrop
+on Libera so it can be added.
Version Release date
diff --git a/doc/modules/MODULES b/doc/modules/MODULES
index 05b2a8fef..d3e686f72 100644
--- a/doc/modules/MODULES
+++ b/doc/modules/MODULES
@@ -68,7 +68,8 @@ seen
via dcc. This module works only for users in the bot's userlist. If
you are looking for a better and more advanced seen module, try the
gseen module by G'Quann. You can find it at
- http://www.kreativrauschen.com/gseen.mod/.
+ https://www.kreativrauschen.com/gseen.mod/ and
+ https://github.com/michaelortmann/gseen.mod.
server
@@ -96,7 +97,7 @@ twitch
uptime
This module reports uptime statistics to the uptime contest web site
- at http://uptime.eggheads.org. Go look and see what your uptime is!
+ at https://www.eggheads.org/uptime/. Go look and see what your uptime is!
It takes about 9 hours to show up, so if your bot isn't listed, try
again later. See doc/settings/mod.uptime for more information,
including details on what information is sent to the uptime server.
diff --git a/doc/modules/mod.seen b/doc/modules/mod.seen
index af637b8ec..1b13cb08c 100644
--- a/doc/modules/mod.seen
+++ b/doc/modules/mod.seen
@@ -1,4 +1,4 @@
-Last revised: January 1, 2002
+Last revised: Mar 14, 2023
Seen Module
@@ -6,7 +6,8 @@ This module provides very basic seen commands via msg, on channel or via
dcc. This module works only for users in the bot's userlist. If you are
looking for a better and more advanced seen module, try the gseen module
by G'Quann. You can find it at
-http://www.kreativrauschen.com/gseen.mod/.
+https://www.kreativrauschen.com/gseen.mod/ and
+https://github.com/michaelortmann/gseen.mod.
This module requires: none
diff --git a/doc/modules/mod.uptime b/doc/modules/mod.uptime
index 483175e7a..3e8c78b23 100644
--- a/doc/modules/mod.uptime
+++ b/doc/modules/mod.uptime
@@ -1,8 +1,9 @@
-Last revised: January 1, 2002
+Last revised: Mar 14, 2023
Uptime Module
-This module reports uptime statistics to http://uptime.eggheads.org. Go
+This module reports uptime statistics to the uptime contest web
+site at https://www.eggheads.org/uptime/. Go
look and see what your uptime is! It takes about 9 hours to show up, so
if your bot isn't listed, try again later.
diff --git a/doc/settings/mod.seen b/doc/settings/mod.seen
index af637b8ec..1b13cb08c 100644
--- a/doc/settings/mod.seen
+++ b/doc/settings/mod.seen
@@ -1,4 +1,4 @@
-Last revised: January 1, 2002
+Last revised: Mar 14, 2023
Seen Module
@@ -6,7 +6,8 @@ This module provides very basic seen commands via msg, on channel or via
dcc. This module works only for users in the bot's userlist. If you are
looking for a better and more advanced seen module, try the gseen module
by G'Quann. You can find it at
-http://www.kreativrauschen.com/gseen.mod/.
+https://www.kreativrauschen.com/gseen.mod/ and
+https://github.com/michaelortmann/gseen.mod.
This module requires: none
diff --git a/doc/settings/mod.uptime b/doc/settings/mod.uptime
index 483175e7a..3e8c78b23 100644
--- a/doc/settings/mod.uptime
+++ b/doc/settings/mod.uptime
@@ -1,8 +1,9 @@
-Last revised: January 1, 2002
+Last revised: Mar 14, 2023
Uptime Module
-This module reports uptime statistics to http://uptime.eggheads.org. Go
+This module reports uptime statistics to the uptime contest web
+site at https://www.eggheads.org/uptime/. Go
look and see what your uptime is! It takes about 9 hours to show up, so
if your bot isn't listed, try again later.
diff --git a/doc/sphinx_source/modules/included.rst b/doc/sphinx_source/modules/included.rst
index 95f459942..34496b601 100644
--- a/doc/sphinx_source/modules/included.rst
+++ b/doc/sphinx_source/modules/included.rst
@@ -78,7 +78,8 @@ Modules included with Eggdrop
or via dcc. This module works only for users in the bot's
userlist. If you are looking for a better and more advanced seen
module, try the gseen module by G'Quann. You can find it at
- http://www.kreativrauschen.com/gseen.mod/.
+ https://www.kreativrauschen.com/gseen.mod/ and
+ https://github.com/michaelortmann/gseen.mod.
:ref:`server`
This module provides the core server support. You have to load
@@ -98,7 +99,7 @@ Modules included with Eggdrop
:ref:`uptime`
This module reports uptime statistics to the uptime contest
- web site at http://uptime.eggheads.org. Go look and see what
+ web site at https://www.eggheads.org/uptime/. Go look and see what
your uptime is! It takes about 9 hours to show up, so if your
bot isn't listed, try again later. See doc/settings/mod.uptime
for more information, including details on what information is
diff --git a/doc/sphinx_source/modules/mod/seen.rst b/doc/sphinx_source/modules/mod/seen.rst
index 05f17700c..25cc9e091 100644
--- a/doc/sphinx_source/modules/mod/seen.rst
+++ b/doc/sphinx_source/modules/mod/seen.rst
@@ -1,4 +1,4 @@
-Last revised: January 1, 2002
+Last revised: Mar 14, 2023
.. _seen:
@@ -9,7 +9,8 @@ Seen Module
This module provides very basic seen commands via msg, on channel or via dcc.
This module works only for users in the bot's userlist. If you are looking
for a better and more advanced seen module, try the gseen module by G'Quann.
-You can find it at http://www.kreativrauschen.com/gseen.mod/.
+You can find it at https://www.kreativrauschen.com/gseen.mod/ and
+https://github.com/michaelortmann/gseen.mod.
This module requires: none
diff --git a/doc/sphinx_source/modules/mod/uptime.rst b/doc/sphinx_source/modules/mod/uptime.rst
index 7ad024f78..10e6da733 100644
--- a/doc/sphinx_source/modules/mod/uptime.rst
+++ b/doc/sphinx_source/modules/mod/uptime.rst
@@ -1,4 +1,4 @@
-Last revised: January 1, 2002
+Last revised: Mar 14, 2023
.. _uptime:
@@ -6,7 +6,8 @@ Last revised: January 1, 2002
Uptime Module
-------------
-This module reports uptime statistics to http://uptime.eggheads.org. Go look
+This module reports uptime statistics to the uptime contest web
+site at https://www.eggheads.org/uptime/. Go look
and see what your uptime is! It takes about 9 hours to show up, so if your
bot isn't listed, try again later.
diff --git a/doc/sphinx_source/using/twitchinfo.rst b/doc/sphinx_source/using/twitchinfo.rst
index db93a4e03..2385ef814 100644
--- a/doc/sphinx_source/using/twitchinfo.rst
+++ b/doc/sphinx_source/using/twitchinfo.rst
@@ -16,7 +16,7 @@ We should also make clear that Eggdrop is in no way affiliated with Twitch in an
***********************
Registering with Twitch
***********************
-#. Register an account with Twitch. At the time of writing, this is done by visiting `Twitch