Return accurate privilege information for remote opers.
[ircu2.10.12-pk.git] / ChangeLog
index 2a80a7721c5ebb5f5e280b7437e48ee64cd06ded..54604645eb486430aae9078ad0855963aed0051b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-04-01  Michael Poole <mdpoole@troilus.org>
+
+       * include/handlers.h (ms_privs): Declare.
+
+       * include/msg.h (TOK_PRIVS): Assign token.
+       (CMD_PRIVS): Define.
+
+       * ircd/m_privs.c: Add doxygen comments and replace the long
+       discussion of m_handler functions with an xref to it.
+       (mo_privs): Forward requests for non-local users
+       to their own server.
+       (ms_privs): Implement.
+
+       * ircd/parse.c (PRIVS): Dispatch to ms_privs when a server sends
+       the message.
+
 2005-03-30  Michael Poole <mdpoole@troilus.org>
 
        * include/client.h (struct Client): Explain where cli_username