3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 17:29:21 +01:00
PyLink/docs/technical
2016-05-15 11:05:02 -07:00
..
autogen Refresh autogen docs 2016-05-11 21:56:02 -07:00
channel-modes.csv Purge c_ and u_ prefixes from named modes 2016-05-15 11:05:02 -07:00
core-structure.dot docs/t: revamp core-structure pic 2016-04-10 21:51:12 -07:00
core-structure.png docs/t: revamp core-structure pic 2016-04-10 21:51:12 -07:00
hooks-reference.md hooks-reference: add VERSION and WHOIS 2016-03-26 11:41:46 -07:00
plugin_example.py plugin_example.py: use irc.reply() 2015-12-26 15:02:23 -08:00
pmodule-spec.md docs: relayout table of contents & links between pages 2016-05-11 21:52:32 -07:00
README.md docs: relayout table of contents & links between pages 2016-05-11 21:52:32 -07:00
update-autogen.sh Update autogenerated docs (adding a script to do this now) 2016-03-11 23:14:16 -08:00
using-utils.md Revert "docs/t: use rawgit links to serve HTML" 2016-05-11 21:52:32 -07:00
writing-plugins.md protocols: rename joinClient(...) -> join(...) 2016-01-16 16:36:45 -08:00

PyLink Developer Documentation

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

The docs are also really incomplete (contributors welcome!)

Introduction

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

Contents

Future topics (not yet available)