Request: Modules to port to U5

Looking for a module? Or want to see one converted to 6.x?

Moderator: Supporters

Locked
HeXiLeD
Posts: 51
Joined: Mon Jan 16, 2017 8:07 pm
Location: online

Request: Modules to port to U5

Post by HeXiLeD »

These are currently the modules I use and will mark out the ones I cannot find port.
Correct me if i am wrong/

m_allowctcp_opers.c is the behavior is the default in UnrealIRCd 5
m_autovhost.c can't find port.
m_clones.c can't find port.
m_getlegitusers.c can't find port.
m_noinvite.c is useful for when people want to set the mod or not. I know we can use set::restrict-commands
m_pmlist.c can't find port. This is server side query blocker and very useful
m_rmtkl.c now exists in UnrealIRCd 5 (/RMTKL)
m_textshun.c can't find port but i guess i can live without it
m_anticaps.c can't find port.
m_block_masshighlight.c can't find port. Really wanted
m_extwarn.c can't find port. but i might be able to live without it
m_listrestrict.c where is it?
m_pmdelay.c this too can be done via set::restrict-commands
m_repeatprot.c can't find port.
m_storetkl.c implemented in the 'tkldb' module which is loaded by default
m_uniquemsg.c in channel mode +f now in the 'r' subtype, eg: MODE #channel +f [1r]:15

Due to a memory leak :x , I have to upgrade :( but need these mods if possible. :|
Constructive criticism leads to evolution and progress. Negative criticism leads to obsolescence. We are not in the 90's IRC world anymore.
CertFP: d985d21f89fe2977b593c4d381a1a86802e62990d9328d893db76d59f9935244
Gottem
UnrealIRCd coder
Posts: 192
Joined: Fri Aug 19, 2016 5:26 pm
Location: NL

Re: Request: Modules to port to U5

Post by Gottem »

Then you aren't looking in the right place.
Gottem wrote: Sat Dec 28, 2019 3:46 pm There are a number of modules which are now included in UnrealIRCd 5 or are offered via other functionality. All other relevant modules have now been ported as well, these are available through Unreal's built-in module manager. =].
If you like my modules, pls consider donating (credit card or iDEAL, use the custom job fee option in my shop) ;];]
HeXiLeD
Posts: 51
Joined: Mon Jan 16, 2017 8:07 pm
Location: online

Re: Request: Modules to port to U5

Post by HeXiLeD »

Yah i just saw it right and logged in to delete my post but your reply was 2 seconds faster.
Thanks man.
Constructive criticism leads to evolution and progress. Negative criticism leads to obsolescence. We are not in the 90's IRC world anymore.
CertFP: d985d21f89fe2977b593c4d381a1a86802e62990d9328d893db76d59f9935244
Locked