aboutsummaryrefslogtreecommitdiff
path: root/include/server.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
|
* Add Server::GetPublicName(), fix not respecting <security:hideserver>.Gravatar Sadie Powell2021-10-251-0/+3
|
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
|
* Use "yes" instead of "true" in the example configs.Gravatar Sadie Powell2020-02-211-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+2
|
* Add the server id to the Server class.Gravatar Peter Powell2019-09-231-2/+22
|
* Change ServerInfo::gecos to descriptionGravatar genius30002018-04-111-1/+1
|
* Update the description field in the Server object representing the local ↵Gravatar Attila Molnar2014-06-171-2/+7
| | | | server on rehash
* Move server description field from TreeServer into Server; remove ↵Gravatar Attila Molnar2014-01-051-2/+11
| | | | OnGetServerDescription hook
* Introduce Server classGravatar Attila Molnar2014-01-051-0/+59
- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine()