3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00
PyLink/docs/technical
James Lu 89699051d5 Services API rework
- Move nick/ident/host/gecos fetching from services_support into functions
- Remove the unused 'ident' argument from ServiceBot
- Rename the 'nick' argument in ServiceBot to 'default_nick'
- Define default nicks for the PyLink, Automode, and Games services
2017-08-21 21:51:45 -07:00
..
doxygen.conf Doxygen configuration & autorun script 2016-07-23 19:42:17 -07:00
doxygen.sh Doxygen configuration & autorun script 2016-07-23 19:42:17 -07:00
hooks-reference.md docs: get rid of self.irc, self.proto, irc.proto 2017-06-25 02:10:03 -07:00
permissions-api.md docs/t: more notes regarding the permissions API 2017-02-24 18:31:26 -08:00
pmodule-spec.md docs: get rid of self.irc, self.proto, irc.proto 2017-06-25 02:10:03 -07:00
protocol-modules.dot docs: update protocol-modules graphic 2017-07-05 03:28:28 -07:00
protocol-modules.png docs: update protocol-modules graphic 2017-07-05 03:28:28 -07:00
README.md docs/t: link to html versions of mode lists 2017-08-11 15:19:46 -07:00
release-process.md Document the PyLink release process 2016-09-16 22:01:10 -07:00
services-api.md Services API rework 2017-08-21 21:51:45 -07:00
using-ircparser.md using-ircparser.md: minor tweaks and reordering 2017-03-12 20:45:42 -07:00
writing-plugins.md docs: get rid of self.irc, self.proto, irc.proto 2017-06-25 02:10:03 -07: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)