egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Goto page Previous  1, 2, 3 ... , 88, 89, 90  Next
 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Wed Mar 29, 2017 3:21 pm    Post subject: Re: rehash Reply with quote

gembels wrote:
Hi Sir_Fz,

I am one of your fans... I just wondering.. I did some modification in your code just to make the antispam can change their ip, ident and nick every time they cycles. But to do that, so far I am using rehash command, i know its not right or so blatantly. is there anyway to kill the antispam bot with proc and reconnect again ?

Thanks in advance


If you look at the antispamcore procedure, you'll find this code snippet for disconnecting the antispam bot:
Code:

putdcc $antispam(idx) quit


Basically, you can just disconnect the bot and make it reconnect with a new host.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Thu Mar 30, 2017 4:57 am    Post subject: Reply with quote

When the FINAL VERSION is coming this is still BETA Rite ?

ALL PROTECTION 4.9b4
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Fri Mar 31, 2017 12:21 pm    Post subject: Reply with quote

Do you have any problems with it or is there any feature you'd like to add? Otherwise it's pretty final for me. In other words, I'm not working on it at all and not planning to as long as there's no feedback or user interest.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Fri Mar 31, 2017 1:26 pm    Post subject: Reply with quote

Sir_Fz wrote:
Do you have any problems with it or is there any feature you'd like to add? Otherwise it's pretty final for me. In other words, I'm not working on it at all and not planning to as long as there's no feedback or user interest.


I have 100% Interest in this TCL and rite now there is nothing to add if there is anything to add i will tell you and one thing MASS/JOIN flood it doesn't control well. So for that I put another TCL from SPIKE^^^ otherwise it's fine
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Wed Apr 05, 2017 12:58 pm    Post subject: Reply with quote

Fahad wrote:
I have 100% Interest in this TCL and rite now there is nothing to add if there is anything to add i will tell you and one thing MASS/JOIN flood it doesn't control well. So for that I put another TCL from SPIKE^^^ otherwise it's fine

What's missing in mass join? We can enhance it if necessary to cover any missing features.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Wed Apr 05, 2017 3:09 pm    Post subject: Reply with quote

It does not stop the flood. In AP but in Spike tcl its keep on setting -Rm
Back to top
View user's profile Send private message
caesar
Mint Rubber


Joined: 14 Oct 2001
Posts: 3775
Location: Mint Factory

PostPosted: Thu Apr 06, 2017 12:54 am    Post subject: Reply with quote

Really? All you had to do was to copy/paste at the end of Spike's code the one I said and replace one line with another and the issue would have been fixed. But nooo.. you are too lazy. Rolling Eyes
_________________
Once the game is over, the king and the pawn go back in the same box.
Back to top
View user's profile Send private message
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Thu Apr 06, 2017 4:53 am    Post subject: Reply with quote

OK i'll do that, and will let you know if something happens.
Back to top
View user's profile Send private message
m4s
Halfop


Joined: 30 Jan 2017
Posts: 97

PostPosted: Thu Apr 06, 2017 12:18 pm    Post subject: Nickban - *nick*!*@* Reply with quote

Hello,

First of all thank you for this script, it is really good and works fine for me. Smile

I have a request and a question regarding to nickbans.

Is it possible to add a new ban mask? *nick*!*@*. I think it would be useful.

The question is: I want the nickbans to be permanent. How can I enable/set it?
I never want to remove nickbans.

Thanks for the replies! Smile
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Thu Apr 06, 2017 3:17 pm    Post subject: Re: Nickban - *nick*!*@* Reply with quote

The closest ban mask to what you're requesting is banmask 11 (nick!*@*) which makes more sense than what you're requesting IMHO. If you ban *Orange*!*@* then it'll match Orange and MrOrange for example, which is a bit extreme if you ask me. However, if this is really a feature that you need I don't mind adding it.

As for placing permanent bans, just set the ban time to 0 in the punishment setting of any flood type.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Thu Apr 06, 2017 3:19 pm    Post subject: Reply with quote

Fahad wrote:
caesar wrote:
Really? All you had to do was to copy/paste at the end of Spike's code the one I said and replace one line with another and the issue would have been fixed. But nooo.. you are too lazy. Rolling Eyes


OK i'll do that, and will let you know if something happens.

lol, I still have no idea what the problem with mass join protection is. "Doesn't work" isn't much helpful.

@caesar I'd appreciate your help on this one since you seem to know what he's talking about?
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
caesar
Mint Rubber


Joined: 14 Oct 2001
Posts: 3775
Location: Mint Factory

PostPosted: Fri Apr 07, 2017 12:51 am    Post subject: Reply with quote

@Sir_Fz Sorry for hijacking your topic, he was talking about this topic and he's too lazy to add a small piece of code at the end of the existing one he has and swap a single line with a new one to use the newly added code in order to fix the bug he mentioned above.

That code is tailored for a specific specific pattern to deal with mass joins, worth a read imho.
_________________
Once the game is over, the king and the pawn go back in the same box.
Back to top
View user's profile Send private message
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Fri Apr 07, 2017 2:33 am    Post subject: Reply with quote

I was not lazy to add code. I was just afraid if i make some mistake and here i was talking about his sir_fz tcl not the other one. Which you gave me code.
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Fri Apr 07, 2017 12:25 pm    Post subject: Reply with quote

caesar wrote:
@Sir_Fz Sorry for hijacking your topic, he was talking about this topic and he's too lazy to add a small piece of code at the end of the existing one he has and swap a single line with a new one to use the newly added code in order to fix the bug he mentioned above.

That code is tailored for a specific specific pattern to deal with mass joins, worth a read imho.

Thanks for clearing it out. So, join flood protection is working but missing the following features:
    1. Detect join flood from users with same nick!nick*@*
    2. Detect join flood from users with same nick*!*@*

This should be fairly simple to integrate since the join flood feature already supports join flood from same *!ident@* (by enabling the joinflood(checkident) setting). I guess the above should be merged with this setting or have their own separate settings. Feedback/code contributions are appreciated.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
gembels
Voice


Joined: 07 Jul 2012
Posts: 26

PostPosted: Fri Apr 14, 2017 7:03 am    Post subject: Re: rehash Reply with quote

Sir_Fz wrote:
gembels wrote:
Hi Sir_Fz,

I am one of your fans... I just wondering.. I did some modification in your code just to make the antispam can change their ip, ident and nick every time they cycles. But to do that, so far I am using rehash command, i know its not right or so blatantly. is there anyway to kill the antispam bot with proc and reconnect again ?

Thanks in advance


If you look at the antispamcore procedure, you'll find this code snippet for disconnecting the antispam bot:
Code:

putdcc $antispam(idx) quit


Basically, you can just disconnect the bot and make it reconnect with a new host.


Tested with putdcc $antispam(idx) quit

It didnt change ident, realname and IP, it just change the nickname only.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases All times are GMT - 4 Hours
Goto page Previous  1, 2, 3 ... , 88, 89, 90  Next
Page 89 of 90

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber