]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Update most URLs to use HTTPS and fix some dead links.
authorRobby <robby@chatbelgie.be>
Tue, 12 Mar 2019 14:37:18 +0000 (15:37 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 14 Mar 2019 11:02:24 +0000 (11:02 +0000)
14 files changed:
.github/ISSUE_TEMPLATE.md
configure
docs/conf/modules.conf.example
docs/conf/services/anope.conf.example
docs/conf/services/atheme.conf.example
locales/readme.txt
make/template/main.mk
src/modules/extra/README
src/modules/m_httpd.cpp
src/modules/m_nationalchars.cpp
vendor/README.md
win/CMakeLists.txt
win/NSIS.template.in
win/README.txt

index 6fdf33bba9ab83bdf551eac241affef7d5a3b092..ea6121d992673fa18c3849eb98385e64add1c42d 100644 (file)
@@ -14,7 +14,7 @@ Example configs:
 3.0 (alpha) - https://github.com/inspircd/inspircd/tree/master/docs/conf
 
 Wiki:
-https://wiki.inspircd.org/
+https://wiki.inspircd.org
 -->
 
 **Description**
index 81e742b09aa52140f77f659aa66546f284988800..048975f41dee8f5ece6c68e792487ce6ee612132 100755 (executable)
--- a/configure
+++ b/configure
@@ -268,7 +268,7 @@ not been tested as heavily and may contain various faults which could seriously
 affect the running of your server. It is recommended that you use a stable
 version instead.
 
-You can obtain the latest stable version from http://www.inspircd.org/ or by
+You can obtain the latest stable version from https://www.inspircd.org or by
 running `<|GREEN git checkout $(git describe --abbrev=0 --tags insp3)|>` if you are
 installing from Git.
 EOW
index 3f7e5a9f032ec6fa4df2db9a69ae0ac07ed16138..bfad0cc1726c87450494e6dc56be7d2ad753f17b 100644 (file)
 # The webirc method is the recommended way to allow gateways to forward
 # IP/host information. When using this method the gateway sends a WEBIRC
 # message to the server on connection. For more details please read the
-# IRCv3 WebIRC specification at http://ircv3.net/specs/extensions/webirc.html.
+# IRCv3 WebIRC specification at: https://ircv3.net/specs/extensions/webirc.html
 #
 # When using this method you must specify a wildcard mask or CIDR range
 # to allow gateway connections from and at least one of either a SSL
 #
 # Further information on these extensions can be found at the IRCv3
 # working group website:
-# http://ircv3.net/irc/
+# https://ircv3.net/irc/
 #
 #<module name="ircv3">
 # The following block can be used to control which extensions are
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # Map hiding module: replaces /MAP and /LINKS output to users with a  #
-# message to see a website, set by maphide="http://test.org/map" in   #
+# message to see a website, set by maphide="https://test.org/map" in  #
 # the <security> tag, instead.                                        #
 #<module name="maphide">
 
index 603bb538d3f564f4493aca55cf0079dca97125f5..4068871c851a2f7d8a81dd3f45569c02443e1458 100644 (file)
@@ -1,5 +1,5 @@
 # This file contains aliases and nickname reservations which are used
-# by Anope. See https://www.anope.org/ for more information on Anope.
+# by Anope. See https://www.anope.org for more information on Anope.
 
 # This file inherits from the generic config to avoid repetition.
 <include file="examples/services/generic.conf.example">
index 037087998346ae9d70f0a689432cbd6727f26307..ac87399c25e001578a908cce348a57a5c889781b 100644 (file)
@@ -1,5 +1,6 @@
 # This file contains aliases and nickname reservations which are used
-# by Atheme. See http://atheme.net for more information on Atheme.
+# by Atheme. See https://atheme.github.io/atheme.html for more
+# information on Atheme.
 
 # This file inherits from the generic config to avoid repetition.
 <include file="examples/services/generic.conf.example">
index 069e664b590dfa9fbb891ded7c0a4d9cff2b8e07..5e366d606b3b4723821632b909b96a811ed5f169 100755 (executable)
@@ -1,6 +1,6 @@
 Here you can find locales configuration files.
 
-(!) The idea and several locale files are derived from Bynets UnrealIRCd distribution (See http://www.bynets.org/)
+(!) The idea and several locale files are derived from Bynets UnrealIRCd distribution (See https://bynets.org)
 
 *** File structure ***
 
index d33627519473d5197d84d06dc4d29db2cddd7c34..9c7ee9449555b119072aba592e47ccc2aee27bb6 100644 (file)
@@ -184,7 +184,7 @@ std-header:
        @echo "*                                   *"
        @echo "*   This will take a *long* time.   *"
        @echo "*     Why not read our wiki at      *"
-       @echo "*     http://wiki.inspircd.org      *"
+       @echo "*     https://wiki.inspircd.org     *"
        @echo "*  while you wait for Make to run?  *"
        @echo "*************************************"
 
index b59494df9e0104c46dd1cc9cc0091ff10292114d..630ab3e8577043ff6367980990ac66e60cdb284c 100644 (file)
@@ -2,7 +2,7 @@ This directory stores modules which require external libraries to compile.
 For example, m_filter_pcre requires the PCRE libraries.
 
 To compile any of these modules first ensure you have the required dependencies
-(read the online documentation at https://wiki.inspircd.org/) and then symlink
+(read the online documentation at https://wiki.inspircd.org) and then symlink
 the .cpp file from this directory into the parent directory (src/modules/).
 
 Alternatively, use the command: ./configure --enable-extras=m_extra.cpp, which will
index 2e67b1551d9cd8545c403cc28eb490c30675867a..f9e5bc0fdca282acb328208c51deef4780847e02 100644 (file)
@@ -229,7 +229,7 @@ class HttpServerSocket : public BufferedSocket, public Timer, public insp::intru
                HTTPHeaders empty;
                std::string data = InspIRCd::Format(
                        "<html><head></head><body>Server error %u: %s<br>"
-                       "<small>Powered by <a href='http://www.inspircd.org'>InspIRCd</a></small></body></html>", response, http_status_str((http_status)response));
+                       "<small>Powered by <a href='https://www.inspircd.org'>InspIRCd</a></small></body></html>", response, http_status_str((http_status)response));
 
                SendHeaders(data.length(), response, empty);
                WriteData(data);
index 81c2d2959f0fce348f93500a6266fc0c4a66070c..2b7e66a5038e2bcf9a6791331312de0cebbda0c0 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 
-/* Contains a code of Unreal IRCd + Bynets patch ( http://www.unrealircd.com/ and http://www.bynets.org/ )
-   Original patch is made by Dmitry "Killer{R}" Kononko. ( http://killprog.com/ )
+/* Contains a code of Unreal IRCd + Bynets patch (https://www.unrealircd.org and https://bynets.org)
+   Original patch is made by Dmitry "Killer{R}" Kononko. (http://killprog.com)
    Changed at 2008-06-15 - 2009-02-11
    by Chernov-Phoenix Alexey (Phoenix@RusNet) mailto:phoenix /email address separator/ pravmail.ru */
 
index c233d6daed2bce3a70f3f97fe93ac16fb1e731b5..0eb3961dbe7e621ab93020dbec58e5630c898384 100644 (file)
@@ -10,7 +10,7 @@ This directory contains vendored dependencies that are shipped with InspIRCd to
 
 **License** &mdash; Public Domain
 
-**Website** &mdash; [http://openwall.com/crypt/](http://openwall.com/crypt/)
+**Website** &mdash; [https://www.openwall.com/crypt/](https://www.openwall.com/crypt/)
 
 ## http_parser
 
index 1071022812130e974e35250bc63aa15fb0b8f7ee..be6617b8b638d43b679b6c249d74c5bb92b28ce5 100644 (file)
@@ -104,7 +104,7 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
        set(CPACK_NSIS_MUI_ICON "${INSPIRCD_BASE}/win\\\\inspircd.ico")
        set(CPACK_NSIS_MUI_UNIICON "${INSPIRCD_BASE}/win\\\\inspircd.ico")
        set(CPACK_NSIS_INSTALLED_ICON_NAME "inspircd.exe")
-       set(CPACK_NSIS_URL_INFO_ABOUT "http://www.inspircd.org/")
+       set(CPACK_NSIS_URL_INFO_ABOUT "https://www.inspircd.org")
        set(CPACK_NSIS_COMPRESSOR "/SOLID zlib")
 
        include(CPack)
index 0b74cc98f43a9f9d6f3a80c4413e56a8158c625a..2e6abd7842b76a37cad9ebbc37b87e6c5d7017ad 100644 (file)
@@ -43,7 +43,7 @@
 \r
 ;--- Component support macros: ---\r
 ; The code for the add/remove functionality is from:\r
-;   http://nsis.sourceforge.net/Add/Remove_Functionality\r
+;   https://nsis.sourceforge.io/Add/Remove_Functionality\r
 ; It has been modified slightly and extended to provide\r
 ; inter-component dependencies.\r
 Var AR_SecFlags\r
index f5b2d8c83f7df9bceab39daf7bfc155f734617f3..437ff7e4f27d476395ab7cc8ab9f2ea28153ebbb 100644 (file)
@@ -1,9 +1,9 @@
 Building InspIRCd for Windows:\r
 \r
 Prerequisites:\r
-       Visual Studio 2015 or newer (https://www.visualstudio.com/)\r
-       CMake 2.8 or newer (http://www.cmake.org/)\r
-       If building the installer, NSIS http://nsis.sourceforge.net/\r
+       Visual Studio 2015 or newer (https://www.visualstudio.com)\r
+       CMake 2.8 or newer (https://cmake.org)\r
+       If building the installer, NSIS (https://nsis.sourceforge.io)\r
 \r
 Configuring:\r
        First copy any extra modules from extras (such as m_mysql) to the modules directory that you want to build.\r
@@ -53,4 +53,4 @@ Building the installer:
        Locate the PACKAGE project on Visual Studio's Solution Explorer and build it. This will generate an InspIRCd-x.x.x.exe\r
        installer in the build directory which is ready to be distributed.\r
        \r
-       If you are building using NMake Makefiles or do not want to build the installer in Visual Studio, simply use "cpack".
\ No newline at end of file
+       If you are building using NMake Makefiles or do not want to build the installer in Visual Studio, simply use "cpack".\r