Nicolas Coevoet
7c136558f9
added global trusted & protected capabilities for Vip
2020-09-21 07:46:37 +00:00
Nicolas Coevoet
d0ff0d36c4
Fixing error in summary with .* ips
2019-11-15 15:03:22 +00:00
Nicolas Coevoet
7fd423a7d8
Added support for : on the command 'match'
2019-10-30 09:47:23 +00:00
Nicolas Coevoet
c46ab7297e
Merge pull request #28 from teward/patch-2
...
Add specific Limnoria version reqs. (Also #26 , #27 )
2018-10-15 16:34:49 +02:00
Thomas Ward
ea20091803
Add specific Limnoria version reqs.
...
Add specific Limnoria version per Progrval's request
2018-10-15 10:33:41 -04:00
Nicolas Coevoet
d182868858
Merge pull request #27 from teward/patch-1
...
README.md: Add note about Limnoria versions. (#26 )
2018-10-15 16:32:19 +02:00
Thomas Ward
0a09ad0ac9
README.md: Add note about Limnoria versions. ( #26 )
...
Add a blurb about how you may need to rely on non-Distribution packages (such as from PyPI or from source directly) of Limnoria to get this to work properly. This sort of addresses #26 .
2018-10-15 10:02:22 -04:00
Nicolas Coevoet
7b9edfff6b
fix for kickMessage
2018-06-11 11:11:19 +02:00
Nicolas Coevoet
84238bfed9
fix for logChannel
2018-06-11 10:48:13 +02:00
Nicolas Coevoet
1aaf30c8fe
fix few issue related to py3
2018-06-11 10:34:19 +02:00
Nicolas Coevoet
06013c8aa7
allows nick to be used as target for logChannel
2018-06-06 10:18:34 +02:00
Nicolas Coevoet
9874005392
Update README.md
2018-06-06 09:50:56 +02:00
Nicolas Coevoet
668f03f120
py3 version ?!
2018-05-31 18:20:11 +02:00
Nicolas Coevoet
3d0a3753f4
fix previous commit - ended with *add plugin.py@* banned/quieted
2018-04-16 17:16:46 +02:00
Nicolas Coevoet
d70e44b0b8
resolve #22
2018-04-13 16:11:32 +02:00
Nicolas Coevoet
0c105a03ba
resolve #22 this new feature is only available for b,q,e,I and note commands, not automated actions
2018-03-30 11:49:57 +02:00
Nicolas Coevoet
7a4ff48863
fixs and added support for -capability protections
2018-03-09 11:56:13 +01:00
Nicolas Coevoet
02f23df444
opSettable config var
2018-02-09 16:56:45 +01:00
Nicolas Coevoet
903a37b893
force resync on plugin reload
2018-02-02 14:34:07 +01:00
Nicolas Coevoet
88985f3b55
fix extract command and ensure regexp are correct on addregexpattern
2018-02-01 12:43:31 +01:00
Nicolas Coevoet
93d55d9052
fix pattern not correctly updated
2018-01-30 10:08:41 +01:00
Nicolas Coevoet
648c416ca6
Update README.md
2018-01-26 17:04:06 +01:00
Nicolas Coevoet
2e31eb5983
Update README.md
...
added help about patterns
2018-01-26 17:03:50 +01:00
Nicolas Coevoet
c33569f42a
feature added : permanent pattern, you can decide which regexp or word will trigger something ( you don't need chanreg anymore )
2018-01-26 16:42:03 +01:00
Nicolas Coevoet
9278114aed
Update README.md
2018-01-23 20:53:49 +01:00
Nicolas Coevoet
90b968cfb6
initial changes of v2, which will include integration of sigyn's permanent patterns system, separated plugin for handling hostmasks and features shared between Sigyn and ChanTracker
2018-01-23 20:50:44 +01:00
Nicolas Coevoet
560fc423c7
Merge branch 'master' of https://github.com/ncoevoet/ChanTracker
2016-12-07 21:04:54 +01:00
Nicolas Coevoet
2fe1022861
#19 prevents uneeded errors messages when editing to -1s items already sets forever
2016-12-07 21:03:35 +01:00
Nicolas Coevoet
8a9bfc77fb
Update __init__.py
1.4
2016-11-11 09:12:25 +01:00
Nicolas Coevoet
a13986ec2c
reduce used memory
2016-09-13 18:42:36 +02:00
Nicolas Coevoet
1131f3870d
Update README.md
2016-09-03 09:56:28 +02:00
Nicolas Coevoet
a46700b5ef
Merge branch 'master' of https://github.com/ncoevoet/ChanTracker
2016-09-03 09:36:03 +02:00
Nicolas Coevoet
8169616808
uses kickMax features when bot is following a ban
2016-09-03 09:35:59 +02:00
Nicolas Coevoet
3c9900a1b0
Merge pull request #17 from damascene/master
...
update to be able to load plugin with python 3
2016-01-26 10:29:33 +01:00
Usama Akkad
cdb8e51190
removed the space between “print” and the parenthesis for better style
...
As suggested by <pinkieval> at #limnoria
2016-01-26 10:45:18 +02:00
Usama Akkad
f943106731
update to be able to load plugin with python 3
2016-01-26 10:37:23 +02:00
Nicolas Coevoet
ecaa309c30
better way to handle socket's call inside thread instead of fake internal messages
2016-01-08 18:33:25 +01:00
Nicolas Coevoet
31911a8cdd
Update __init__.py
...
1.3 release dues to 45 commits since 1.2
1.3
2016-01-05 22:35:00 +01:00
Nicolas Coevoet
99ed2cd8f3
Update README.md
2016-01-05 22:31:40 +01:00
Nicolas Coevoet
687597ece8
Merge branch 'master' of https://github.com/ncoevoet/ChanTracker
2016-01-05 12:42:24 +01:00
Nicolas Coevoet
ca758a0eae
#16 Disable capability negotiation with Limnoria
2016-01-05 12:42:08 +01:00
Nicolas Coevoet
d2cf0cf8a6
Update README.md
2016-01-05 12:33:19 +01:00
Nicolas Coevoet
fd99d11acb
'kickOnMode' allows bot to kick when someone else sets a ban, 'clonePermit' can check clones joins in a channel, 'resolveIp' to True with supybot.debug.threadAllCommands to True should prevent bot being stuck due to socket/dns timeout
2016-01-05 12:22:43 +01:00
Nicolas Coevoet
5b2e162f70
Update plugin.py
...
bug found by ser_berry
2015-05-01 18:15:33 +02:00
Nicolas Coevoet
d17109cda2
Update plugin.py
2015-04-08 17:59:19 +02:00
Nicolas Coevoet
4b7873afd2
added 'avoidOverlap' setting, when True, bot will try to reuse already setted items, also added 'overlap' which can list overlapping modes, there is limitation on both in some case with extended bans
2015-04-07 21:52:35 +02:00
Nicolas Coevoet
609044d16c
new method 'note' which create a new database without others actions, fix a corner case when logChannel == channel and bot's doesn't keepOp, fix a little null pointer on ban removal
2015-04-06 18:40:51 +02:00
Nicolas Coevoet
8ee6df5c3d
Update server.py
2015-04-05 00:10:52 +02:00
Unit 193
eff74cf932
Make it easier to run the server behind a reverse proxy, change stylesheet to work with http or https.
2015-04-04 23:57:29 +02:00
Nicolas Coevoet
221ea871ec
added debug supports on netsplitModes/netsplitsUnmodes
2015-03-31 21:22:40 +02:00