mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-25 02:16:37 +02:00
Communicate server featureset (and changes) across server links.
Previously various information was only available for directly attached servers, since it is communicated via PROTOCTL. Now, we will also communicate information about leafs behind us. IRCOps can use the /SINFO command to see these server features. Services codes don't need to do anything, or at least are not expected to do anything. They can still receive the information and do something with it, of course... Read the following technical documentation for full information, as it will outline very specific rules for using the command S2S: https://www.unrealircd.org/docs/Server_protocol:SINFO_command
This commit is contained in:
@@ -1101,6 +1101,7 @@ _UNREAL_ERROR(_hook_error_incompatible, "Incompatible hook function. Check argum
|
||||
#define EFUNC_DO_NICK_NAME 57
|
||||
#define EFUNC_DO_REMOTE_NICK_NAME 58
|
||||
#define EFUNC_CHARSYS_GET_CURRENT_LANGUAGES 59
|
||||
#define EFUNC_BROADCAST_SINFO 60
|
||||
|
||||
/* Module flags */
|
||||
#define MODFLAG_NONE 0x0000
|
||||
|
||||
Reference in New Issue
Block a user