3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-02 23:54:08 +01:00
PyLink/plugins
James Lu fa30d3c732 relay: rework fallback message routing to be less annoying (#384)
- PRIVMSGs from users not spawned on a network are sent via the main PyLink client in the format "<$orignick/$network> <$text>"
    - <PyLink> <user/net> blah blah
- NOTICEs from users use the same format above, and are routed from the relay subserver representing the network that the message originated from
    - Notice(somenet.relay): <user/net> blah blah
- PRIVMSGs from servers are blocked, because they aren't valid on all IRCds and are fairly obscure anyways (suggestsions/improvements welcome)
- NOTICEs from servers are forwarded as raw text, from the relay subserver representing the origin network
    - Notice(somenet.relay): some server announcement
2017-01-29 20:21:45 -08:00
..
__init__.py Make plugins/ and protocols/ namespaces 2016-07-20 23:55:26 -07:00
automode.py automode, relay: remove unused imports 2017-01-21 12:01:41 -08:00
bots.py plugins/bots.py: change over to permissions API 2016-12-09 22:13:32 -08:00
changehost.py changehost: limit 'applyhosts' to those with the changehost.applyhosts perm 2016-12-09 22:13:32 -08:00
commands.py Move 'mkpasswd' to the commands plugin 2017-01-22 16:42:46 -08:00
ctcp.py ctcp: -that 2017-01-20 22:32:32 -08:00
example_service.py Add an example services plugin 2017-01-21 11:59:43 -08:00
example.py example.py: update to reflect 1.1.x docstring changes (#307) 2017-01-21 11:59:43 -08:00
exec.py exec: rewrap docstirngs 2016-12-09 21:43:58 -08:00
fantasy.py fantasy: don't error when bots are removed while processing (e.g. on shutdown) 2016-09-06 18:06:29 -07:00
games.py plugins: change remaining plugins over irc.error() use 2016-11-18 23:11:44 -08:00
networks.py networks: port to the permissions API (#367) 2016-12-09 21:55:47 -08:00
opercmds.py opercmds: remove pointless source argument from 'kick' and 'kill' 2016-12-24 10:58:03 -08:00
relay_clientbot.py relay: use built-in hash() for colorizing text 2016-12-21 23:48:40 -08:00
relay.py relay: rework fallback message routing to be less annoying (#384) 2017-01-29 20:21:45 -08:00
servermaps.py servermaps: fix wrong permission name 2016-12-09 21:43:58 -08:00
servprotect.py New import paths for properly installed pylinkirc 2016-06-20 18:18:54 -07:00