mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:14:46 +02:00
Convert remaining http:// links to https://
This commit is contained in:
@@ -45,9 +45,9 @@ Run `./unrealircd start` in the directory where you installed UnrealIRCd.
|
||||
Start -> All Programs -> UnrealIRCd -> UnrealIRCd
|
||||
|
||||
## Documentation & FAQ
|
||||
You can find the **documentation** online at: http://www.unrealircd.org/docs/
|
||||
You can find the **documentation** online at: https://www.unrealircd.org/docs/
|
||||
|
||||
We also have a good **FAQ**: http://www.unrealircd.org/docs/FAQ
|
||||
We also have a good **FAQ**: https://www.unrealircd.org/docs/FAQ
|
||||
|
||||
## Website, support, and other links ##
|
||||
* https://www.unrealircd.org - Our main website
|
||||
|
||||
@@ -6,7 +6,7 @@ Rules about patches & modifications to UnrealIRCd
|
||||
2. If new files are made, it must contain proper copyright headers.
|
||||
|
||||
3. If you want to submit patches (f.e. if you don't have write access to
|
||||
the repository), then submit them to http://bugs.unrealircd.org/
|
||||
the repository), then submit them to https://bugs.unrealircd.org/
|
||||
using "hg export" or "hg diff". Naturally include a clear description
|
||||
of what the change does.
|
||||
|
||||
|
||||
@@ -157,7 +157,7 @@ CMD_FUNC(m_join)
|
||||
int r;
|
||||
|
||||
if (bouncedtimes)
|
||||
sendto_realops("m_join: bouncedtimes=%d??? [please report at http://bugs.unrealircd.org/]", bouncedtimes);
|
||||
sendto_realops("m_join: bouncedtimes=%d??? [please report at https://bugs.unrealircd.org/]", bouncedtimes);
|
||||
bouncedtimes = 0;
|
||||
if (IsServer(sptr))
|
||||
return 0;
|
||||
|
||||
@@ -1433,7 +1433,7 @@ int _register_user(aClient *cptr, aClient *sptr, char *nick, char *username, cha
|
||||
|
||||
#ifdef EXPERIMENTAL
|
||||
sendto_one(sptr,
|
||||
":%s NOTICE %s :*** \2NOTE:\2 This server is running experimental IRC server software (UnrealIRCd %s). If you find any bugs or problems, please report them at http://bugs.unrealircd.org/",
|
||||
":%s NOTICE %s :*** \2NOTE:\2 This server is running experimental IRC server software (UnrealIRCd %s). If you find any bugs or problems, please report them at https://bugs.unrealircd.org/",
|
||||
me.name, sptr->name, VERSIONONLY);
|
||||
#endif
|
||||
#ifdef HOSTILENAME
|
||||
|
||||
@@ -451,7 +451,7 @@ int do_svsmode(aClient *cptr, aClient *sptr, int parc, char *parv[], int show_c
|
||||
sendto_realops(
|
||||
"[BUG] server %s tried to set +H while user not an oper, para=%s/%s, "
|
||||
"umodes=%ld, please fix your services or if you think it's our fault, "
|
||||
"report at http://bugs.unrealircd.org/", sptr->name, parv[1], parv[2], acptr->umodes);
|
||||
"report at https://bugs.unrealircd.org/", sptr->name, parv[1], parv[2], acptr->umodes);
|
||||
break; /* abort! */
|
||||
}
|
||||
IRCstats.operators--;
|
||||
|
||||
+1
-1
@@ -320,7 +320,7 @@ LONG __stdcall ExceptionFilter(EXCEPTION_POINTERS *e)
|
||||
{
|
||||
fprintf(fd, "UnrealIRCd has encountered a fatal error. Debugging information "
|
||||
"has been dumped to unrealircd.%d.core, please file a bug and upload "
|
||||
"this file to http://bugs.unrealircd.org/.", getpid());
|
||||
"this file to https://bugs.unrealircd.org/.", getpid());
|
||||
fclose(fd);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -193,7 +193,7 @@ __EOF__
|
||||
echo "=================== STOP HERE ======================"
|
||||
echo ""
|
||||
echo "Copy the parts between the START HERE and STOP HERE marker"
|
||||
echo "and report it on http://bugs.unrealircd.org/"
|
||||
echo "and report it on https://bugs.unrealircd.org/"
|
||||
echo ""
|
||||
echo 'But before you do, note the following:'
|
||||
echo '1. We do not support modifications of any unrealircd code'
|
||||
|
||||
Reference in New Issue
Block a user