|
|
| Author |
Message |
maddog906 Lurker

Joined: 08 Mar 2005 Posts: 132 Location: uk
|
Posted: Aug 12, 2008 5:22pm Post subject: I would like to make some thing quiet clear |
|
|
before any comes here and says we spy on users because they read this site.
http://www.wrongway.org/?unrealmodules
just because we run spamfilter which scans pm's and dcc tp protect users from virus and trojans.
http://forums.unrealircd.com/viewtopic.php?f=3&t=5557 i posted it on unrealirc forum because they will know why nN and hooks 17 18 shows
they use can't be bothered to read the last four lines where its say ,
Note: Some modules may hook private messages or channel messages but may still not be explicitly spying on you, for example the module may be preventing a specific type of spam or something. If you see these hooks in place, you should consult the network administrator as to their specific purpose, and judge for yourself.
We never do or never will spy on users,
====================================
the modules we run with our unrealirc are listed:
include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";
include "dccallow.conf";
thank you from irc-future.com |
|
| Back to top |
|
 |
maddog906 Lurker

Joined: 08 Mar 2005 Posts: 132 Location: uk
|
Posted: Aug 13, 2008 3:41am Post subject: problem found |
|
|
http://forums.unrealircd.com/viewtopic.php?f=3&t=5557
its the 3rd module called scarecrow.so
which chances the hooks to 17 /18
ok with out scarecrow the version is Unreal3.2.7. test.*.com FhiXeOoZE3
with scarecrow loaded it turns to Unreal3.2.7. test.*.com FhiXeOoZEmM3
scarecrow is an old addon module to stop trojan/virus
which uses
in the scarecrow module i did find hooks to channel and users messages,
"bcopy(modinfo,&ADCMod,modinfo->size);
UserMsg = HookAddPCharEx(ADCMod.handle, HOOKTYPE_USERMSG, adc_usermsg);
ChanMsg = HookAddPCharEx(ADCMod.handle, HOOKTYPE_CHANMSG, adc_chanmsg);
return MOD_SUCCESS;
SO THATS THE END OF THE MYSTERY. |
|
| Back to top |
|
 |
|
|
| |