Search found 49 matches

by k4be
Tue Dec 28, 2021 5:34 pm
Forum: Installing and getting connected
Topic: Unreal 6.0.0 : prefixes for chanadmin and chanowner
Replies: 7
Views: 7311

Re: Unreal 6.0.0 : prefixes for chanadmin and chanowner

Quoting release notes:
The five level modes (+vhoaq) are now also modular. They are all loaded by default but you can blacklist one or more if you don't want them. For example to disable halfop: blacklist-module chanmodes/halfop;
by k4be
Fri Dec 17, 2021 3:21 pm
Forum: Generic support
Topic: Forgot oper password
Replies: 3
Views: 5997

Re: Forgot oper password

Change the password in your oper block (you can use `./unrealircd mkpasswd` to generate a new hash) and rehash from terminal (./unrealircd rehash).
by k4be
Sun Sep 19, 2021 3:19 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 15152

Re: IRCop Error

Is it possible that the ircd keeps running as a windows service, disregarding all your changes? You can try switching it to the GUI mode: https://www.unrealircd.org/docs/FAQ#Win ... happens.21
by k4be
Sun Sep 19, 2021 6:27 am
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 15152

Re: IRCop Error

Lord255 wrote: Sat Sep 18, 2021 11:09 pm see that script in the unrealircd folder?
I don't think that's relevant for the windows version.
It may be also logging to service.log instead of ircd.log (but not "server.log" that Leora mentioned, at least not by default).
by k4be
Sat Sep 18, 2021 5:24 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 15152

Re: IRCop Error

I can't see any problem with your config. Please try: - check ircd.log (because the rehash may fail and you don't know it, i've seen such issue before), - change the "class" option to "clients", or whatever class name you have in your unrealircd.conf. I don't see why would it mat...
by k4be
Sat Sep 18, 2021 1:35 pm
Forum: Installing and getting connected
Topic: IRCop Error
Replies: 16
Views: 15152

Re: IRCop Error

Please post your oper {} block here.
by k4be
Sat Sep 04, 2021 7:06 am
Forum: Generic support
Topic: Module geoip-connect-notice
Replies: 3
Views: 6734

Re: Module geoip-connect-notice

You need same snomasks as for viewing regular connect notices. That's +s +cF.
by k4be
Sat Sep 04, 2021 6:42 am
Forum: Generic support
Topic: short SSL question
Replies: 2
Views: 5921

Re: short SSL question

I suggest using a wildcard certificate (*.example.com), it'll serve all your subdomains (except the top one, example.com, you probably need a separate certificate for it). Use DNS challenge so you can run the letsencrypt client on your DNS master. To generate a standard one-domain cert (irc.example....
by k4be
Tue Aug 24, 2021 8:59 am
Forum: Generic support
Topic: I locked myself out channel #opers.
Replies: 16
Views: 72865

Re: I locked myself out channel #opers.

I'll post here what i just wrote on IRC commenting about your thread. Apparently irssi's policy is not to forward any commands directly to the server, only ones that are known so that the client can parse (and probably fix) user arguments. They suggest adding any unusual commands to the config or sc...
by k4be
Tue Aug 24, 2021 8:36 am
Forum: Generic support
Topic: I locked myself out channel #opers.
Replies: 16
Views: 72865

Re: I locked myself out channel #opers.

I don't see any problem with the log you're pasting (but you should also include the command you use for better understanding). The response "End of Channel Exception List" is a valid response for command "/mode #channel e" (listing channel exceptions) when the exception list is ...
by k4be
Sat Aug 21, 2021 12:23 pm
Forum: Linking servers
Topic: Since upgrading to 5.2.1.1 anope 2.0.3 doesn't connect
Replies: 4
Views: 7570

Re: Since upgrading to 5.2.1.1 anope 2.0.3 doesn't connect

You have outgoing block for services in your unrealircd configuration? Services links are never outgoing. You also have two "services.arpradio.com" link blocks. But i don't think it's the cause of your problem. Maybe try starting services in debug mode (./bin/services -n -d=5) and see the ...
by k4be
Fri Oct 23, 2020 7:31 pm
Forum: Linking servers
Topic: error: ssl3_get_record: wrong version number.
Replies: 4
Views: 13968

Re: error: ssl3_get_record: wrong version number.

It's likely one of three causes. 1. The one suggested to you in the error message: ssl/tls not enabled on the receiving side. 2. You're trying too often and the receiving side has throttled you. 3. The connecting side is z:lined by the receiving side. You can check these cases by trying to connect t...
by k4be
Wed Oct 21, 2020 6:19 pm
Forum: Generic support
Topic: official channels block not showing any channels in list
Replies: 3
Views: 4706

Re: official channels block not showing any channels in list

Use the +P channelmode instead as official-channels feature is planned to be removed anyway. BTW, check the ircd.log file, as there should be a warning about this on every rehash. Maybe the configuration is not being read correctly for some reason? * *** [warning] set::oficial-channels is deprecated...
by k4be
Sat May 30, 2020 4:43 pm
Forum: Generic support
Topic: Unexplained shutdown of unrealircd 4.2.4
Replies: 5
Views: 2660

Re: Unexplained shutdown of unrealircd 4.2.4

Also the "./unrealircd backtrace" can give information even when the automatic report is not triggered (but it needs the core file to be created). If it's not, you can use the gdb program directly on your process. This would need certain skills however.
by k4be
Mon Apr 20, 2020 3:50 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: m_geoip_whois
Replies: 4
Views: 10529

Re: m_geoip_whois

This was already discussed multiple times. It is theoretically technically possible, but it would give extremely inaccurate data. The databases are very imprecise, and can't be made better, as sometimes a single IP address is assigned to or shared between users scattered across the entire country. A...