Search found 52 matches

by HeXiLeD
Thu May 18, 2017 5:18 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Admin module to allow see client ctcp reply while using +T
Replies: 6
Views: 4478

Re: [DONE] Admin module to allow see client ctcp reply while using +T

Some good news: - certain known issues did not happen - oper2oper CTCP works when both opers are +T - When doing mode user -T this problem does not happen . However it still conflicts with it in a very special way which i will describe later. Bad news: oper to user with +T or -T does not work. Note...
by HeXiLeD
Wed May 17, 2017 8:54 am
Forum: UnrealIRCd 4 modules (third party)
Topic: Module textshun, mode +T & oper are not compatible (fix needed)
Replies: 3
Views: 3330

Module textshun, mode +T & oper are not compatible (fix needed)

Setup details: UnrealIrcd 4.0.12 Module textshun (m_textshun (Drop messages based on nick and body) [3RD]) Oper block: oper hotshot { class clients; operclass netadmin-textshun; mask { *@127.0.0.1; }; password "whatever"; require-modes z; modes HIipqTtWwxcFfksq; vhost oh.i.am.so.amazing; s...
by HeXiLeD
Wed May 17, 2017 6:38 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Admin module to allow see client ctcp reply while using +T
Replies: 6
Views: 4478

Re: [DONE] Admin module to allow see client ctcp reply while using +T

I just tested the module and it is great to see it works but there is one detail. It requires that the oper is -T in order to receive the reply.
It would be perfect if the oper was able to maintain +T and still receive the ctcp reply from the client.
by HeXiLeD
Wed May 03, 2017 9:04 pm
Forum: Installing and getting connected
Topic: Error: A critical error occurred when registering ModData
Replies: 4
Views: 4018

Error: A critical error occurred when registering ModData

Problem: Happens when X amount of custom modules are added: Currently with me was after 17 extra modules. error: A critical error occurred when registering ModData for m_modname No space available & error: Error loading m_modname: Mod_Init returned -1 Apparently that's caused when the available...
by HeXiLeD
Mon May 01, 2017 5:12 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Admin module to allow see client ctcp reply while using +T
Replies: 6
Views: 4478

[DONE] Admin module to allow see client ctcp reply while using +T

I am not sure exactly how to address this and if it can be done as as module or if it should be a feature that should be tweaked in the src code of the ircd. Problem: If a user has +T the user will not receive ctcps. This includes version. Knowing what client uses is needed and useful for the networ...
by HeXiLeD
Fri Mar 17, 2017 2:03 am
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Looking for delaylist.c port for unreal4
Replies: 7
Views: 12369

[DONE] Looking for delaylist.c port for unreal4

/* * ================================================================== * Module: delaylist.c * Author: w00t <surreal.w00t@gmail.com> * Version: 1.0.0 * Written For: Stskeeps * Licence: GPL * Description: Delays list for newly connected clients. * ===================================================...
by HeXiLeD
Mon Jan 16, 2017 8:39 pm
Forum: UnrealIRCd 4 modules (third party)
Topic: [DONE] Looking for m_securequery.c port for unreal4
Replies: 4
Views: 3630

[DONE] Looking for m_securequery.c port for unreal4

* ================================================================== * Module: m_securequery.c * Author: Stealth <stealth@x-tab.org> * Version: 1.0.7 * License: GNU Afferro General Public Licnese * Description: Adds UMode Z to restrict queries to SSL users. * =======================================...