1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 20:03:13 +02:00

- Add CAP support. Currently implemented are: multi-prefix (NAMESX), and

userhost-in-names (UHNAMES). Patch from nenotopia (#4018, #4066)
This commit is contained in:
Bram Matthys
2012-01-20 21:25:59 +01:00
parent 2b0d66498d
commit d530dbd43d
10 changed files with 471 additions and 7 deletions
+1
View File
@@ -367,6 +367,7 @@ typedef unsigned int u_int32_t; /* XXX Hope this works! */
#define PROTO_NAMESX 0x4000 /* Send all rights in NAMES output */
#define PROTO_CLK 0x8000 /* Send cloaked host in the NICK command (regardless of +x/-x) */
#define PROTO_UHNAMES 0x10000 /* Send n!u@h in NAMES */
#define PROTO_CLICAP 0x20000 /* client capability negotiation in process */
/*
* flags macros.