Looking for a certain module? Or need a module converted from UnrealIRCd 4.x to 5.x? Ask here.
Moderators: Gottem, Supporters
-
dEathLeSs
- Posts: 13
- Joined: Mon Apr 10, 2017 2:35 pm
Post
by dEathLeSs » Tue Jul 30, 2019 4:48 am
Code: Select all
*** Permanent Global Z-Line added for *@37.130.121.38 on Tue Jul 30 04:29:27 2019 GMT (from dEathLeSs!LaZ@NetworkOwner.Soylenti.Net: no reason)
Code: Select all
*** Permanent Z-Line added for *@37.130.121.38 on Tue Jul 30 04:11:24 2019 GMT (from dEathLeSs!LaZ@NetworkOwner.Soylenti.Net: no reason)
Code: Select all
*** dEathLeSs removed 0 TKLine(s) using /rmtkl
/rmtkl * * can not open with the command.
-
Gottem
- UnrealIRCd coder
- Posts: 181
- Joined: Fri Aug 19, 2016 5:26 pm
- Location: NL
Post
by Gottem » Tue Jul 30, 2019 4:08 pm
I'm pretty sure it's because Unreal recently changed how it stores (G)Z:Lines. Can you confirm that removing glines works fine, as well as tell me your Unreal version?
-
dEathLeSs
- Posts: 13
- Joined: Mon Apr 10, 2017 2:35 pm
Post
by dEathLeSs » Tue Jul 30, 2019 10:17 pm
unrealircd-4.2.4 version. It doesn't work on any of them. Except Shun
-
Gottem
- UnrealIRCd coder
- Posts: 181
- Joined: Fri Aug 19, 2016 5:26 pm
- Location: NL
Post
by Gottem » Sat Aug 10, 2019 12:55 pm
There are a few requirements to be provided by Unreal to make it work on newer version it seems. I'll look into it some more later. ;]
EDIT: Try updating the module now. It should work but there's a performance penalty due to some missing requirements.
-
dEathLeSs
- Posts: 13
- Joined: Mon Apr 10, 2017 2:35 pm
Post
by dEathLeSs » Mon Aug 12, 2019 9:31 am
I installed the new module, but it failed.
Code: Select all
-DPIC -shared -Wl,-export-dynamic -DDYNAMIC_LINKING \
-o m_rmtkl.so m_rmtkl.c
m_rmtkl.c: In function ‘m_rmtkl’:
m_rmtkl.c:338: error: ‘tklindex2’ undeclared (first use in this function)
m_rmtkl.c:338: error: (Each undeclared identifier is reported only once
m_rmtkl.c:338: error: for each function it appears in.)
m_rmtkl.c: At top level:
m_rmtkl.c:355: error: expected ‘)’ before string constant
m_rmtkl.c:356: error: expected identifier or ‘(’ before ‘return’
m_rmtkl.c:357: error: expected identifier or ‘(’ before ‘}’ token
make[4]: *** [custommodule] Error 1
make[4]: Leaving directory `/home/ircsoyl1/unrealircd-4.2.4/src/modules/third'
*****
Building 3rd party module m_rmtkl failed.
Contact the module author of the m_rmtkl module (not the UnrealIRCd team), or simply delete the /home/ircsoyl1/unrealircd-4.2.4/src/modules/third/m_rmtkl.c file
*****
-
Gottem
- UnrealIRCd coder
- Posts: 181
- Joined: Fri Aug 19, 2016 5:26 pm
- Location: NL
Post
by Gottem » Mon Aug 12, 2019 3:44 pm
My bad, forgot a few small things. :D Try now.
-
dEathLeSs
- Posts: 13
- Joined: Mon Apr 10, 2017 2:35 pm
Post
by dEathLeSs » Mon Aug 12, 2019 6:08 pm
Thank you. Very nice bro.

-
dEathLeSs
- Posts: 13
- Joined: Mon Apr 10, 2017 2:35 pm
Post
by dEathLeSs » Mon Aug 12, 2019 6:10 pm
You can also check the Netadmins module. Even when I make it "full", it beats
-
Gottem
- UnrealIRCd coder
- Posts: 181
- Joined: Fri Aug 19, 2016 5:26 pm
- Location: NL
Post
by Gottem » Tue Aug 13, 2019 3:41 pm
Make a separate thread for that and explain in more detail what the exact issue is. ;]