Problems with m_nocaps

These are old archives. They are kept for historic purposes only.
Post Reply
dboyz
Posts: 68
Joined: Tue Jun 14, 2011 6:36 am

Problems with m_nocaps

Post by dboyz »

Hi, I am new here (this forum). Few days ago, I tried using m_nocaps which i downloaded from the modules page on my Unreal3.2.8.1. It appears to behave strangely when loaded and chmode +d is unset. I hope there is somebody out there willing to fix this module because I find it useful for the ircd.
This is what happens when I remove chmode +d

--> On my side <--
[13:35:06] * DBoyz sets mode: -d
[13:35:09] <@DBoyz> TEST
[13:35:13] <@DBoyz> test
[13:35:19] <@DBoyz> TEST
[13:35:21] <@DBoyz> test
[13:35:23] <@DBoyz> hello
[13:35:25] <@DBoyz> HELLO
[13:35:32] <@DBoyz> 123456789
[13:35:40] * @DBoyz says hello
[13:35:44] * @DBoyz HI

--> On the Viewer's Side <--
[13:35:06] * DBoyz sets mode: -d
[13:35:10] <@DBoyz> ? h?
[13:35:13] <@DBoyz> ? h?
[13:35:20] <@DBoyz> ? h?
[13:35:22] <@DBoyz> ? h?
[13:35:23] <@DBoyz> ? h?
[13:35:25] <@DBoyz> ? h?
[13:35:32] <@DBoyz> ? h?
[13:35:40] <@DBoyz> ? h?
[13:35:44] <@DBoyz> ? h?
PS: I did not create this module and I have 0 idea how to create/fix modules.
Module downloaded from http://www.unrealircd.com/modules/view/55
dboyz
Posts: 68
Joined: Tue Jun 14, 2011 6:36 am

Re: Problems with m_nocaps

Post by dboyz »

I hope there will be coders who are kind and willing to fix this module because the original coder (Grunt) was last seen on unrealircd's forums on Fri Sep 04, 2009 7:42 am. Plus, I have no idea how to contact him. I have sent a message to him on this forum but there is no reply yet.

According to Syzop, it is most likely not returning a static string (static char), or you are returning an uninitialized string.
http://bugs.unrealircd.org/view.php?id=4022

I have just realized that there is a similar post on this forum regarding the same problem. Very sorry about it.
http://forums.unrealircd.com/viewtopic.php?f=6&t=5631
Post Reply