Migrate capability negotiation code to new dynamic capability management API.
This needs a lot of testing, obviously.
This commit is contained in:
parent
ec3a9055f2
commit
346fba9252
7 changed files with 175 additions and 309 deletions
|
@ -109,6 +109,7 @@ mr_server(struct Client *client_p, struct Client *source_p, int parc, const char
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifdef NOTYET
|
||||
/* check to ensure any "required" caps are set. --nenolod */
|
||||
for (cap = captab; cap->name; cap++)
|
||||
{
|
||||
|
@ -125,6 +126,7 @@ mr_server(struct Client *client_p, struct Client *source_p, int parc, const char
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Now we just have to call check_server and everything should be
|
||||
* check for us... -A1kmm. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue