From 92a74bc4a6716715b2c3084b4e3570a9db78fc6e Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Wed, 25 Jun 2008 23:52:28 +0200 Subject: [PATCH 1/2] Some updates and consistency fixes to help files. --- help/opers/info | 5 ++++- help/opers/kill | 2 ++ help/opers/modlist | 3 ++- help/opers/modload | 3 ++- help/opers/modrestart | 3 ++- help/opers/modunload | 3 ++- help/opers/oper | 2 +- help/opers/operwall | 2 ++ help/opers/wallops | 2 ++ 9 files changed, 19 insertions(+), 6 deletions(-) diff --git a/help/opers/info b/help/opers/info index 80d9332..09def2b 100644 --- a/help/opers/info +++ b/help/opers/info @@ -1,5 +1,8 @@ -INFO +INFO [server] INFO displays the copyright, list of authors and contributors to ircd, and the server configuration (as defined in config.h and ircd.conf). + +If an argument is supplied, the information for the server +specified will be returned. diff --git a/help/opers/kill b/help/opers/kill index b24c2aa..93153ff 100644 --- a/help/opers/kill +++ b/help/opers/kill @@ -2,4 +2,6 @@ KILL Disconnects user from the IRC server he/she is connected to with reason . + +- Requires Oper Priv: C - Requires Oper Priv: O for users not on your IRC server diff --git a/help/opers/modlist b/help/opers/modlist index 0abc907..58c5b0d 100644 --- a/help/opers/modlist +++ b/help/opers/modlist @@ -4,4 +4,5 @@ MODLIST [match string] ircd, along with their address and version. When a match string is provided, modlist only prints modules with names matching the match string. -NOTE: Restricted to admins only + +- Requires Oper Priv: A diff --git a/help/opers/modload b/help/opers/modload index ee2bb8b..4ad6825 100644 --- a/help/opers/modload +++ b/help/opers/modload @@ -4,4 +4,5 @@ MODLOAD <[path/]module.so> the optional path can be an absolute path from / or from the IRCD_PREFIX (ie modules/autoload/m_users.so) -NOTE: Restricted to admins only + +- Requires Oper Priv: A diff --git a/help/opers/modrestart b/help/opers/modrestart index d78b531..12ceb91 100644 --- a/help/opers/modrestart +++ b/help/opers/modrestart @@ -3,4 +3,5 @@ MODRESTART -- Reload all modules into the ircd All modules are unloaded, then those in modules/autoload are loaded -NOTE: Restricted to admins only + +- Requires Oper Priv: A diff --git a/help/opers/modunload b/help/opers/modunload index 6bfcf1e..4dca113 100644 --- a/help/opers/modunload +++ b/help/opers/modunload @@ -4,4 +4,5 @@ MODUNLOAD Use just the module name, the path is not needed. When a module is unloaded, all commands associated with it are unloaded as well. -NOTE: Restricted to admins only + +- Requires Oper Priv: A diff --git a/help/opers/oper b/help/opers/oper index 08962bf..2156e07 100644 --- a/help/opers/oper +++ b/help/opers/oper @@ -5,4 +5,4 @@ argument is the name of the operator as specified in the configuration file. The second argument is the password for the operator matching the name and host. -The operator privileges are shown on a sucessful OPER. +The operator privileges are shown on a successful OPER. diff --git a/help/opers/operwall b/help/opers/operwall index e331548..55f49de 100644 --- a/help/opers/operwall +++ b/help/opers/operwall @@ -2,3 +2,5 @@ OPERWALL : Sends an OPERWALL message of to all opers who are umode +z + +- Requires Oper Priv: L diff --git a/help/opers/wallops b/help/opers/wallops index 3f1e742..9eec6d2 100644 --- a/help/opers/wallops +++ b/help/opers/wallops @@ -4,3 +4,5 @@ Sends a WALLOPS message of to all users who are umode +w (including non-opers). Server sent WALLOPS go to all opers who are umode +w. + +- Requires Oper Priv: M From 61e3099998ec8fc15784bd3ec05231d625004070 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 25 Jun 2008 22:35:44 -0500 Subject: [PATCH 2/2] update TODO --- TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 0d8daf1..1ec8cf8 100644 --- a/TODO +++ b/TODO @@ -12,6 +12,7 @@ [x] clean up maxconnections kludges &c [x] in-process SSL [x] port and use ratbox ssld for server links + [ ] merge with libratbox SVN [/] ssl stuff [x] client-to-client ssl [x] server-to-server ssl @@ -19,12 +20,12 @@ [x] ssl channelmode (done by extban and chm_compat) [ ] acknowledgement message for SSL users like '* *** You are connected using SSL cipher "DHE RSA-AES 128 CBC-SHA"' [x] tool for generating ssl certificates and other stuff - [ ] gnutls backend for at least SSL connections (replacing libcrypto use in m_challenge would be nice too) + [x] gnutls backend for at least SSL connections (replacing libcrypto use in m_challenge would be nice too) [x] merge some stuff from ircd-seven directly (to be determined what) [x] remote d:lines support [F] kline/xline/resv sync [F] make an ability of using bandb instead of .conf files as bans storage -[/] drop non-TS6 (legacy protocol) support +[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