diff options
| author | 2023-02-01 04:13:30 +0000 | |
|---|---|---|
| committer | 2023-02-01 04:13:30 +0000 | |
| commit | 5e6954152a6979afedc1ac3b753844dffe30717e (patch) | |
| tree | 2a4647690ef95bb2f641d4872d8748bd8a9f5f4a /src/modules | |
| parent | Rename some source files to match their recently renamed headers. (diff) | |
Update module descriptions.
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_cloak_md5.cpp | 2 | ||||
| -rw-r--r-- | src/modules/m_cloak_sha256.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_cloak_md5.cpp b/src/modules/m_cloak_md5.cpp index dd2c970c3..aa3833cff 100644 --- a/src/modules/m_cloak_md5.cpp +++ b/src/modules/m_cloak_md5.cpp @@ -325,7 +325,7 @@ private: public: ModuleCloakMD5() - : Module(VF_VENDOR, "Provides the half and full cloak engines.") + : Module(VF_VENDOR, "Adds the half and full cloaking methods for use with the cloak module.") , halfcloakengine(this, "half", true) , fullcloakengine(this, "full", false) { diff --git a/src/modules/m_cloak_sha256.cpp b/src/modules/m_cloak_sha256.cpp index 945250b56..97038a569 100644 --- a/src/modules/m_cloak_sha256.cpp +++ b/src/modules/m_cloak_sha256.cpp @@ -329,7 +329,7 @@ private: public: ModuleCloakSHA256() - : Module(VF_VENDOR, "Provides the hmac-sha256 cloak engine.") + : Module(VF_VENDOR, "Adds the hmac-sha256 and hmac-sha256-ip cloaking methods for use with the cloak module.") , hostcloak(this, "hmac-sha256", true) , ipcloak(this, "hmac-sha256-ip", false) { |
