view doc/html/index.md @ 306:c6eed76f8646

Tests: add test for server-invite, #559
author David Demelier <markand@malikania.fr>
date Wed, 19 Oct 2016 17:55:49 +0200
parents 5795a1769de5
children d731ce3ae821
line wrap: on
line source

---
header: "Irccd documentation"
guide: true
---

Welcome to the irccd documentation.

# Building

Everything you need to build irccd.

  - [Build from sources](build/build-from-sources.html)
  - [Build options](build/build-options.html)

# Running

Running irccd, configuration and command line options.

  - [Configure irccd](irccd/configuring.html)

And about irccdctl.

  - [Configure irccdctl](irccdctl/configuring.html)
  - [List of irccdctl commands](irccdctl/commands.html)
  - [Irccdctl command line usage](irccdctl/usage.html)

# Development

Development of plugins and other development documentation.

  - [Javascript plugin introduction](dev/plugin-javascript-introduction.html)
  - [Network protocol](dev/socket-protocol.html)
  - [Network commands](dev/socket-commands.html)

# Plugin API

The official Javascript API.

  - [Javascript API](api/index.html)

# Miscellaneous

Miscellaneous documentation.

  - [Common patterns and formatting](misc/common-patterns-and-formatting.html)
  - [Configuration file syntax](misc/configuration-syntax.html)