3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00
PyLink/docs/technical
2015-11-15 21:50:23 -08:00
..
core-structure.dot Update core-structure graph 2015-08-06 03:05:07 -07:00
core-structure.png Update core-structure graph 2015-08-06 03:05:07 -07:00
inspircd.html Doc updates: +using-utils.md stub; update autogenerated references for protocols/inspircd, utils 2015-10-03 16:39:52 -07:00
plugin_example.py docs: bring plugin_example.py up to date 2015-09-06 22:40:10 -07:00
pmodule-spec.md coreplugin: sanity check: make sure irc.connected is set after 2 seconds & mention how setting this is neccessary in docs 2015-11-15 21:50:23 -08:00
README.md Doc updates: +using-utils.md stub; update autogenerated references for protocols/inspircd, utils 2015-10-03 16:39:52 -07:00
using-utils.md Doc updates: +using-utils.md stub; update autogenerated references for protocols/inspircd, utils 2015-10-03 16:39:52 -07:00
utils.html Doc updates: +using-utils.md stub; update autogenerated references for protocols/inspircd, utils 2015-10-03 16:39:52 -07:00
writing-plugins.md docs: add auto-generated InspIRCd protocol spec, and finish off most of writing-plugins.md 2015-09-06 23:11:55 -07:00

Please note that as PyLink is still in its development phase, the API is subject to change. Any documentation here is provided for reference only.

It is also really incomplete (contributors welcome!)

Introduction

PyLink is an a modular, plugin-based IRC PseudoService framework. It uses swappable protocol modules and a hook-based system for calling plugins, allowing them to function regardless of the IRCd used.

Contents

Future topics (not yet available)