Search found 1100 matches

by katsklaw
Tue Aug 18, 2020 1:21 am
Forum: UnrealIRCd modules (third party)
Topic: fantasy not work
Replies: 2
Views: 7772

Re: fantasy not work

UHG! I moved this by mistake. I hope I put is back correctly. It still needs moved to one of the 3rd party mod forums though. Please reply with the version of unreal you are using.
by katsklaw
Tue Aug 18, 2020 1:06 am
Forum: Generic support
Topic: ssl error
Replies: 5
Views: 6523

Re: ssl error

2.2) setfacl -mR u:USER:r /etc/letsencrypt/live/sub.domain.tld Actually, that would be u:user:rx since you are affecting a directory. The x or exec flag works differently on directories than on files. x on a directory allows the user to "stat" or get the contents of the directory; which i...
by katsklaw
Thu Apr 16, 2020 4:19 pm
Forum: Generic support
Topic: Unreal 5 SSL error
Replies: 10
Views: 5060

Re: Unreal 5 SSL error

Actually. mIRC v6 didn't include ssl libraries and one would need to install them separately for mIRC to use. I suggest trying to get the official ssl package from the official website. https://slproweb.com/products/Win32OpenSSL.html Update for clarity: mIRC v6 supports ssl server connections, but d...
by katsklaw
Thu Apr 16, 2020 3:54 pm
Forum: Generic support
Topic: Unrealircd 4 char set bug
Replies: 4
Views: 3226

Re: Unrealircd 4 char set bug

Nevarline wrote: Thu Apr 16, 2020 2:04 pm I did update version unrealircd-5.0.3 but ircservices does not work gives protocol error is there any solution?
IRCServices stopped updating their services package several years ago and do not support unreal5. You'll need to try a different package as already suggested.
by katsklaw
Mon Apr 13, 2020 11:02 pm
Forum: Installing and getting connected
Topic: i cant connect to my server Connection timed out
Replies: 12
Views: 16791

Re: i cant connect to my server Connection timed out

Is there a firewall between you and your server?
by katsklaw
Sat Mar 21, 2020 2:16 pm
Forum: Generic support
Topic: Parameters for the status window
Replies: 2
Views: 2292

Re: Parameters for the status window

Most things cannot be disabled. Those that can would be controlled by a user mode, such as wallops (+w), snotices (+s) or in the set {} block like set::options::show-connect-info. Please the set {} block documentation for more info: https://www.unrealircd.org/docs/Configuration#Set_block Some client...
by katsklaw
Mon Mar 16, 2020 11:06 pm
Forum: Installing and getting connected
Topic: configure: error: no acceptable C compiler found in $PATH
Replies: 6
Views: 9624

Re: configure: error: no acceptable C compiler found in $PATH

Thank you very much but english is not my own language, and I don't know debian. The you don't need the "sudo apt ..." solution. Which OS are you using? So simply on web search engine, it's difficult for me, so I preffer ask for friendly help if possible. No problem at all. I was just try...
by katsklaw
Sun Mar 15, 2020 6:02 pm
Forum: Installing and getting connected
Topic: configure: error: no acceptable C compiler found in $PATH
Replies: 6
Views: 9624

Re: configure: error: no acceptable C compiler found in $PATH

You need a compiler and various other utilities. On Debian/Ubuntu: sudo apt install build-essential libssl-dev On CentOS8/Fedora/RedHat8: sudo dnf install gcc openssl-devel Friendly Note: While this forum is here to help install Unrealircd, it's very helpful to yourself if you try to google the erro...
by katsklaw
Sun Mar 15, 2020 3:30 pm
Forum: Installing and getting connected
Topic: unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory
Replies: 7
Views: 9446

Re: unrealircd-5.0.3.1/Config: line 92: ./configure: No such file or directory

If I try instead : unrealircd@id16370:~$ unrealircd-5.0.3.1./Config -bash: unrealircd-5.0.3.1./Config: No such file or directory cd to the unreal-5.0.3.1 directory FIRST, then run ./Config. scott@ircs:~$ cd unrealircd-5.0.3.1/ scott@ircs:~/unrealircd-5.0.3.1$ ./Config When you get to this question:...
by katsklaw
Sat Mar 14, 2020 8:14 pm
Forum: Linking servers
Topic: Linking 7 servers private network
Replies: 2
Views: 9076

Re: Linking 7 servers private network

Sorry it's been so long for this reply. A few things. 1. Servers do not connect to each other at all unless you specify "autoconnect" in the link block(s). 2. The more strict you are with your hierarchy, the less flexible your "plan B" will be. What I mean is that the goal to hav...
by katsklaw
Mon Nov 23, 2015 2:40 am
Forum: Unreal 3.2 Support
Topic: SSL Encypted private key, sha2 (256) certificate and problems
Replies: 8
Views: 15938

Re: SSL Encypted private key, sha2 (256) certificate and problems

Could you try again syzop? I just set-up my account there today and it's working.

Thanks.
by katsklaw
Mon Jun 15, 2015 6:21 pm
Forum: Unreal 3.2 Support
Topic: Disable OP for all except few users
Replies: 7
Views: 15423

Re: Disable OP for all except few users

I simply can not set Channel Operator for specific user. whatever I do get the message You're not channel operator This is because only ChanOps are supposed to allow/deny chanop status to other users in their respective channel. Think of it this way, you rent an apartment, while you do not own the ...
by katsklaw
Mon Jun 15, 2015 5:02 pm
Forum: Unreal 3.2 Support
Topic: Disable OP for all except few users
Replies: 7
Views: 15423

Re: Disable OP for all except few users

I edited my post since your last login, please re-read it.

Thanks.
by katsklaw
Mon Jun 15, 2015 4:54 pm
Forum: Unreal 3.2 Support
Topic: Disable OP for all except few users
Replies: 7
Views: 15423

Re: Disable OP for all except few users

IRCops are not supposed to be ChanOps in all channels. That's not how IRC works. This is because, again, IRCops manager the SERVER, not CHANNELS. IRCops: manage servers. ChanOps: manage channels. It is a common misconception that IRcops somehow "outrank" users or chanops. They do not! IRCo...
by katsklaw
Mon Jun 15, 2015 2:47 pm
Forum: Unreal 3.2 Support
Topic: Disable OP for all except few users
Replies: 7
Views: 15423

Re: Disable OP for all except few users

set::level-on-join <none|voice|halfop|op|protect|owner>; The mode that a user will get when he's the first to join a channel. The default is 'op' (channel operator). set { level-on-join none; }; You are also confusing IRCop status with ChanOp status. IRCops operate the IRC server and are not grante...