mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 16:13:13 +02:00
- Updated flags in /version (and greeting), added 'Z' for zip links support, updated tech doc.
This commit is contained in:
+3
-15
@@ -38,9 +38,6 @@ char serveropts[] = {
|
||||
#ifdef CMDLINE_CONFIG
|
||||
'C',
|
||||
#endif
|
||||
#ifdef DO_ID
|
||||
'd',
|
||||
#endif
|
||||
#ifdef DEBUGMODE
|
||||
'D',
|
||||
#endif
|
||||
@@ -53,18 +50,9 @@ char serveropts[] = {
|
||||
#ifdef SHOW_INVISIBLE_LUSERS
|
||||
'i',
|
||||
#endif
|
||||
#ifndef NO_DEFAULT_INVISIBLE
|
||||
'I',
|
||||
#endif
|
||||
#ifdef NOSPOOF
|
||||
'n',
|
||||
#endif
|
||||
#ifdef NPATH
|
||||
'N',
|
||||
#endif
|
||||
#ifdef ENABLE_USERS
|
||||
'U',
|
||||
#endif
|
||||
#ifdef VALLOC
|
||||
'V',
|
||||
#endif
|
||||
@@ -74,9 +62,6 @@ char serveropts[] = {
|
||||
#ifdef USE_SYSLOG
|
||||
'Y',
|
||||
#endif
|
||||
#ifdef OPER_NO_HIDING
|
||||
'H',
|
||||
#endif
|
||||
#ifdef NO_IDENT_CHECKING
|
||||
'K',
|
||||
#endif
|
||||
@@ -97,6 +82,9 @@ char serveropts[] = {
|
||||
#endif
|
||||
#ifndef OPEROVERRIDE_VERIFY
|
||||
'o',
|
||||
#endif
|
||||
#ifdef ZIP_LINKS
|
||||
'Z',
|
||||
#endif
|
||||
'\0'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user