]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix various cases of UUID exposure.
authorPeter Powell <petpow@saberuk.com>
Wed, 5 Feb 2014 13:49:16 +0000 (13:49 +0000)
committerAttila Molnar <attilamolnar@hush.com>
Thu, 6 Feb 2014 22:10:01 +0000 (23:10 +0100)
commitdb0e78c5d2e0998591b274c027fef26e1ac6ce6a
treef87b58008e0b3ccb44c4c4088e913de95cf1dcb3
parent13edc2e8eb1404e51131468451ed64ef4d25cdaf
Fix various cases of UUID exposure.

- Introduce WriteCommand which sends * when the user has not registered.
- Switch a ton of code to use WriteCommand instead of WriteServ.
- Convert WriteNotice to be a wrapper around WriteCommand.
- Only send * when NICK has not been sent instead of before registration.
include/users.h
src/modules/m_cap.cpp
src/modules/m_cloaking.cpp
src/users.cpp