can you show an example in config ?CrazyCat wrote: Sat Jun 17, 2023 2:01 pm This is not services but unrealircd feature.
Blacklist chanmodes/chanowner and chamodes/chanadmin in your config
Search found 26 matches
Re: Help
- Fri Jun 16, 2023 7:27 am
- Forum: Generic support
- Topic: ./unrealircd upgrade not working
- Replies: 3
- Views: 12079
Re: ./unrealircd upgrade not working
thanks problem solved
- Fri Jun 16, 2023 7:05 am
- Forum: Generic support
- Topic: ./unrealircd upgrade not working
- Replies: 3
- Views: 12079
Re: ./unrealircd upgrade not working
Code: Select all
[~/unrealircd]: ./unrealircd upgrade
UnrealIRCd source not found at /home/IRCd/unrealircd-6.1.0.
Sorry, then it is not possible to know your existing settings and thus we cannot upgrade.
Follow the manual upgrade procedure from https://www.unrealircd.org/docs/Upgrading- Fri Jun 16, 2023 1:29 am
- Forum: Generic support
- Topic: ./unrealircd upgrade not working
- Replies: 3
- Views: 12079
./unrealircd upgrade not working
not upgrade automatic if used ./unrealircd upgrade
- Thu Jun 15, 2023 9:34 am
- Forum: Installing and getting connected
- Topic: [SOLVED] random server (how to round-robin)
- Replies: 3
- Views: 12925
Re: random server
oke i try thanks
- Thu Jun 15, 2023 7:44 am
- Forum: Installing and getting connected
- Topic: [SOLVED] random server (how to round-robin)
- Replies: 3
- Views: 12925
[SOLVED] random server (how to round-robin)
I have 4 IRCd servers how can I randomize the 4 servers
- Thu Jun 15, 2023 7:41 am
- Forum: Installing and getting connected
- Topic: error: Alarm clock
- Replies: 10
- Views: 35742
Re: error: Alarm clock
Yeah that's rather long, the ./unrealircd rehash command gives up after 10 seconds.
Any idea why it is so slow? Is it a slow machine or do you use remote includes from a slow server or something?
I have only had this when debugging with gdb myself, if i also had AddressSanitizer enabled (last ...
- Tue Jun 13, 2023 10:47 am
- Forum: Installing and getting connected
- Topic: error: Alarm clock
- Replies: 10
- Views: 35742
Re: error: Alarm clock
8 sec
- Thu Jun 08, 2023 10:36 am
- Forum: Installing and getting connected
- Topic: error: Alarm clock
- Replies: 10
- Views: 35742
Re: error
i rehashed unrealircd and it did nothing
So you run "./unrealircd rehash" and then you have this error, right? The short answer is that it means the server took too long to respond to (finish the) rehash. Longer than 20 seconds, which is rather unusual. I have not heard of someone else having ...
- Wed Jun 07, 2023 3:53 am
- Forum: Installing and getting connected
- Topic: error: Alarm clock
- Replies: 10
- Views: 35742
- Tue Jun 06, 2023 4:29 am
- Forum: Installing and getting connected
- Topic: [SOLVED] how to make a crontab
- Replies: 2
- Views: 11261
Re: crontab
thanks
- Tue Jun 06, 2023 4:27 am
- Forum: Installing and getting connected
- Topic: error: Alarm clock
- Replies: 10
- Views: 35742
error: Alarm clock
hy I don't understand what this means
Code: Select all
line 340: 2461 Alarm clock $UNREALIRCDCTL $*- Mon Jun 05, 2023 9:59 am
- Forum: Generic support
- Topic: enable ipv6
- Replies: 6
- Views: 36170
Re: enable ipv6
fix and great to you thanksValware wrote: Mon Jun 05, 2023 9:45 am You can add your IPv6 address in your DNS by adding an AAAA record pointing towards your IPv6 for the same subdomain
- Mon Jun 05, 2023 9:41 am
- Forum: Generic support
- Topic: enable ipv6
- Replies: 6
- Views: 36170
Re: enable ipv6
Sorry, I didn't understand your meaning.
if the user connects using irc.hostname.org then uses ipv4 while using ipv6 it should connect to ipv6.hotsname.org if conf :
listen {
ip "*";
port 6667;
};
listen {
ip "*";
port 6697;
options { tls; };
};
listen {
ip *;
port 6900;
options ...
