aboutsummaryrefslogtreecommitdiff
path: root/include/server.h
Commit message (Collapse)AuthorAgeFilesLines
* 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()