2016-03-12 08:13:55 +01:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<html><head><title>Python: module coreplugin</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
</head><body bgcolor="#f0f0f8">
|
|
|
|
|
|
|
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
|
|
|
|
<tr bgcolor="#7799ee">
|
|
|
|
<td valign=bottom> <br>
|
|
|
|
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong>coreplugin</strong></big></big></font></td
|
|
|
|
><td align=right valign=bottom
|
|
|
|
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/gl/pylink/coreplugin.py">/home/gl/pylink/coreplugin.py</a></font></td></tr></table>
|
|
|
|
<p><tt>coreplugin.py - Implements core PyLink functions as a plugin.</tt></p>
|
|
|
|
<p>
|
|
|
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
|
|
|
<tr bgcolor="#aa55cc">
|
|
|
|
<td colspan=3 valign=bottom> <br>
|
|
|
|
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
|
|
|
|
|
|
|
|
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
|
2016-05-12 06:56:02 +02:00
|
|
|
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="classes.html">classes</a><br>
|
|
|
|
<a href="conf.html">conf</a><br>
|
|
|
|
</td><td width="25%" valign=top><a href="gc.html">gc</a><br>
|
|
|
|
<a href="os.html">os</a><br>
|
|
|
|
</td><td width="25%" valign=top><a href="signal.html">signal</a><br>
|
|
|
|
<a href="sys.html">sys</a><br>
|
2016-03-12 08:13:55 +01:00
|
|
|
</td><td width="25%" valign=top><a href="utils.html">utils</a><br>
|
2016-05-12 06:56:02 +02:00
|
|
|
<a href="world.html">world</a><br>
|
2016-03-12 08:13:55 +01:00
|
|
|
</td></tr></table></td></tr></table><p>
|
|
|
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
|
|
|
<tr bgcolor="#eeaa77">
|
|
|
|
<td colspan=3 valign=bottom> <br>
|
|
|
|
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
|
|
|
|
|
|
|
|
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
|
2016-05-28 07:39:27 +02:00
|
|
|
<td width="100%"><dl><dt><a name="-handle_commands"><strong>handle_commands</strong></a>(irc, source, command, args)</dt><dd><tt>Handle commands sent to the PyLink service bots (PRIVMSG).</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-handle_disconnect"><strong>handle_disconnect</strong></a>(irc, source, command, args)</dt><dd><tt>Handles network disconnections.</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-handle_endburst"><strong>handle_endburst</strong></a>(irc, source, command, args)</dt><dd><tt>Handles network bursts.</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-handle_kick"><strong>handle_kick</strong></a>(irc, source, command, args)</dt><dd><tt>Handle KICKs to the PyLink service bots, rejoining channels as needed.</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-handle_kill"><strong>handle_kill</strong></a>(irc, source, command, args)</dt><dd><tt>Handle KILLs to PyLink service bots, respawning them as needed.</tt></dd></dl>
|
2016-03-12 08:13:55 +01:00
|
|
|
<dl><dt><a name="-handle_mode"><strong>handle_mode</strong></a>(irc, source, command, args)</dt><dd><tt>Protect against forced deoper attempts.</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-handle_operup"><strong>handle_operup</strong></a>(irc, source, command, args)</dt><dd><tt>Logs successful oper-ups on networks.</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-handle_services_login"><strong>handle_services_login</strong></a>(irc, source, command, args)</dt><dd><tt>Sets services login status for users.</tt></dd></dl>
|
2016-03-26 19:42:12 +01:00
|
|
|
<dl><dt><a name="-handle_version"><strong>handle_version</strong></a>(irc, source, command, args)</dt><dd><tt>Handles requests for the PyLink server version.</tt></dd></dl>
|
2016-03-12 08:13:55 +01:00
|
|
|
<dl><dt><a name="-handle_whois"><strong>handle_whois</strong></a>(irc, source, command, args)</dt><dd><tt>Handle WHOIS queries, for IRCds that send them across servers (charybdis, UnrealIRCd; NOT InspIRCd).</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-identify"><strong>identify</strong></a>(irc, source, args)</dt><dd><tt><username> <password><br>
|
|
|
|
<br>
|
|
|
|
Logs in to PyLink using the configured administrator account.</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-load"><strong>load</strong></a>(irc, source, args)</dt><dd><tt><plugin name>.<br>
|
|
|
|
<br>
|
|
|
|
Loads a plugin from the plugin folder.</tt></dd></dl>
|
2016-05-12 06:56:02 +02:00
|
|
|
<dl><dt><a name="-rehash"><strong>rehash</strong></a>(irc, source, args)</dt><dd><tt>takes no arguments.<br>
|
|
|
|
<br>
|
|
|
|
Reloads the configuration file for PyLink, (dis)connecting added/removed networks.<br>
|
|
|
|
Plugins must be manually reloaded.</tt></dd></dl>
|
2016-03-12 08:13:55 +01:00
|
|
|
<dl><dt><a name="-reload"><strong>reload</strong></a>(irc, source, args)</dt><dd><tt><plugin name>.<br>
|
|
|
|
<br>
|
|
|
|
Loads a plugin from the plugin folder.</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-shutdown"><strong>shutdown</strong></a>(irc, source, args)</dt><dd><tt>takes no arguments.<br>
|
|
|
|
<br>
|
|
|
|
Exits PyLink by disconnecting all networks.</tt></dd></dl>
|
2016-05-12 06:56:02 +02:00
|
|
|
<dl><dt><a name="-sighup_handler"><strong>sighup_handler</strong></a>(_signo, _stack_frame)</dt><dd><tt>Handles SIGHUP by rehashing the PyLink daemon.</tt></dd></dl>
|
|
|
|
<dl><dt><a name="-sigterm_handler"><strong>sigterm_handler</strong></a>(_signo, _stack_frame)</dt><dd><tt>Handles SIGTERM gracefully by shutting down the PyLink daemon.</tt></dd></dl>
|
2016-05-28 07:39:27 +02:00
|
|
|
<dl><dt><a name="-spawn_service"><strong>spawn_service</strong></a>(irc, source, command, args)</dt><dd><tt>Handles new service bot introductions.</tt></dd></dl>
|
2016-03-12 08:13:55 +01:00
|
|
|
<dl><dt><a name="-unload"><strong>unload</strong></a>(irc, source, args)</dt><dd><tt><plugin name>.<br>
|
|
|
|
<br>
|
|
|
|
Unloads a currently loaded plugin.</tt></dd></dl>
|
|
|
|
</td></tr></table><p>
|
|
|
|
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
|
|
|
<tr bgcolor="#55aa55">
|
|
|
|
<td colspan=3 valign=bottom> <br>
|
|
|
|
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
|
|
|
|
|
|
|
|
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
|
2016-05-28 07:39:27 +02:00
|
|
|
<td width="100%"><strong>log</strong> = <logging.RootLogger object><br>
|
|
|
|
<strong>myident</strong> = 'pylink'<br>
|
|
|
|
<strong>mynick</strong> = 'PyLink'</td></tr></table>
|
2016-03-12 08:13:55 +01:00
|
|
|
</body></html>
|