From f12ebd1f2ac718e17c438410c332192d1360d6a3 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 12 May 2013 14:51:41 +0000 Subject: - Removed 'remote', and 'global_kill' oper flags, and added 'connect', 'squit', and 'kill' flags for better fine-tuning instead. Whether or not a specific action is allowed on a remote server can be controlled by appeding the ':remote' flag. For example: 'kill' allows only local clients to be killed, whereas 'kill:remote' allows to issue a KILL for remote clients git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2013 82007160-df01-0410-b94d-b575c5fd34c7 --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8030901..d2c295a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +-- ircd-hybrid-8.1.0beta5 Release Notes +o) Removed 'remote', and 'global_kill' oper flags, and added 'connect', + 'squit', and 'kill' flags for better fine-tuning instead. Whether or + not a specific action is allowed on a remote server can be controlled + by appeding the ':remote' flag. For example: 'kill' allows only local + clients to be killed, whereas 'kill:remote' allows to issue a KILL for + remote clients + + -- ircd-hybrid-8.1.0beta4 Release Notes o) Implemented channel mode +M. Clients that haven't identified their name with NickServ may not speak in a channel that has this mode set -- cgit