Adding changeable access levels in todo for channel modes extensions
This commit is contained in:
parent
11a8216623
commit
9b014b4a26
6
TODO
6
TODO
|
@ -31,7 +31,11 @@
|
||||||
[x] drop non-TS6 (legacy protocol) support
|
[x] drop non-TS6 (legacy protocol) support
|
||||||
[F] Doxygen code documentation
|
[F] Doxygen code documentation
|
||||||
[/] module engine rework
|
[/] 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,
|
[ ] 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
|
this will help us making support for native characters sets/slashes in host etc
|
||||||
[ ] auth checker module
|
[ ] auth checker module
|
||||||
|
|
Loading…
Reference in New Issue