Search found 52 matches

by HeXiLeD
Thu Jan 10, 2019 10:49 am
Forum: Generic support
Topic: Logging who PMs who
Replies: 9
Views: 4614

Re: Logging who PMs who

This is: 1: Unethical 2: Depending on the country, Illegal 3: Useless against anyone using OTR, Omemo or even the weak blowfish encryption 4: 100% ineffective if the users do DCC chat. and it is a perfect way to get an empty network very fast. as for modules used in this type of operation, they can ...
by HeXiLeD
Sun Jan 06, 2019 3:00 pm
Forum: Installing and getting connected
Topic: [SSL ERROR]: too large
Replies: 14
Views: 10662

Re: [SSL ERROR]: too large

Test also # nmap --script ssl-enum-ciphers -p6697 localhost As for weechat: irc.server.netname.ssl_verify = off irc.server.netname.ssl_priorities = NORMAL:-VERS-SSL3.0 SECURE256:-VERS-TLS-ALL:+VERS-TLS1.2 or SECURE256:-VERS-TLS-ALL:+VERS-TLS1.3 might be too high for your setup. Again, client side pe...
by HeXiLeD
Sun Jan 06, 2019 2:39 pm
Forum: Installing and getting connected
Topic: [SSL ERROR]: too large
Replies: 14
Views: 10662

Re: [SSL ERROR]: too large

There is nothing wrong with the server and ssl/tls on the server side. This is pure pebcak client side. Sometimes related to what the client is capable of handling in regards to cyphers used in effect by the server. If the server specifies only a few cyphers to use and or a specific ssl or tls versi...
by HeXiLeD
Sat Dec 29, 2018 5:32 pm
Forum: Generic support
Topic: CertFP vs fail-if-no-clientcert vs sasl/authprompt login auth
Replies: 7
Views: 4490

Re: CertFP vs fail-if-no-clientcert vs sasl/authprompt login auth

Here is my testing example using weechat and unrealircd 4.2.1 I created conf/authentication_block.conf which is loaded in unrealircd.conf Added a block: require authentication { mask *@127.0.0.1; reason "Too many abusers from this ip, please authenticate"; }; Created a user with netadmin p...
by HeXiLeD
Fri Dec 28, 2018 7:32 pm
Forum: Generic support
Topic: CertFP vs fail-if-no-clientcert vs sasl/authprompt login auth
Replies: 7
Views: 4490

Re: CertFP vs fail-if-no-clientcert vs sasl/authprompt login auth

Thanks for your very dedicated reply :D I will address a few points and I agree with most of what you said, except one detail and I must state that at the time, I felt I did not expressed what I suggested properly given the complexity of this matter. I take it you currently have positive experiences...
by HeXiLeD
Thu Dec 27, 2018 10:15 pm
Forum: Generic support
Topic: CertFP vs fail-if-no-clientcert vs sasl/authprompt login auth
Replies: 7
Views: 4490

CertFP vs fail-if-no-clientcert vs sasl/authprompt login auth

I just decided to test this new feature and maybe there are a few things to consider: info: Authentication https://unrealircd.org/docs/Authentication https://unrealircd.org/docs/Require_authentication_block https://unrealircd.org/docs/Set_block#set::authentication-prompt CertFP https://unrealircd.or...
by HeXiLeD
Thu Aug 09, 2018 3:14 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [REQ] M_uline
Replies: 9
Views: 13124

Re: [REQ] M_uline

Because he is d1ff3r3nt :P , wants to look c00l 8) and has no ph3ar !! :twisted:

... yah... high five! rock on dude!! :mrgreen:
by HeXiLeD
Thu Jun 07, 2018 9:29 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: [REQ] Forcing the use of encrypted communication
Replies: 0
Views: 9797

[REQ] Forcing the use of encrypted communication

This is an idea that I have been pursuing for a long time. Forcing the use of encrypted communication by OTR, Omemo, PGP and even xsalsa20 or blowfish. Details are explained here: https://bugs.unrealircd.org/view.php?id=5100 Perhaps a module could be done in order to start testing this idea and then...
by HeXiLeD
Thu Dec 28, 2017 12:11 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Looking for delaylist.c port for unreal4
Replies: 7
Views: 12473

Re: [DONE] Looking for delaylist.c port for unreal4

So far the module looks great 8) I was wondering if it would be easy to implement the possibility of customizing the replies send by the module: You have to be connected for at least 60 seconds before being able to /LIST You have to be identified with services before being able to /LIST The customiz...
by HeXiLeD
Tue Dec 26, 2017 3:43 pm
Forum: Generic support
Topic: WebIrc secure implementations and it's fails
Replies: 4
Views: 4033

Re: WebIrc secure implementations and it's fails

Unacceptable since it decreases general security: So, you have three other ways to deal with it: - Use older Unreal version and wait for a needed qwebirc functionality. - Accept your secure users not having the +z umode, and wait for a needed qwebirc functionality. - Modify qwebirc yourself, to alw...
by HeXiLeD
Tue Dec 26, 2017 2:16 pm
Forum: Generic support
Topic: WebIrc secure implementations and it's fails
Replies: 4
Views: 4033

WebIrc secure implementations and it's fails

Although currently unable to connect to the irc chat due to this detail , I have been updated about this problem and tested it myself. Before the flames come, lets just say that I am 100% in favor of security by default and anti clear text protocols 20 years ago. In fact why are we even allowing the...
by HeXiLeD
Sun Nov 26, 2017 3:03 pm
Forum: General chat
Topic: UnrealIrcd: Please get proper reverse DNS
Replies: 4
Views: 12064

UnrealIrcd: Please get proper reverse DNS

So, recently, while trying to connect to unrealircd support chat: Your IP address does not resolve to a host. Please get proper reverse DNS Caused by features in 4.0.16 Just happens that some of us, actually and intentionally do set an improper reverse DNS for specific reasons. Q: Does this active f...
by HeXiLeD
Sun Sep 17, 2017 2:56 pm
Forum: Generic support
Topic: Chat logs
Replies: 5
Views: 4687

Re: Chat logs and how not to do them

This is probably all of what you want or at least a good start. If we have no logs we cannot answer questions because we simply don't know. On hexchat: /set irc_logging off /set stamp_log off /set stamp_text off /set url_logging off /set url_grabber off On unrealircd: # https://unrealircd.org/docs/L...
by HeXiLeD
Sat Sep 09, 2017 5:15 pm
Forum: Linking servers
Topic: Link servers SSL fingerprint validation
Replies: 11
Views: 15634

Re: Link servers SSL fingerprint validation & lets encrypt

As I was preparing the requested reply I went over configs and configs and eventually found out the problem while re-doing configs form scratch and deciding to test other stuff. The listen blocks are set like in this example: servers listen links block only https://www.unrealircd.org/docs/Configurat...
by HeXiLeD
Sat Sep 09, 2017 2:08 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: [REQ] Module ? ssl::options::fail-if-no-clientcert complementary feature
Replies: 0
Views: 8848

[REQ] Module ? ssl::options::fail-if-no-clientcert complementary feature

I mentioned this previously here . In regards to the following feature which is greatly appreciated and useful to control bot attacks and much more. An additional enhancement should be made to give more control to the admins when several clones are connected. The best example of such clone situation...