Search found 38 matches
- Fri Oct 23, 2020 7:31 pm
- Forum: Linking servers
- Topic: error: ssl3_get_record: wrong version number.
- Replies: 4
- Views: 2877
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...
- Wed Oct 21, 2020 6:19 pm
- Forum: Generic support
- Topic: official channels block not showing any channels in list
- Replies: 3
- Views: 530
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...
- Sat May 30, 2020 4:43 pm
- Forum: Generic support
- Topic: Unexplained shutdown of unrealircd 4.2.4
- Replies: 5
- Views: 952
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.
- Mon Apr 20, 2020 3:50 pm
- Forum: UnrealIRCd 4 modules (third party)
- Topic: m_geoip_whois
- Replies: 4
- Views: 2754
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...
- Tue Apr 14, 2020 4:32 am
- Forum: Installing and getting connected
- Topic: i cant connect to my server Connection timed out
- Replies: 12
- Views: 2313
Re: i cant connect to my server Connection timed out
No, the default policy is only about /oper and server linking, and still it does not prevent accepting connections (only generates an error later). If the server says it's listening on 6667 without TLS, it should accept the connections. The problem probably has something to do with network configura...
- Fri Apr 10, 2020 2:54 pm
- Forum: Generic support
- Topic: Unreal 5 SSL error
- Replies: 10
- Views: 1974
Re: Unreal 5 SSL error
Works for me. Your ip may be throttled (because of trying too frequently) or Z:lined.
- Thu Apr 02, 2020 7:11 pm
- Forum: UnrealIRCd 4 modules (third party)
- Topic: m_geoip_whois
- Replies: 4
- Views: 2754
Re: m_geoip_whois
You may have changed the text "connected from" to "Conecta Desde " when the module was already loaded, or have set it differently on multiple servers. It can be cleaned by unloading the module (remove loadmodule from config and rehash) and then loading it back. I wrote this expla...
- Wed Feb 26, 2020 5:13 am
- Forum: Installing and getting connected
- Topic: Unreal5.0.3.1.tar.gz: Cannot open: No such file or directory
- Replies: 7
- Views: 2327
Re: Unreal5.0.3.1.tar.gz: Cannot open: No such file or directory
Why do you look for a file named "Unreal5.0.3.1.tar.gz"? The official download is named "unrealircd-5.0.3.1.tar.gz".
Have you ever used a "ls" command?
Have you ever used a "ls" command?
- Sat Dec 21, 2019 4:03 pm
- Forum: UnrealIRCd 4 modules (third party)
- Topic: m_geoip_whois help to install
- Replies: 4
- Views: 1279
Re: m_geoip_whois help to install
Apparently you forgot to add the "loadmodule" directive. It should be done for all modules, so is not mentioned in the module-specific description.
https://www.unrealircd.org/docs/FAQ#How ... modules.3F
https://www.unrealircd.org/docs/FAQ#How ... modules.3F
- Mon Apr 29, 2019 4:58 pm
- Forum: Installing and getting connected
- Topic: Registration Timeout Error
- Replies: 3
- Views: 2682
Re: Registration Timeout Error
It's normal with the telnet client if you had not sent anything. Try the sequence:
USER x x x x
NICK xxxx
Then reply to the PING request (replace PING with PONG).
Don't know why there's the error with usual IRC clients though.
USER x x x x
NICK xxxx
Then reply to the PING request (replace PING with PONG).
Don't know why there's the error with usual IRC clients though.
- Fri Mar 08, 2019 8:30 pm
- Forum: Generic support
- Topic: 313 WHOISOPERATOR ?
- Replies: 1
- Views: 1134
Re: 313 WHOISOPERATOR ?
Use "/whois nick nick" to ask the server the user is connected to.
- Tue Jan 01, 2019 12:10 pm
- Forum: UnrealIRCd 4 modules (third party)
- Topic: [DONE] m_geoip_whois: displays users' countries in WHOIS
- Replies: 7
- Views: 4546
Re: [DONE] m_geoip_whois: displays users' countries in WHOIS
The SWHOIS info can be seen by anyone, only +H umode hides it, together with all SWHOIS (but i see it rather like a bug than a feature).
Since the module changed a bit since the original post, here is the current documentation.
Since the module changed a bit since the original post, here is the current documentation.
- Sat Dec 29, 2018 11:54 am
- Forum: UnrealIRCd 4 modules (third party)
- Topic: [DONE] m_wwwstats: allows Unreal to cooperate with a web statistics system
- Replies: 0
- Views: 3686
[DONE] m_wwwstats: allows Unreal to cooperate with a web statistics system
I have decided to share, after a few upgrades, a module that is now about 10 years old. This one allows the Unreal to cooperate with a web statistics system. Two interfaces are used: 1. UNIX socket. The socket is created on a path specified in config block. When you connect to the socket, the module...
- Fri Dec 14, 2018 10:01 pm
- Forum: UnrealIRCd 4 modules (third party)
- Topic: Detect webirc connections
- Replies: 7
- Views: 3980
Re: Detect webirc connections
A new module for that:
https://github.com/pirc-pl/unrealircd-m ... owwebirc.c
https://github.com/pirc-pl/unrealircd-m ... owwebirc.c
- Mon Dec 03, 2018 4:12 pm
- Forum: UnrealIRCd 4 modules (third party)
- Topic: [DONE] m_geoip_whois: displays users' countries in WHOIS
- Replies: 7
- Views: 4546
Re: [DONE] m_geoip_whois: displays users' countries in WHOIS
Updated to match current GeoLite2 database format (and future ones too, I hope).
New download link on GitHub
New download link on GitHub