X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=584a95fc97df931114509591deb11097e4d69aa3;hb=03b8f45e5712f9d4a46dc03f695dd9ac5426626e;hp=0f3286fa0c658d30be4287c72b08d3fdc232474e;hpb=4878eb8548700d2851d43ee801b020bdf15d5f09;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 0f3286f..584a95f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2004-05-17 Michael Poole + + * include/ircd_features.h, ircd/ircd_features.c, ircd/s_debug.c: + Rip out feature settings related to oper privileges. + + * include/client.h: Comment a few unexplained privileges. + + * ircd/ircd_lexer.l: Rename privilege keywords to match their + names in code and /PRIVS output. Add support for two "new" + privileges (FORCE_OPMODE, FORCE_LOCAL_OPMODE). + + * include/class.h, ircd/client.c, ircd/ircd_parser.y, + ircd/m_oper.c: Replace the removed feature settings with + per-connection class operator privileges. + + * doc/example.conf: Document the change. + + * ircd/ircd_parser.y (portblock): Fix slight memory leak. + 2004-05-16 Michael Poole * doc/example.conf: Make this show the new NICKLEN default.