mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-06 10:15:24 +01:00
example.conf and m_oper fixes
This commit is contained in:
parent
96d2cf936b
commit
0dd1483fc3
3 changed files with 5 additions and 3 deletions
4
Changes
4
Changes
|
@ -868,7 +868,7 @@ seen. gmtime warning still there
|
|||
- Added headers to all the new modules
|
||||
- Fixed a typo in config.h
|
||||
- Final changes to prepare for beta3
|
||||
- Fixed some bugreport stuff
|
||||
v- Fixed some bugreport stuff
|
||||
- Fixed codemastr-on-crack bug regarding oflag
|
||||
- Fixed a win32 bug where the http scanner didn't get loaded
|
||||
- Hopefully fixed the weird Z:line bug on win32?
|
||||
|
@ -1102,3 +1102,5 @@ seen. gmtime warning still there
|
|||
segfaults
|
||||
- Fixed res.c not managing to pass the proper type of parameter to inet_ntoa ONCE
|
||||
- Lots of commands were using MAXPARA when they shouldnt have been
|
||||
- passworded allow{} in example.conf doesnt match anyone anymore
|
||||
- Fixed oper{} locop stuff
|
||||
|
|
|
@ -109,7 +109,7 @@ allow {
|
|||
|
||||
/* Passworded allow line */
|
||||
allow {
|
||||
ip *@*;
|
||||
ip *@255.255.255.255;
|
||||
hostname *@*.passworded.ugly.people;
|
||||
class clients;
|
||||
password "f00Ness";
|
||||
|
|
|
@ -67,7 +67,7 @@ static oper_oflag_t oper_oflags[] = {
|
|||
"is now a co administrator (C)" },
|
||||
{ OFLAG_ISGLOBAL, &UMODE_OPER, &oper_host,
|
||||
"is now an operator (O)" },
|
||||
{ 0, &UMODE_LOCOP, &locop_host,
|
||||
{ 0xFFFFFFFF, &UMODE_LOCOP, &locop_host,
|
||||
"is now a local operator (o)" },
|
||||
{ OFLAG_HELPOP, &UMODE_HELPOP, 0 ,
|
||||
0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue