Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is no reason to have these events in one big handler and it
causes unnecessary event hooks to be created by having them like
this.
The ServerEventListener class still exists for compatibility
|
|
|
|
|
|
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
|
|
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
|
|
Closes #1430.
|
|
In the future we will have server linking modules that are not the
spanningtree module.
|
|
GCCs warnings for this are much better than Clangs.
|
|
This removes the need to invalidate the cache after changing a
user's hostname.
|
|
|
|
Also, fix a minor issue caused by the last insp20 merge.
|
|
|
|
See atheme/atheme@b41753f740 for more details.
|
|
SASL-3.2 allows SASL auth to happen post-registration so this is
no longer correct.
|
|
This is unnecessary since 852dd0337a.
|
|
|
|
|
|
|
|
Always append the SSL fingerprint even if EXTERNAL is not used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue #812
|
|
|
|
|
|
parameters
|
|
|
|
- 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
|
|
|
|
|
|
OnRequest()
|
|
- Caps are now managed by m_cap
- Each cap uses one bit in an extension item shared with other caps
|
|
|
|
|
|
|