]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Minor cleanup and documentation improvements.
authorMatt Schatz <genius3000@g3k.solutions>
Tue, 14 Apr 2020 10:51:05 +0000 (04:51 -0600)
committerMatt Schatz <genius3000@g3k.solutions>
Tue, 14 Apr 2020 12:15:40 +0000 (06:15 -0600)
commit85bd27a84087397c8ac7e4e026f4187888931262
tree3536423ba2b2e72d157dfa9cf8fceb76d21ef0e7
parent6ce92e8eb0fa1bf253da2c16d3cd9cdede5899a6
Minor cleanup and documentation improvements.

- Only show a generic failure message to the user upon oper failure
due to not having a secure connection or matching cert. fingerprint.
- Update the comment about oper:fingerprint as it can be a space
separated list of fingerprints and not just one.
- Improve a few code comments and formatting.
docs/conf/opers.conf.example
src/coremods/core_oper/cmd_oper.cpp
src/modules/m_sslinfo.cpp