aboutsummaryrefslogtreecommitdiff
path: root/include/server.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-291-1/+1
|
* Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-06-281-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-2/+2
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-031-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
| |
* | Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-1/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-051-0/+3
|\|
| * Add Server::GetPublicName(), fix not respecting <security:hideserver>.Gravatar Sadie Powell2021-10-251-0/+3
| |
* | Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-021-1/+1
| |
* | Replace all internal references to uline with services.Gravatar Sadie Powell2021-01-301-13/+11
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-03-181-1/+1
|\|
| * Use "yes" instead of "true" in the example configs.Gravatar Sadie Powell2020-02-211-1/+1
| |
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-4/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-0/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-2/+14
|\|
| * 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()