| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\| |
|
| | | |
|
| |\| |
|
| | | |
|
| | | |
|
| |\| |
|
| | | |
|
| |/ |
|
| |
|
|
| |
This resolves #1203
|
| |
|
|
|
| |
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
|
| | |
|
| | |
|
| |
|
|
| |
TreeServer
|
| |
|
|
| |
Make methods const while at it
|
| | |
|
| | |
|
| |
|
|
| |
netsplit, add TreeServer::IsDead()
|
| | |
|
| |
|
|
| |
TreeServer::SQuitInternal()
|
| | |
|
| |
|
|
| |
use it to implement quietbursts
|
| |
|
|
| |
Don't mark servers as bursting in the constructor
|
| |
|
|
| |
bursting, remove TreeServer::bursting
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
OnGetServerDescription hook
|
| |
|
|
|
| |
- Replaces std::string server in User
- Replaces InspIRCd::ULine() and SilentULine()
|
| |
|
|
| |
GetChild()
|
| |
|
|
|
|
|
|
| |
that can be used to talk to the server
The only exception is the tree root (us) which has no associated socket (NULL)
Add TreeServer::IsRoot() and IsLocal() helpers
|
| | |
|
| | |
|
| | |
|
| | |
|