]> jfr.im git - solanum.git/blobdiff - TODO
Change default --with-nicklen to 31, like atheme-services.
[solanum.git] / TODO
diff --git a/TODO b/TODO
index e93bc47d4df5af71a376e33c30aaf786f0cd3d2f..0d21f4ea01319db2f6596964380f141dd083b8fe 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
-  [/] internally split out +o/+v "ranks" into a series of permissions. this could allow for configure-defined 
+--- other stuff
+  [?] 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?)
-      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
+      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?
   [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?