Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Pass command name and destination as real parameters
- Allow callers to specify the command source
- Send a SID instead of a server name if the target is a single server
|
|
|
|
|
|
|
|
automatically
|
|
|
|
and on rehash
This eliminates the need for calling OnRehash() in init()
|
|
|
|
The majority of modules were logging with their module name as the
log type. There was a few places which were logging to a non-name
type but, with the exception of CONFIG, those messages are so
uncommon that it doesn't make sense to use a seperate type for
them.
|
|
|
|
|