Page 1 of 1

[m_list_after]: Use /LIST command after X seconds

Posted: Thu Mar 14, 2013 8:12 pm
by westor
Hello,

I wanna request for a module that a user cannot use the /LIST command after X seconds, this module is very usefull for some networks and i think to post it as an feature request but and as module i will be ok :P

e.g: connecting and in 5 seconds i use /LIST command
display the error: -my.testnet.gr- *** You cannot use the /LIST command within 60 seconds of connecting, please try again later.
and the server will send an GLOBOPS notice: -my.testnet.gr- *** Global -- Denied access into the /LIST command from [email protected]

NOTE: The global message will be helpfull for checking if the user is an BAD user (spambot,etc..) and not for any SPY action.

and in the unrealircd.conf configuration the set options:

set {
listblock yes;
listglobalmessage yes;
listseconds 60;
listmessage You cannot use the /LIST command now, please try again later;
};


- Thanks!

Moderator Note: I changed your IP for you as I'm sure you didn't want it exposed ;) --katsklaw

Re: [m_list_after]: Use /LIST command after X seconds

Posted: Fri Mar 15, 2013 7:48 am
by katsklaw
+1 for the /list delay feature (not a module).
+1 for adding exemptions for indexers (netsplit/searchirc)
+1 for globops being optional.
+1 for making opers immune.

Westor, go to http://bugs.unrealircd.org and fill out a feature request.

Re: [m_list_after]: Use /LIST command after X seconds

Posted: Fri Mar 15, 2013 1:39 pm
by westor
Thanks for response katsklaw , i now added this to feature request page, hope will be done!!

- Thanks!