Pragmatic Software
d5ba966c53
antiflood: corrected check against double-banning chat floods
2011-01-22 04:42:38 +00:00
Pragmatic Software
d2640f8bcb
antiflood: remove generate_random_number; ping timeouts/excess floods no longer treated aggressively, now treated same as other quit/parts
2011-01-22 04:17:35 +00:00
Pragmatic Software
58f19984bf
Display join flood history only if joinwatch >= max joins, to reduce log spam
2010-06-29 00:59:47 +00:00
Pragmatic Software
fe6d08178b
Anti-join flood bans for 2^5 hours for first offense instead of 2^7 hours (now uses 2^(4+number_of_offenses) hours as timeout)
2010-06-27 11:13:30 +00:00
Pragmatic Software
2d11d66b67
Replaced ago_exact with duration_exact in time comparison
2010-06-27 05:39:44 +00:00
Pragmatic Software
999d8ae4a8
Added Time::Duration to anti-flood join history
2010-06-27 05:36:58 +00:00
Pragmatic Software
521ae5c704
Anti-join flood bans for 2^5 hours for first offense instead of 2^7 hours (now uses 2^(4+number_of_offenses) hours as timeout)
2010-06-27 03:22:29 +00:00
Pragmatic Software
a13d028e3e
Lower-case hostmask and arguments to !unbanme
2010-06-22 03:01:02 +00:00
Pragmatic Software
38e7de9f41
Correct bug from refactoring AntiFlood.pm previously; no longer crashes on pruning message history
2010-06-21 11:04:07 +00:00
Pragmatic Software
52a6c7d125
Slightly refactored anti-join flood logic, handles QUITs better now
2010-06-21 03:18:39 +00:00
Pragmatic Software
f1e227b64d
Forward to ##stop_join_flood instead, since it has a candide-specific on-join msg and topic
2010-06-19 21:38:50 +00:00
Pragmatic Software
547087b81d
Corrected join flood to get correct time distance between join messages
2010-06-19 19:19:56 +00:00
Pragmatic Software
41bb89eba2
Remove captcha from unbanme command
2010-06-18 11:12:55 +00:00
Pragmatic Software
fe96faded8
unban_timeouts is now a HashObject -- consequently, unban timeouts now save to and load from data file
2010-06-18 10:46:23 +00:00
Pragmatic Software
e32850aae2
Remove old ChanServ ban method and rename all quiet-related terms to ban-related terms since quiet now does +b instead of +q
2010-06-18 07:03:16 +00:00
Pragmatic Software
7c1bdecfcb
Added missing use feature switch pragma
2010-06-18 04:17:30 +00:00
Pragmatic Software
24ef3b90e9
Use wildcard banmasks instead of original hostmasks
2010-06-18 04:15:28 +00:00
Pragmatic Software
f29202c99c
Converted Channels.pm (and all modules using channels object) to use HashObject -- can now add/remove channels and set/unset channel meta-data as user commands
2010-06-18 03:21:36 +00:00
Pragmatic Software
be6e2ae8ab
Significantly increase join flood ban timeout in order to reduce channel spam (made more feasible by !unbanme)
2010-06-18 00:49:50 +00:00
Pragmatic Software
af7d55da0d
Ban-forward join floods to ##fix_your_connection
2010-06-16 02:21:44 +00:00
Pragmatic Software
16b9bba71c
Added captcha and !unbanme command to allow unbanning from join flood
2010-06-16 01:55:29 +00:00
Pragmatic Software
811e2e71d2
Ping timeout QUITs now properly added to each channel's message history
2010-06-12 07:48:01 +00:00
Pragmatic Software
f14924a619
Add missing message to message history for QUITs; skip joinwatch on non-channels; add max_messages and max_timeout to QUIT/PART in IRCHandlers
2010-06-12 05:50:38 +00:00
Pragmatic Software
6eeb2277f2
Remove useless if(x < 0) check when incrementing x
2010-06-12 04:44:49 +00:00
Pragmatic Software
40ed750a1f
Ping timeout quits now handled
2010-06-12 04:38:38 +00:00
Pragmatic Software
ef3d9770ca
Refactored AntiFlood account code -- much improved
2010-06-12 04:27:58 +00:00
Pragmatic Software
347bb86bac
Correct variable $ch to $channel
2010-06-12 01:52:11 +00:00
Pragmatic Software
a70d8a1fd5
Antiflood: deal with ping timeout quits aggressively
2010-06-12 01:49:49 +00:00
Pragmatic Software
4242eecf43
Correct joinwatch behavior for netsplits; remove joinwatch behavior for "Changing host"
2010-06-11 08:01:32 +00:00
Pragmatic Software
0ce7f52725
Correct joinwatch for new entries to message history
2010-06-11 04:26:20 +00:00
Pragmatic Software
da7eb0b111
Make join flood more robust
2010-06-11 04:03:36 +00:00
Pragmatic Software
b7cd3cfbfc
Improving handling of join flooding -- decrement join count for netsplits and host changes; increase ban duration based on offense count; etc
2010-06-10 20:26:09 +00:00
Pragmatic Software
363dd1fc29
Show anti-flood timestamp comparisons for join floods only (to reduce log traffic)
2010-06-10 19:20:12 +00:00
Pragmatic Software
49bbf5c73e
Temporary hack to skip hostmask entry when iterating channels in message history, will fix soon
2010-06-06 07:22:23 +00:00
Pragmatic Software
8a5c7a99c2
Remove debugging print statements from AntiFlood.pm
2010-06-06 05:22:07 +00:00
Pragmatic Software
96be537c39
AntiFlood now detects based on *!user@host instead of nick
2010-06-06 05:19:31 +00:00
Pragmatic Software
71847ddc63
Make anti-flood logs less spammy
2010-06-06 00:35:24 +00:00
Pragmatic Software
7bcfa52b25
Increase join flood detection to 4 joins within 30 minutes without a message; set join_watch -= 2 on join ban to allow two join attempts afterwards in order to give them a chance to rejoin
2010-06-05 17:45:41 +00:00
Pragmatic Software
4b342be290
Add join flood protection
2010-06-05 06:07:15 +00:00
Pragmatic Software
7399f4ff91
Replaced mode +q with mode +b for quieting; replaced nick!*@* with *!*@host in anti-flood; quiet commands take mask instead of nick
2010-05-30 02:02:29 +00:00
Pragmatic Software
1131ab32df
Truncate long output to codepad.org
2010-04-13 04:17:54 +00:00
Pragmatic Software
654291e8a5
Commented out "Checking ..." in check message history
2010-04-09 22:53:17 +00:00
Pragmatic Software
0c54d9c93e
Send message on private ignore; parse adlib variables better
2010-04-02 18:23:31 +00:00
Pragmatic Software
f5bfe2dfda
prune_message_history used old flood_watch instead of message_history -- fixed
2010-03-29 08:39:48 +00:00
Pragmatic Software
a743261059
See Changes file
2010-03-26 05:14:03 +00:00
Pragmatic Software
d299a8fb0f
90% done in object-oriented conversion -- IgnoreList doesnt save/load/use regex yet.
2010-03-24 06:47:40 +00:00
Pragmatic Software
fa50724b58
Progressing on object-oriented conversion. Some functionality may be missing.
2010-03-23 18:24:02 +00:00
Pragmatic Software
313da0b587
Progressing on converting things to objects
2010-03-23 03:09:03 +00:00
Pragmatic Software
bd46c11120
Half-way through converting everything to objects. Committing mostly working copy as preview.
2010-03-22 07:33:44 +00:00
Pragmatic Software
f725743ccb
== MAJOR NEW BETA RELEASE ==
...
Converted single large "amalgamate" monolithic pbot2.pl script into multiple Perl packages/modules.
Tons of refactoring and clean-ups.
Consider this version to be beta. Use at your own risk.
2010-03-17 06:36:54 +00:00