mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
[svn] - update config files
This commit is contained in:
parent
3868ef9a7c
commit
446d88ddd4
4 changed files with 17 additions and 3 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
nenolod 2007/05/24 04:01:12 UTC (20070524-3470)
|
||||
Log:
|
||||
- fold in whois_notice_global functionality.
|
||||
|
||||
|
||||
Changes: Modified:
|
||||
+0 -1 trunk/extensions/Makefile.in (File Modified)
|
||||
+1 -56 trunk/extensions/sno_whois.c (File Modified)
|
||||
+ - trunk/extensions/spy_whois_notice_global.c (File Deleted)
|
||||
|
||||
|
||||
nenolod 2007/05/24 03:58:27 UTC (20070524-3468)
|
||||
Log:
|
||||
- rework spy_whois_notice as a snomask-implementing module, snomask +W.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* Copyright (C) 2002-2005 ircd-ratbox development team
|
||||
* Copyright (C) 2005-2006 charybdis development team
|
||||
*
|
||||
* $Id: example.conf 3460 2007-05-18 20:31:33Z jilles $
|
||||
* $Id: example.conf 3472 2007-05-24 04:02:33Z nenolod $
|
||||
*
|
||||
* See reference.conf for more information.
|
||||
*/
|
||||
|
@ -26,6 +26,7 @@
|
|||
#loadmodule "extensions/sno_farconnect.so";
|
||||
#loadmodule "extensions/sno_globalkline.so";
|
||||
#loadmodule "extensions/sno_globaloper.so";
|
||||
#loadmodule "extensions/sno_whois.so";
|
||||
|
||||
serverinfo {
|
||||
name = "hades.arpa";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* Written by ejb, wcampbel, db, leeh and others
|
||||
*
|
||||
* $Id: reference.conf 3460 2007-05-18 20:31:33Z jilles $
|
||||
* $Id: reference.conf 3472 2007-05-24 04:02:33Z nenolod $
|
||||
*/
|
||||
|
||||
/* IMPORTANT NOTES:
|
||||
|
@ -57,6 +57,7 @@
|
|||
* Far connection notices (snomask +F) -- sno_farconnect.so
|
||||
* Remote k/d/g/x line active notices -- sno_globalkline.so
|
||||
* Remote oper up notices -- sno_globaloper.so
|
||||
* /whois notifications -- sno_whois.so
|
||||
*/
|
||||
#loadmodule "extensions/createauthonly.so";
|
||||
#loadmodule "extensions/extb_account.so";
|
||||
|
@ -74,6 +75,7 @@
|
|||
#loadmodule "extensions/sno_farconnect.so";
|
||||
#loadmodule "extensions/sno_globalkline.so";
|
||||
#loadmodule "extensions/sno_globaloper.so";
|
||||
#loadmodule "extensions/sno_whois.so";
|
||||
|
||||
/* serverinfo {}: Contains information about the server. (OLD M:) */
|
||||
serverinfo {
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070524-3468"
|
||||
#define SERNO "20070524-3470"
|
||||
|
|
Loading…
Reference in a new issue