Age | Commit message (Collapse) | Author |
|
|
|
|
|
channel with +d on it
|
|
|
|
ip instead of modestring) when a nick collides at burst
|
|
remote server
|
|
|
|
|
|
This reverts commit fbf14cb9ff28ae1b8a6c4b90a18470381afbcc53.
|
|
|
|
SIDs to be on callerid/dccallow lists
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes with SendMode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a dash (-) to be compliant with the specification
|
|
an empty list of removed CAPs
|
|
CapEvent data in the constructor
|
|
TS lowered
|
|
|
|
|
|
before playing back history, don't playback to remote users
|
|
reason for a shunned user
|
|
- remove OnUserConnect hook as it was completly a no-op
- remove call to XLineManager::ApplyLines() as it iterates the local userlist and made no sense
- return CMD_SUCCESS when /SHUN succeeded, CMD_FAILURE otherwise
- remove unused exception handler
- don't route SHUN commands at all, spanningtree adds and removes the lines automatically
|
|
simplify zline adding logic
|
|
- don't ask the XLine manager to apply SVSHOLD lines to the userlist, as we do nothing on match
- remove call to XLineManager::ApplyLines() as it iterates the local userlist and made no sense
- return CMD_SUCCESS when SVSHOLD succeeded, CMD_FAILURE otherwise
- remove unused exception handler
- don't route SVSHOLD commands at all, spanningtree adds and removes the lines automatically
|
|
- remove call to XLineManager::ApplyLines() as it iterates the local userlist and made no sense
- return CMD_SUCCESS when /CBAN succeeded, CMD_FAILURE otherwise
- remove unused exception handler
- don't route CBAN commands at all, spanningtree adds and removes the lines automatically
|
|
specification
|
|
m_geoip Change /stats G numeric to be 801
|
|
|
|
extended-join CAPs
|
|
user logs out of an account
|
|
the network
Fixes issue #103 reported by @nenolod
|
|
|
|
|
|
|
|
|
|
when the lookup completes
|
|
|
|
those which begin with a colon
Update links.conf.example
|