From 9b014b4a26069b9cefdc5eca12d3f9d58f18fd9e Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 30 Jul 2008 00:55:20 +0400 Subject: [PATCH] Adding changeable access levels in todo for channel modes extensions --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 31929ad..77198bf 100644 --- a/TODO +++ b/TODO @@ -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