Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes issue #1117 reported by @ProgVal
|
|
|
|
|
|
|
|
Fixes issue #1120 reported by @ProgVal
|
|
|
|
Fixes issue #1100 reported by @uecasm
|
|
[2.0] Fix CAP REQ to be atomic like the standard dictates.
|
|
|
|
Reported by @dequis on IRC.
|
|
|
|
- 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
|
|
|
|
OnRequest()
|
|
|
|
- Caps are now managed by m_cap
- Each cap uses one bit in an extension item shared with other caps
|
|
|
|
|
|
|