3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/plugins
James Lu 5bffe67416 relay: bandaid patch for freezes on startup when there are a ton of networks
The side effect of this patch is that it makes large bursts *really* CPU intensive. A proper fix for this will hopefully be introduced in the future.
2018-03-11 21:26:37 -07:00
..
__init__.py Make plugins/ and protocols/ namespaces 2016-07-20 23:55:26 -07:00
automode.py conf: rename methods to snake case (#523) 2018-03-02 20:23:48 -08:00
bots.py bots: don't allow 'spawnclient' on protocols where it is stubbed 2017-12-22 12:28:27 -08:00
changehost.py Migrate coremods.permissions to snake case 2017-08-02 22:24:23 +08:00
commands.py commands: fix 'showchan' displaying status prefixes in reverse 2018-01-22 08:10:55 -08:00
ctcp.py ctcp: fix wrong logging format for unknown CTCPs 2018-03-01 02:48:04 -05:00
example.py example, relay_cb: migrate to irc.is_channel 2017-08-30 21:22:19 -07:00
exec.py Split the 'raw' command into a new plugin 2018-01-21 13:50:37 -08:00
fantasy.py Replace use of conf.conf['bot'] with conf.conf['pylink'] 2018-02-18 23:26:39 -08:00
games.py plugins, coremods: migrate (un)registerService calls to snake case (#523) 2018-03-02 20:23:47 -08:00
global.py global: ignore empty "global:" configuration blocks 2017-11-06 12:07:33 -08:00
networks.py utils: mark reset_module_dirs, load_plugin, get_protocol_module as private 2018-03-02 20:23:47 -08:00
opercmds.py opercmds: migrate from utils.isServerName to irc.is_server_name 2018-03-02 20:23:47 -08:00
raw.py Split the 'raw' command into a new plugin 2018-01-21 13:50:37 -08:00
relay_clientbot.py relay_cb: bandaid fix to prevent STATUSMSG messages from being interpreted as non-channel specific 2018-03-10 19:54:33 -08:00
relay.py relay: bandaid patch for freezes on startup when there are a ton of networks 2018-03-11 21:26:37 -07:00
servermaps.py servermaps: show the uplink server name for Clientbot links 2018-03-07 22:28:34 -08:00
servprotect.py Merge branch 'master' into devel 2017-08-05 22:11:22 -07:00
stats.py stats: route permission error replies to notice and not privmsg 2018-03-04 12:11:50 -08:00