Adding changeable access levels in todo for channel modes extensions

This commit is contained in:
Valery Yatsko 2008-07-30 00:55:20 +04:00
parent 11a8216623
commit 9b014b4a26
1 changed files with 5 additions and 1 deletions

6
TODO
View File

@ -31,7 +31,11 @@
[x] drop non-TS6 (legacy protocol) support
[F] Doxygen code documentation
[/] module engine rework
[x] more beautiful way of adding new channel modes by module
[/] more beautiful way of adding new channel modes by module
[x] basic functionality
[x] some example modules
[ ] think on how could we append privilege checking for simple chmode - like chm_staff, but additionaly limited (e. g. IsOperResv etc);
possibly move the same code for all functions into separated one and make it extern?
[ ] make nick/user/host validation functions/match tables able to work in separated modules,
this will help us making support for native characters sets/slashes in host etc
[ ] auth checker module