140 Commits

Author SHA1 Message Date
Nicolas Coevoet
5693ff8b6f added few new settings related to action against affected users, permanent ban 2013-12-22 00:15:17 +01:00
Nicolas Coevoet
94527633c3 added new method that allows to check which modes affects an user 2013-12-21 20:13:08 +01:00
Nicolas Coevoet
138097f043 typo 2013-12-21 17:08:13 +01:00
Nicolas Coevoet
fbb28391af added badDuration for channel permanent bans 2013-12-21 16:56:20 +01:00
Nicolas Coevoet
bdd2804bae removed another unnecessary delay 2013-12-21 16:30:58 +01:00
Nicolas Coevoet
fd3a8c8a4b prevent delay for bot privmsg when asking op about 2013-12-21 16:06:20 +01:00
Nicolas Coevoet
d7baae99e4 typo 2013-12-21 09:40:01 +01:00
Nicolas Coevoet
dee78a6a30 prevent the bot to acts against +eI and protected users when a mode affects them 2013-12-21 09:37:51 +01:00
Nicolas Coevoet
655925d808 prevent bot to apply unmode to affected users one by one 2013-12-21 09:31:04 +01:00
Nicolas Coevoet
252f5ae1db prevent delay with channel bans items 2013-12-21 00:46:13 +01:00
Nicolas Coevoet
61cafe9449 added protected capability from supybot to prevent bot to do channel protection against, resolves #2 2013-12-20 20:04:44 +01:00
Nicolas Coevoet
da896f59da reverted changes of previous commit 2013-12-20 19:58:33 +01:00
Nicolas Coevoet
228cc945fd added trusted capability from supybot to prevent bot to do channel protection against, resolves #2 2013-12-20 19:07:54 +01:00
Nicolas Coevoet
3ac27692fe prevent ban for +eI people with channel bans mask 2013-12-18 21:15:37 +01:00
Nicolas Coevoet
4075383d80 typo 2013-12-17 10:26:52 +01:00
Nicolas Coevoet
905a13e70c added Channel.ban supports in order to ban on join blacklist hostmask 2013-12-17 10:15:19 +01:00
Nicolas Coevoet
e9208afe77 modified a bit bot behaviour about kickMode, only applied when bot did the mode 2013-12-14 22:07:40 +01:00
Nicolas Coevoet
afe804c03e fixed nick's logs 2013-12-14 20:23:36 +01:00
Nicolas Coevoet
eba780ecea typo 2013-12-07 20:01:38 +01:00
Nicolas Coevoet
9395c90b3e little fix in check for affected users, added bot's ability to add comment from kick messages 2013-12-07 19:54:20 +01:00
Nicolas Coevoet
9b7c2f0d6c fix an issue with cycle detection with quit/rejoin and few kind of kill/klined messages 2013-12-05 19:06:30 +01:00
Nicolas Coevoet
4bb6e83f5f modified a bit stored messages and reply for 'info', 'detail', 'affect' commands 2013-12-03 20:19:56 +01:00
Nicolas Coevoet
6b148879f7 added a config var to disable bot asking for op, note : protection modes will be applied if you op before force him to cycle the channel, expired quiet/ban/whatever will always be done if you op it 2013-12-02 23:38:26 +01:00
Nicolas Coevoet
e0da7b7cce just some message replies changes 2013-12-02 20:47:55 +01:00
Nicolas Coevoet
d1467dcaae reduce utils.net.isIP, allow per config changes of cached nick removes based on cycleLife 2013-12-02 19:17:38 +01:00
Nicolas Coevoet
d8af7024f9 reduce call to utils.net.isIP, in order to increase perf on advanced who 2013-12-01 22:30:54 +01:00
Nicolas Coevoet
7f7b8f7d16 removed useless code about extends bans 2013-12-01 21:59:13 +01:00
Nicolas Coevoet
d235f1abc7 little fixs 2013-12-01 21:48:08 +01:00
Nicolas Coevoet
66acb2cd36 fixed uq for unreal, it should also fix fews others cases of removal 2013-12-01 19:13:13 +01:00
Nicolas Coevoet
c7e406e1f2 add cache for computed pattern / users matchs 2013-12-01 14:51:49 +01:00
Nicolas Coevoet
573e023202 typo changes 2013-12-01 14:44:14 +01:00
Nicolas Coevoet
9d58b50c45 little fix for +h half-mode 2013-12-01 14:18:28 +01:00
Nicolas Coevoet
f887cd5d8c a little change for deep search 2013-12-01 12:35:40 +01:00
Nicolas Coevoet
e6593efbe1 use 005 chanmodes and extban to follow ircd capabilities, so better support for unreal and inspire ircd 2013-12-01 12:30:34 +01:00
Nicolas Coevoet
34fbf7ba56 changed a bit unvoice/unop when quieted to be sure bot has op when sending messages 2013-11-30 22:29:18 +01:00
Nicolas Coevoet
8416a3da7f added half support for unreal and inspire extended bans ( ~q: and m: ), both with b command 2013-11-30 22:10:15 +01:00
Nicolas Coevoet
d203d2162a fixed hilight detection 2013-11-30 14:09:01 +01:00
Nicolas Coevoet
30ac32bc61 added remove command ( fpart ), fixed ( i guess ) few bugs related to unability to match affected users by a mode 2013-11-29 20:02:07 +01:00
Nicolas Coevoet
455d955aa7 fixed reconnections issues, removed unneeded evade check 2013-11-28 19:48:38 +01:00
Nicolas Coevoet
89a9bc5f33 delayed a bit sync to avoid ping timeout when reload 2013-11-27 23:31:53 +01:00
Nicolas Coevoet
c7cfdd6f9d modified a bit quiet/unquiet vs chanserv, added new announce configuration about voice and op modes 2013-11-27 19:58:41 +01:00
Nicolas Coevoet
db6993ad63 fixed an issue about announceOthers and SpamQueue bad detection 2013-11-26 22:16:15 +01:00
Nicolas Coevoet
709bccb8ff fixed an issue with detection queue and a typo in info 2013-11-26 22:14:04 +01:00
Nicolas Coevoet
e059365509 more support for chanserv quiet/unquiet 2013-11-26 21:37:44 +01:00
Nicolas Coevoet
7d0daa99f4 modified info/detail messages a bit, added support for chanserv quiet/unquiet 2013-11-26 21:13:47 +01:00
Nicolas Coevoet
0aa6ed2a28 fix issue with i 2013-11-25 21:04:37 +01:00
Nicolas Coevoet
548e432274 modified bugged jaccard algo ( for repeat and mass repeat detection ) 2013-11-25 10:16:43 +01:00
Nicolas Coevoet
df3118838f fix an issue with info 2013-11-24 21:22:30 +01:00
Nicolas Coevoet
d20a3b8e05 some documentation changes, and a fix when nick changes 2013-11-09 22:47:01 +01:00
Nicolas Coevoet
8541b41b23 fixed unneeded bot's op command when bot joins a channel 2013-11-04 19:55:01 +01:00