Age | Commit message (Collapse) | Author |
|
Fix warnings when building under GCC 6.
|
|
|
|
Code is shared with m_monitor
|
|
|
|
|
|
|
|
VF_COMMON/VF_OPTCOMMON flags
Include m_watch in the list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes issue #1117 reported by @ProgVal
|
|
|
|
|
|
|
|
Fixes issue #1120 reported by @ProgVal
|
|
|
|
Fixes issue #1100 reported by @uecasm
|
|
|
|
- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless
- m_dccallow is calling FindNickOnly() so it had the check needlessly
|
|
Inserting them causes FindUUID() and FindNick() to return server users which is not what modules want
|
|
TreeSocket::FindSource()
|
|
physically part of the object containing it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cap::Reference
|
|
|
|
|
|
|
|
|
|
Cap::Manager::NotifyValueChange()
|
|
|
|
|
|
|
|
CAP LS
Let modules implementing caps query this information
|