| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Listmodes store their list in an extension that must be present when they are unset to show the modes being unset
|
| |
|
|
| |
extract into a method
|
| |
|
|
| |
objects to the OnSendWhoLine hook
|
| | |
|
| | |
|
| |
|
|
| |
parameters
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
No module we ship uses this flag and new modules should not use it either to make hotfixing possible
|
| |
|
|
| |
Remove InspIRCd::SendWhoisLine()
|
| |
|
|
| |
ModuleManager::SetPriority()
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
name points to multiple objects
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This gets rid of the duplicated mode parsing logic in m_namedmodes
|
| |
|
|
| |
ModeProcessFlags too
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
never NULL
|
| | |
| |
| |
| | |
ModuleManager is constructed when ServerInstance is non-NULL, test that instead
|
| | |
| |
| |
| |
| |
| |
| |
| | |
to LocalUser
No remote users were passed to this hook before.
Remove needless IS_LOCAL() checks.
|
| | | |
|
| | |
| |
| |
| | |
containing it
|
| | | |
|
| | |
| |
| |
| | |
Return MOD_RES_DENY to exclude the user from the NAMES list
|
| | |
| |
| |
| | |
linked list
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
that to modules
|
| | | |
|
| | | |
|
| | | |
|