Search found 62 matches
- Tue Feb 09, 2021 11:58 pm
- Forum: Generic support
- Topic: Restrict opers creation
- Replies: 7
- Views: 193
Re: Restrict opers creation
If you really want to block users from joining/creating other channels than the ones you've already created, you can use the Deny channel ( https://www.unrealircd.org/docs/Deny_channel_block ) and the Allow channel ( https://www.unrealircd.org/docs/Allow_channel_block ) blocks. Examples: deny channe...
- Thu Feb 04, 2021 1:52 pm
- Forum: Generic support
- Topic: maxbans not taken into accout
- Replies: 2
- Views: 170
Re: maxbans not taken into accout
As it has been stated in the support channel, UnrealIRCd 4 is no longer supported. You should really upgrade to UnrealIRCd 5. I've just added this on my unrealircd.conf, and after a rehash the values are updated: set { maxbans 200; /* Number of bans per channel */ maxbanlength 60; /* Number of chars...
- Sun Aug 30, 2020 3:28 pm
- Forum: Installing and getting connected
- Topic: unable to make temporary file: Permission denied
- Replies: 10
- Views: 2331
Re: unable to make temporary file: Permission denied
There's a disagreement between the paths from where UnrealIRCd is extracting the files and your $HOME directory. All of the paths should be relative to your $HOME directory. As the user where you plan to install UnrealIRCd, try the following commands: wget https://www.unrealircd.org/downloads/unreal...
- Wed Aug 05, 2020 6:47 pm
- Forum: Generic support
- Topic: ssl error
- Replies: 5
- Views: 1648
Re: ssl error
1. In UnrealIRCd 5.x the "ssl" word has been changed to "tls". So, it is something like: listen { ip *; port 6697; options { tls; }; tls-options { certificate "/etc/letsencrypt/live/irc.arpradio.com/fullchain.pem"; key "/etc/letsencrypt/live/irc.arpradio.com/privke...
- Sat Aug 01, 2020 9:57 pm
- Forum: Generic support
- Topic: prevent access to the server by country.
- Replies: 1
- Views: 552
Re: prevent access to the server by country.
Currently, there's no such (free) module for UnrealIRCd. Gottem has one paid module that does that.
You can find more info here: https://unrealshop.gottem.nl/
Cheers!
You can find more info here: https://unrealshop.gottem.nl/
Cheers!
- Thu Jul 30, 2020 6:26 pm
- Forum: Generic support
- Topic: webirc configuration does not work with thelounge client
- Replies: 20
- Views: 2424
Re: webirc configuration does not work with thelounge client
Late reply but I was busy with real life. Did you managed to make it work? If not, can you paste your webirc block from UnrealIRCd for TheLounge client? Also, remember that if you have another web client (such as KiwiIRC) using the same IP, the password for TheLounge must be the same as for KiwiIRC....
- Sat Jul 18, 2020 6:51 pm
- Forum: UnrealIRCd modules (third party)
- Topic: send message to all users/ircops
- Replies: 5
- Views: 1657
Re: Future Plan
And what would be the flood protection for that specific module? I can imagine a user typing !999 endlessly just to annoy IRCops.
Would unregistered users be able to use it?
And ping all users would be a bit bad for the users that have nothing to do with network administration.
Would unregistered users be able to use it?
And ping all users would be a bit bad for the users that have nothing to do with network administration.
- Sat Jul 11, 2020 4:24 am
- Forum: Installing and getting connected
- Topic: Can't connect to my IRC server through SSL port 7501; connection dropped.
- Replies: 3
- Views: 1588
Re: Can't connect to my IRC server through SSL port 7501; connection dropped.
Hello. 1) Does your IRC client has support for SSL/TLS (it seems to be old and no more developed)? 2) Did you tried to use a more modern client like AdiIRC or HexChat? 3) Did you checked if you or your server are behind some firewall restrictions (although unlikely on the server end)? 4) Try to use ...
- Fri Jun 26, 2020 9:03 pm
- Forum: Generic support
- Topic: webirc configuration does not work with thelounge client
- Replies: 20
- Views: 2424
Re: webirc configuration does not work with thelounge client
That means that the password is incorrect in one of the ends.
So check your configurations again and make sure that the IP and password matches
So check your configurations again and make sure that the IP and password matches
- Fri Jun 26, 2020 8:00 pm
- Forum: Generic support
- Topic: webirc configuration does not work with thelounge client
- Replies: 20
- Views: 2424
Re: webirc configuration does not work with thelounge client
1) Are you running TheLounge behind a proxy?
2) Are you sure that the machine IP is the one you are putting in the webirc block in UnrealIRCd and on the bind line of TheLounge?
2) Are you sure that the machine IP is the one you are putting in the webirc block in UnrealIRCd and on the bind line of TheLounge?
- Fri Jun 26, 2020 7:40 pm
- Forum: Generic support
- Topic: webirc configuration does not work with thelounge client
- Replies: 20
- Views: 2424
Re: webirc configuration does not work with thelounge client
can you paste the bind and webirc lines from TheLounge?
You can omit the IP, but don't omit any quotes or punctuation.
You can omit the IP, but don't omit any quotes or punctuation.
- Fri Jun 26, 2020 7:26 pm
- Forum: Generic support
- Topic: webirc configuration does not work with thelounge client
- Replies: 20
- Views: 2424
Re: webirc configuration does not work with thelounge client
I assume that you've rehashed UnrealIRCd too?
- Fri Jun 26, 2020 7:12 pm
- Forum: Generic support
- Topic: webirc configuration does not work with thelounge client
- Replies: 20
- Views: 2424
Re: webirc configuration does not work with thelounge client
Be sure to restart TheLounge and confirm that the password is correct.
- Fri Jun 26, 2020 7:07 pm
- Forum: Generic support
- Topic: webirc configuration does not work with thelounge client
- Replies: 20
- Views: 2424
Re: webirc configuration does not work with thelounge client
Quick fix
1) On TheLounge search for:
and replace it by
2) Change your webirc line on TheLounge by:
This should do the trick.
Cheers
1) On TheLounge search for:
Code: Select all
bind: undefined,
Code: Select all
bind "91.92.xxx.xxx",
2) Change your webirc line on TheLounge by:
Code: Select all
webirc: { "irc.xxxx.net": "password" },
Cheers
- Fri Jun 26, 2020 6:57 pm
- Forum: Generic support
- Topic: webirc configuration does not work with thelounge client
- Replies: 20
- Views: 2424
Re: webirc configuration does not work with thelounge client
Also, change your TheLounge webirc line to something like this:
Code: Select all
webirc: { "irc.xxx.net": "password"},