aboutsummaryrefslogtreecommitdiffstats
path: root/modules/statserv/server.c
Commit message (Expand)AuthorAgeFilesLines
* Move vendor field to a compile time macroGravatar Austin Ellis2017-10-301-1/+1
* Remove all trailing whitespaceGravatar Rylee Fowler2014-07-081-2/+2
* Check to ensure uplink is not nullGravatar Alyx2012-05-071-1/+1
* Fix indentationGravatar Alyx2012-01-031-40/+40
* Move the count increase inside the if statement to prevent skipping numbers i...Gravatar Alyx2012-01-021-1/+3
* Added a magical SERVER INFO command.Gravatar Alyx2011-11-261-3/+47
* Hide hidden servers from non-authorised users.Gravatar Alyx2011-11-261-1/+3
* Added COUNT to help for SERVER; did counting in channel the actual right way.Gravatar Alyx2011-06-011-1/+1
* Added count for channel, simplified count for server some more.Gravatar Alyx2011-05-311-2/+1
* count should be the same type of variable as the return value.Gravatar Alyx2011-05-311-2/+1
* More indentation crap.Gravatar Elizabeth Jennifer Myers2011-05-311-4/+4
* Fix indentation stuff per atheme standards.Gravatar Elizabeth Jennifer Myers2011-05-311-45/+49
* Oops, forgot to declare this.Gravatar Alyx2011-05-311-0/+1
* Add server countGravatar Alyx2011-05-311-1/+10
* show the gecos in SERVER LISTGravatar Alyx2011-05-301-1/+1
* Added a server listGravatar Alyx2011-05-281-0/+73