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/COMPILE-GUIDE b/doc/COMPILE-GUIDE index 431dd75f2..05173bb8f 100644 --- a/doc/COMPILE-GUIDE +++ b/doc/COMPILE-GUIDE @@ -1,5 +1,5 @@ Eggdrop Compile Guide and FAQ -Last revised: November 17, 2022 +Last revised: May 14, 2023 _____________________________________________________________________ Eggdrop Compile Guide and FAQ @@ -145,7 +145,7 @@ Last revised: November 17, 2022 If your system does not have 'gmake', you can download it from: - http://ftp.gnu.org/pub/gnu/make/ + ftp.gnu.org/pub/gnu/make/ It can be installed in your home directory, as with Tcl, but that is beyond the scope of this document. Read the INSTALL file that comes with @@ -354,8 +354,8 @@ Last revised: November 17, 2022 If you do not have Tcl installed on your system, you can compile it in your /home directory. Download Tcl from Tcl's SourceForge project page - at http://www.sourceforge.net/projects/tcl/, or from ActiveState at - ftp://tcl.activestate.com/pub/tcl/tcl8_4/. Read Tcl's README file for + at https://sourceforge.net/projects/tcl/, or from ActiveState at + https://www.activestate.com/products/tcl/. Read Tcl's README file for help with compiling and installing it. After you compile Tcl, follow the steps above to allow Eggdrop to detect Tcl. diff --git a/doc/Versions b/doc/Versions index 61aaf483d..6b1eac815 100644 --- a/doc/Versions +++ b/doc/Versions @@ -2,8 +2,8 @@ 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 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/settings/mod.seen b/doc/settings/mod.seen index 0d010be8d..b7a56bc4d 100644 --- a/doc/settings/mod.seen +++ b/doc/settings/mod.seen @@ -1,12 +1,12 @@ -Last revised: January 1, 2002 +Last revised: Mar 14, 2023 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/. +looking for a better and more advanced seen module, try the gseen module, +originally by G'Quann and forked/maintained by mortmann. You can find it at +https://github.com/michaelortmann/gseen.mod. This module requires: none diff --git a/doc/settings/mod.uptime b/doc/settings/mod.uptime index c6acd360c..d4220dba1 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/install/readme.rst b/doc/sphinx_source/install/readme.rst index 6d365a880..628f07353 100644 --- a/doc/sphinx_source/install/readme.rst +++ b/doc/sphinx_source/install/readme.rst @@ -60,7 +60,7 @@ There are two official methods to download Eggdrop source code. Alternately, Egg FTP ^^^ - The latest Eggdrop stable source code is always located at ``_. You can also download the current stable, previous stable, and development snapshot via FTP at ``_ + The latest Eggdrop stable source code is always located at ``_. You can also download the current stable, previous stable, and development snapshot at ``_ Git Development Snapshot ^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/doc/sphinx_source/install/upgrading.rst b/doc/sphinx_source/install/upgrading.rst index aa610ff48..907482f83 100644 --- a/doc/sphinx_source/install/upgrading.rst +++ b/doc/sphinx_source/install/upgrading.rst @@ -44,7 +44,7 @@ To migrate from a 1.8 to a |majversion| Eggdrop, some changes are suggested to b Modules ^^^^^^^ -While most 3rd party modules that worked on older Eggdrop versions should still work with Eggdrop |majversion|, many of them contain a version check that only allows them to run on 1.6.x bots. We have removed the version check from some of the more popular modules provide them at ``_ +While most 3rd party modules that worked on older Eggdrop versions should still work with Eggdrop |majversion|, many of them contain a version check that only allows them to run on 1.6.x bots. We have removed the version check from some of the more popular modules provide them at ``_ Scripts ^^^^^^^ diff --git a/doc/sphinx_source/modules/included.rst b/doc/sphinx_source/modules/included.rst index dae42a510..8c3d42f09 100644 --- a/doc/sphinx_source/modules/included.rst +++ b/doc/sphinx_source/modules/included.rst @@ -83,8 +83,7 @@ Modules included with Eggdrop 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/. + module, try the gseen module, originally written by G'Quann and forked/updated for modern Eggdrop by mortmann. You can find it at ``_ :ref:`server` This module provides the core server support. You have to load @@ -104,7 +103,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 ``_. 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 0ddf12153..bb61cf7c8 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: @@ -8,8 +8,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/. +for a better and more advanced seen module, try the gseen module originally written by G'Quann and forked/updated to work with modern Eggdrop by mortmann. +You can find it at ``_. This module requires: none diff --git a/doc/sphinx_source/modules/mod/uptime.rst b/doc/sphinx_source/modules/mod/uptime.rst index d88b9244d..ef18cb788 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 ``_. 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 `_ and clicking on the Sign Up button. +#. Register an account with Twitch. At the time of writing, this is done by visiting `Twitch `_ and clicking on the Sign Up button. #. Generate a token to authenticate your bot with Twitch. At the time of writing, this is done by visiting the `Twitch OAuth generator `_ while logged in to the account you just created. The token will be an alphanumeric string and should be treated like a password (...because it is). Make note of it, and keep it safe! *********************** diff --git a/eggdrop-basic.conf b/eggdrop-basic.conf index 849575610..9deb7cadb 100755 --- a/eggdrop-basic.conf +++ b/eggdrop-basic.conf @@ -34,7 +34,7 @@ loadmodule notes ; # Note storing for users loadmodule console ; # Console setting storage #loadmodule seen ; # Basic seen functionality #loadmodule assoc ; # Party line channel naming -loadmodule uptime ; # Centralized uptime stat collection (http://uptime.eggheads.org) +loadmodule uptime ; # Centralized uptime stat collection (https://www.eggheads.org/uptime/) #loadmodule ident ; # Ident support #loadmodule twitch ; # Twitch gaming service support diff --git a/eggdrop.conf b/eggdrop.conf index 832f13c79..dae6a27b3 100755 --- a/eggdrop.conf +++ b/eggdrop.conf @@ -1608,8 +1608,9 @@ set info-party 0 # 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/. +# a better and more advanced seen module, try the gseen module, originally +# written by G'Quann and currently maintained by mortmann. You can find it at +# https://github.com/michaelortmann/gseen.mod. #loadmodule seen @@ -1622,7 +1623,8 @@ set info-party 0 #### UPTIME MODULE #### -# This module reports uptime statistics to http://uptime.eggheads.org. +# 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. The server module must be # loaded for this module to function. diff --git a/misc/generatedocs b/misc/generatedocs index 563118d3e..e0c8437a2 100755 --- a/misc/generatedocs +++ b/misc/generatedocs @@ -69,7 +69,7 @@ SPHINX="$(which sphinx-build)" if [ $? -eq 0 ]; then echo "Found." else - echo "Not found. Sphinx can be found at http://www.sphinx-doc.org or via apt-get install python-sphinx. Exiting..." + echo "Not found. Sphinx can be found at https://www.sphinx-doc.org or via apt-get install python-sphinx. Exiting..." exit 1 fi diff --git a/scripts/ques5.tcl b/scripts/ques5.tcl index 1a5028580..0193aa7ba 100644 --- a/scripts/ques5.tcl +++ b/scripts/ques5.tcl @@ -319,13 +319,13 @@ proc do_ques {} { } puts $fd1 "
" puts $fd1 " This page is automatically refreshed every [webify $web_update] minute(s).
" - puts $fd1 "
Created by quesedilla v5 via eggdrop.
" + puts $fd1 "
Created by quesedilla v5 via eggdrop.
" puts $fd1 " " puts $fd1 "" puts $fd1 "" puts $fd2 "
" puts $fd2 " This page is automatically refreshed every [webify $web_update] minute(s).
" - puts $fd2 "
Created by quesedilla v5 via eggdrop.
" + puts $fd2 "
Created by quesedilla v5 via eggdrop.
" puts $fd2 " " puts $fd2 "" puts $fd2 "" diff --git a/src/md5/md5.h b/src/md5/md5.h index 7a9fb8806..f83c286f3 100644 --- a/src/md5/md5.h +++ b/src/md5/md5.h @@ -3,7 +3,7 @@ * MD5 Message-Digest Algorithm (RFC 1321). * * Homepage: - * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 + * https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 * * Author: * Alexander Peslyak, better known as Solar Designer diff --git a/src/md5/md5c.c b/src/md5/md5c.c index acf3a86a0..e27bb7919 100644 --- a/src/md5/md5c.c +++ b/src/md5/md5c.c @@ -3,7 +3,7 @@ * MD5 Message-Digest Algorithm (RFC 1321). * * Homepage: - * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 + * https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5 * * Author: * Alexander Peslyak, better known as Solar Designer diff --git a/src/mod/server.mod/help/server.help b/src/mod/server.mod/help/server.help index 33f78f6f0..cc0b88a7c 100644 --- a/src/mod/server.mod/help/server.help +++ b/src/mod/server.mod/help/server.help @@ -9,7 +9,7 @@ ### %bdump%b Dumps the given text to the IRC server. - See http://www.ietf.org/rfc/rfc1459.txt for more information on the + See https://www.ietf.org/rfc/rfc1459.txt for more information on the IRC protocol. %{help=jump}%{+m} ### %bjump%b [server [[+]port [pass]]] diff --git a/src/mod/uptime.mod/help/uptime.help b/src/mod/uptime.mod/help/uptime.help index cd0330c86..0d67e28c8 100644 --- a/src/mod/uptime.mod/help/uptime.help +++ b/src/mod/uptime.mod/help/uptime.help @@ -1,6 +1,7 @@ %{help=uptime module}%{+n} ### %buptime module%b - The uptime module reports uptime statistics to http://uptime.eggheads.org. + The uptime 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/src/mod/uptime.mod/modinfo b/src/mod/uptime.mod/modinfo index f7f8b4c72..2582caee3 100644 --- a/src/mod/uptime.mod/modinfo +++ b/src/mod/uptime.mod/modinfo @@ -1,4 +1,5 @@ -DESC:This module reports uptime statistics to http://uptime.eggheads.org. Go +DESC:This module reports uptime statistics to the uptime contest web +DESC:site at https://www.eggheads.org/uptime/. Go DESC:look and see what your uptime is! It takes about 9 hours to show up, so DESC:if your bot isn't listed, try again later. DESC: diff --git a/src/mod/uptime.mod/uptime.c b/src/mod/uptime.mod/uptime.c index cddc1c8eb..780ad0be6 100644 --- a/src/mod/uptime.mod/uptime.c +++ b/src/mod/uptime.mod/uptime.c @@ -1,5 +1,6 @@ /* - * This module reports uptime information about your bot to http://uptime.eggheads.org. The + * This module reports uptime statistics to the uptime contest web + * site at https://www.eggheads.org/uptime/. The * purpose for this is to see how your bot rates against many others (including EnergyMechs * and Eggdrops) -- It is a fun little project, jointly run by Eggheads.org and EnergyMech.net. *