]> jfr.im git - solanum.git/blame - doc/server-version-info.txt
Fix comment in example configuration
[solanum.git] / doc / server-version-info.txt
CommitLineData
212380e3
AC
1 Server VERSION Info
2
212380e3
AC
3
4 Copyright (c) 2001 by ircd-hybrid team
5 Copyright (c) 2002 ircd-ratbox development team
a5c46d31 6 Copyright (c) 2016 Charybdis development team
212380e3
AC
7
8 ----------------------------------------------------------------------
9
10 When you type /version, you will often see something like this:
11
a5c46d31 12 charybdis-3.5.0-rc1(20151011-d09bde1). joestar.interlinked.me :eIKMpSZ6 TS6ow 1US
212380e3
AC
13
14 Ever wondered what those funny chars mean after the version number? Well
15 here they are:
16
17 +----------------------------+
18 | 'e' | USE_EXCEPT |
19 |------+---------------------|
212380e3
AC
20 | 'I' | USE_INVEX |
21 |------+---------------------|
22 | 'K' | USE_KNOCK |
23 |------+---------------------|
24 | 'M' | IDLE_FROM_MSG |
25 |------+---------------------|
26 | 'p' | CRYPT_OPER_PASSWORD |
27 |------+---------------------|
28 | 'S' | OPERS_SEE_ALL_USERS |
29 |------+---------------------|
212380e3
AC
30 | 'Z' | ZIPLINKS |
31 |------+---------------------|
32 | '6' | IPv6 |
33 |------+---------------------|
34 | | |
35 |------+---------------------|
36 | 'TS' | Supports TS |
37 |------+---------------------|
a5c46d31 38 | '6' | TS Version 6 |
212380e3
AC
39 |------+---------------------|
40 | 'o' | TS Only |
41 |------+---------------------|
42 | 'w' | TS Warnings |
43 +----------------------------+