Allow flagging of pseudo-commands as "fast".
[ircu2.10.12-pk.git] / ChangeLog
index 54604645eb486430aae9078ad0855963aed0051b..b847ef0c2fbcba76017dc313337ee93e3813d63a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-04-01  Michael Poole <mdpoole@troilus.org>
+
+       * include/s_conf.h (SMAP_FAST): Define.
+       (s_map): Add 'flags' field.
+
+       * ircd/ircd_lexer.l: Recognize 'FAST' token.
+
+       * ircd/ircd_parser.y (FAST): New token.
+       (pseudoitem): Add pseudoflags alternative.
+       (pseudoflags): New production, recognizing FAST token.
+
+       * ircd/parse.c (register_mapping): Set MFLG_SLOW conditionally.
+       Remove outdated comment.
+
 2005-04-01  Michael Poole <mdpoole@troilus.org>
 
        * include/handlers.h (ms_privs): Declare.