3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 19:19:31 +01:00
PyLink/plugins
James Lu 4a6f94f8fc relay: add workarounds for u-lined servers
- Allow ulines to join with modes (this status gets forwarded as part of relay_joins()), but *ignore* this status when checking for claim
    - For U-lined clients to set modes properly and kick, they be on the claim list
- Allow ulines to set modes on ulined clients including itself. These changes are ignored: not forwarded, not bounced, but just left there.
- Ignore uline attempts to set non-list modes - this is mostly for compatibility with Anope's DEFCON, as it would otherwise lead to a mode flood.

This requires commit 9113b34b46, i.e. the get_server() update.
2017-08-11 13:15:03 -07:00
..
__init__.py Make plugins/ and protocols/ namespaces 2016-07-20 23:55:26 -07:00
automode.py plugins/automode: fix SETACC example 2017-08-08 22:12:23 -05:00
bots.py Migrate coremods.permissions to snake case 2017-08-02 22:24:23 +08:00
changehost.py Migrate coremods.permissions to snake case 2017-08-02 22:24:23 +08:00
commands.py commands, opercmds: remove explicit to_lower usage 2017-08-07 21:47:31 -07:00
ctcp.py ctcp: -that 2017-01-20 22:32:32 -08:00
example_service.py ServiceBot: replace 'alias' option with 'aliases' & condense multiple add_cmds calls into one 2017-07-10 21:59:29 -07:00
example.py ServiceBot: replace 'alias' option with 'aliases' & condense multiple add_cmds calls into one 2017-07-10 21:59:29 -07:00
exec.py exec.threadinfo: use case-insensitive sort 2017-08-08 00:30:47 -07:00
fantasy.py coremods, plugins: migrate to snake case 2017-06-29 23:01:39 -07:00
games.py ServiceBot: replace 'alias' option with 'aliases' & condense multiple add_cmds calls into one 2017-07-10 21:59:29 -07:00
global.py Migrate coremods.permissions to snake case 2017-08-02 22:24:23 +08:00
networks.py networks: support more specific 'remote' permissions by target network, service, and command 2017-08-07 00:46:53 -07:00
opercmds.py opercmds: remove extra newline in 'massbanre' help 2017-08-08 21:28:27 -07:00
relay_clientbot.py Merge branch 'wip/irc-explosion-2' into devel (#475) 2017-07-02 21:16:06 -07:00
relay.py relay: add workarounds for u-lined servers 2017-08-11 13:15:03 -07:00
servermaps.py Migrate coremods.permissions to snake case 2017-08-02 22:24:23 +08:00
servprotect.py Merge branch 'master' into devel 2017-08-05 22:11:22 -07:00
stats.py stats: treat stats characters case-insensitively 2017-08-08 00:00:12 -07:00