]> jfr.im git - irc/unrealircd/unrealircd.git/commit
Warn on plaintext oper::password in conf and even go as far as
authorBram Matthys <redacted>
Sat, 15 Jul 2023 16:48:27 +0000 (18:48 +0200)
committerBram Matthys <redacted>
Sat, 15 Jul 2023 17:02:31 +0000 (19:02 +0200)
commitcdc14569a9d1c2f46b98b56ea93759ac5a0ed117
tree794b27beb94fe4eb7ab87d41180148f78d812aab
parent78c3766038e3d400484936111150470752338632
Warn on plaintext oper::password in conf and even go as far as
generating the password hashes and suggesting using those.

This also starts the initial work on set::best-practices
https://www.unrealircd.org/docs/Set_block#set::best-practices
with hashed-passwords as the first setting there.
doc/RELEASE-NOTES.md
include/dynconf.h
include/h.h
src/auth.c
src/conf.c
src/modules/rpc/rpc.c