]> jfr.im git - solanum.git/commitdiff
Update TODO.
authorWilliam Pitcock <redacted>
Wed, 6 Jul 2011 20:16:38 +0000 (15:16 -0500)
committerWilliam Pitcock <redacted>
Wed, 6 Jul 2011 20:16:38 +0000 (15:16 -0500)
TODO

diff --git a/TODO b/TODO
index 0d21f4ea01319db2f6596964380f141dd083b8fe..e93bc47d4df5af71a376e33c30aaf786f0cd3d2f 100644 (file)
--- a/TODO
+++ b/TODO
   [x] Compilation date and time in server welcome message is in OS locale - looks ugly 'cause often it's not match user's codepage
 [ ] Improvments
   [ ] ircd shouldn't need bison/byacc/yacc or flex for compilation
---- other stuff
-  [?] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined 
+  [/] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined 
       special access levels, halfops, etc. (would need to match globally, somehow. extra SVINFO param?)
-      might be backported from shadowircd in future (chanroles planned)
-  [?] somehow hide channel operators like ircnet can do?
-      couldn't be done via extension currently - compilation-time option acceptable?
+      this is mostly done, but is a work in progress.
+  [x] somehow hide channel operators like ircnet can do?
+      this is done now that chanroles is available
   [x] create chmode.h and put there all declarations of chm_* - this will make some modules clean
+--- other stuff
   [?] Move oper override server WALLOPS to global server notices?