Unreal IRCd and NeoStats

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
TaTHaR
Posts: 37
Joined: Wed Jan 28, 2015 3:28 pm

Unreal IRCd and NeoStats

Post by TaTHaR »

Hello,

does some one know if neostats 3.0.1 can be fixed to get it working on Unreal 4? If yes can you please tell me how? Because it looks like there is not coming a new version of NeoStats.

Best Regards, Herman.
Best Regards, Herman.
TaTHaR
Posts: 37
Joined: Wed Jan 28, 2015 3:28 pm

Re: Unreal IRCd and NeoStats

Post by TaTHaR »

Hello, I now have NeoStats working in Unreal 4 but when I request for help in my "Old" server with Unreal 3.2... I got:

[22:50:41] -blsb- The following commands can be used with blsb:
[22:50:41] -blsb- HELP Online help
[22:50:41] -blsb- VERSION Display version
[22:50:41] -blsb- ABOUT Display about text
[22:50:41] -blsb- CREDITS Display credits
[22:50:41] -blsb- LEVELS Change command user level
[22:50:41] -blsb- SET Configure blsb
[22:50:41] -blsb- Additional commands available to Operators:
[22:50:41] -blsb- CHECK Scan a user
[22:50:41] -blsb- Additional commands available to Service Admins:
[22:50:41] -blsb- LIST List the blacklist domains
[22:50:41] -blsb- DEL Delete from the blacklist domains
[22:50:41] -blsb- ADD Add to the blacklist domains
[22:50:41] -blsb- EXCLUDE Maintain exclusion list

But now in Unreal ircd 4 from this: I don't get this:
[22:50:41] -blsb- Additional commands available to Service Admins:
[22:50:41] -blsb- LIST List the blacklist domains
[22:50:41] -blsb- DEL Delete from the blacklist domains
[22:50:41] -blsb- ADD Add to the blacklist domains
[22:50:41] -blsb- EXCLUDE Maintain exclusion list

When I request /msg blsb list I get this:

[22:50:26] <@blsb> TaTHaR tried to use list (null), but is not authorised

Can some one help me with this?

Best Regards, Herman
Best Regards, Herman.
alhoceima
Posts: 32
Joined: Mon Jul 18, 2016 10:35 pm

Re: Unreal IRCd and NeoStats

Post by alhoceima »

why would you want to use neostats since its a dead project ?
unreal 4 branch has its own dnsbl module now wich works rather more effective
TaTHaR
Posts: 37
Joined: Wed Jan 28, 2015 3:28 pm

Re: Unreal IRCd and NeoStats

Post by TaTHaR »

Thanks for your reply alhoceima.

Do I put blacklist block in unrealircd.conf? And where can I find blacklists to add?

Regards, Herman.
Best Regards, Herman.
alhoceima
Posts: 32
Joined: Mon Jul 18, 2016 10:35 pm

Re: Unreal IRCd and NeoStats

Post by alhoceima »

https://www.unrealircd.org/docs/Blacklist_block

me i added dnsbl blocks in modules.conf wich seems working
floffy
Posts: 44
Joined: Tue May 05, 2015 9:55 pm

Re: Unreal IRCd and NeoStats

Post by floffy »

blacklist efnetrbl {
dns {
name rbl.efnetrbl.org;
type record;
reply { 1; 4; 5; };
};
action kline;
ban-time 1h;
reason "Proxy/drone detected. Check http://rbl.efnetrbl.org/?i=$ip for details.";
};
Locked