mirror of
https://github.com/matrix-construct/construct
synced 2024-11-01 11:29:05 +01:00
a5c46d31e4
Purge a lot of really old and obsolete documents, and merge some together where possible. Lots of efnet docs and the old ircd-ratbox manpage (lol) was purged. Reorganise everything nice and neatly as possible. Things describing features can be found in features/, and some more technical documents were moved to techinical/. Old credits file was consolidated into credits-past.txt, and a reference was added to it in the credits.
47 lines
1.5 KiB
Text
47 lines
1.5 KiB
Text
Server VERSION Info
|
|
|
|
|
|
Copyright (c) 2001 by ircd-hybrid team
|
|
Copyright (c) 2002 ircd-ratbox development team
|
|
Copyright (c) 2016 Charybdis development team
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
When you type /version, you will often see something like this:
|
|
|
|
charybdis-3.5.0-rc1(20151011-d09bde1). joestar.interlinked.me :eIKMpSZ6 TS6ow 1US
|
|
|
|
Ever wondered what those funny chars mean after the version number? Well
|
|
here they are:
|
|
|
|
+----------------------------+
|
|
| 'e' | USE_EXCEPT |
|
|
|------+---------------------|
|
|
| 'H' | HUB |
|
|
|------+---------------------|
|
|
| 'I' | USE_INVEX |
|
|
|------+---------------------|
|
|
| 'K' | USE_KNOCK |
|
|
|------+---------------------|
|
|
| 'M' | IDLE_FROM_MSG |
|
|
|------+---------------------|
|
|
| 'p' | CRYPT_OPER_PASSWORD |
|
|
|------+---------------------|
|
|
| 'S' | OPERS_SEE_ALL_USERS |
|
|
|------+---------------------|
|
|
| 'T' | IGNORE_BOGUS_TS |
|
|
|------+---------------------|
|
|
| 'Z' | ZIPLINKS |
|
|
|------+---------------------|
|
|
| '6' | IPv6 |
|
|
|------+---------------------|
|
|
| | |
|
|
|------+---------------------|
|
|
| 'TS' | Supports TS |
|
|
|------+---------------------|
|
|
| '6' | TS Version 6 |
|
|
|------+---------------------|
|
|
| 'o' | TS Only |
|
|
|------+---------------------|
|
|
| 'w' | TS Warnings |
|
|
+----------------------------+
|