diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ad34226..c2645000 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Reporting bugs in debug mode and include the relevant part of the output. To enable debug mode, run ZNC with the `-D` flag. -[The debugging page]:http://wiki.znc.in/Debugging +[The debugging page]:https://wiki.znc.in/Debugging Code changes ============ @@ -24,4 +24,4 @@ Code changes * For deciding which branch to pull request, please see [the branches page] on wiki.znc.in. -[The branches page]:http://wiki.znc.in/Branches +[The branches page]:https://wiki.znc.in/Branches diff --git a/Makefile.in b/Makefile.in index ed477f7f..5b2d058f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -231,7 +231,7 @@ install: znc znc.service $(LIBZNC) @echo " to generate a config file." @echo "" @echo " If you need help with using ZNC, please visit our wiki at:" - @echo " http://znc.in" + @echo " https://znc.in" uninstall: rm $(DESTDIR)$(bindir)/znc diff --git a/README.md b/README.md index a21ee6a4..79923e83 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [![ZNC](http://wiki.znc.in/resources/assets/wiki.png)](http://znc.in) - An advanced IRC bouncer +# [![ZNC](https://wiki.znc.in/resources/assets/wiki.png)](https://znc.in) - An advanced IRC bouncer [![Travis Build Status](https://img.shields.io/travis/znc/znc/master.svg?label=linux%2Fmacos)](https://travis-ci.org/znc/znc) [![Jenkins Build Status](https://img.shields.io/jenkins/s/https/jenkins.znc.in/job/znc/job/znc/job/master.svg?label=freebsd)](https://jenkins.znc.in/job/znc/job/znc/job/master/) @@ -158,12 +158,12 @@ These directories are also in there: This file shouldn't be too hard too understand. An explanation of all the items can be found on the -[Configuration](http://wiki.znc.in/Configuration)-Page. +[Configuration](https://wiki.znc.in/Configuration)-Page. **Warning: better not to edit config, while ZNC is running.** Use the [webadmin] and [controlpanel] modules instead. -[webadmin]:http://wiki.znc.in/Webadmin -[controlpanel]:http://wiki.znc.in/Controlpanel +[webadmin]:https://wiki.znc.in/Webadmin +[controlpanel]:https://wiki.znc.in/Controlpanel If you changed some settings while ZNC is running, a simple `pkill -SIGUSR1 znc` will make ZNC rewrite its config file. Alternatively @@ -178,17 +178,17 @@ and running make or with the `znc-buildmod` shell script. For additional info look in the wiki: -- [Writing modules](http://wiki.znc.in/Writing_modules) +- [Writing modules](https://wiki.znc.in/Writing_modules) Perl modules are loaded through the global module -[ModPerl](http://wiki.znc.in/Modperl). +[ModPerl](https://wiki.znc.in/Modperl). Python modules are loaded through the global module -[ModPython](http://wiki.znc.in/Modpython). +[ModPython](https://wiki.znc.in/Modpython). ## Further infos -Please visit http://znc.in/ or +Please visit https://znc.in/ or [#znc on freenode](ircs://irc.freenode.net:6697/#znc) if you still have questions. diff --git a/modules/awaynick.cpp b/modules/awaynick.cpp index 5b895b9a..e6a956ca 100644 --- a/modules/awaynick.cpp +++ b/modules/awaynick.cpp @@ -21,7 +21,7 @@ class CAwayNickMod : public CModule { MODCONSTRUCTOR(CAwayNickMod) {} bool OnLoad(const CString&, CString& sMessage) override { - sMessage = "retired module - see http://wiki.znc.in/awaynick"; + sMessage = "retired module - see https://wiki.znc.in/awaynick"; return false; } }; @@ -32,4 +32,4 @@ void TModInfo(CModInfo& Info) { } NETWORKMODULEDEFS(CAwayNickMod, - "retired module - see http://wiki.znc.in/awaynick") + "retired module - see https://wiki.znc.in/awaynick") diff --git a/modules/data/webadmin/tmpl/add_edit_network.tmpl b/modules/data/webadmin/tmpl/add_edit_network.tmpl index f8eda3a1..fc122467 100644 --- a/modules/data/webadmin/tmpl/add_edit_network.tmpl +++ b/modules/data/webadmin/tmpl/add_edit_network.tmpl @@ -237,7 +237,7 @@ - checked="checked" disabled="disabled" /> + checked="checked" disabled="disabled" /> diff --git a/modules/data/webadmin/tmpl/add_edit_user.tmpl b/modules/data/webadmin/tmpl/add_edit_user.tmpl index d396363b..b6c08c86 100644 --- a/modules/data/webadmin/tmpl/add_edit_user.tmpl +++ b/modules/data/webadmin/tmpl/add_edit_user.tmpl @@ -177,7 +177,7 @@ - checked="checked" disabled="disabled" /> + checked="checked" disabled="disabled" /> @@ -323,7 +323,7 @@ title="" disabled="disabled" /> - +