Age | Commit message (Collapse) | Author |
|
|
|
|
|
Allow U-lined services to bypass m_silence (configurable)
|
|
|
|
Fix xline reasons being truncated in m_xline_db.
|
|
Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.
|
|
Adds a config entry (silence->exemptuline) that specifies whether
users on U-lined servers can bypass silence masks.
|
|
This error was introduced in bbeb5ea3.
|
|
|
|
into a method
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is specified in RFC 1459 so we should probably use it.
|
|
|
|
|
|
|
|
|
|
|
|
TreeServer
|
|
Make methods const while at it
|
|
object is a User
|
|
ExtensionItem::type
|
|
|
|
Channel::CheckDestroy() before proceeding
|
|
Don't add the channel to the cull list more than once
|
|
While at it, introduce a named constant for maximum key length
|
|
|
|
and elsewhere
|
|
lifetime of writev() in StreamSocket::DoWrite()
|
|
|
|
|
|
substr() returns a new string while erase() and assign() modify the existing one
|
|
|
|
|
|
|
|
|
|
flexibility to subclasses of CommandFJoin::Builder
|
|
|
|
Default it to this server
|
|
Fix a regression in m_cloaking
|
|
This is consistent with other server implementations and the RFC
|
|
5c7db14a5 made the cloak use hex-encoded hashes instead
of the binary output.
|
|
|