~paulgear/charms/trusty/quassel-core/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Overview

This is the core (server) component of [Quassel](http://quassel-irc.org/), a modern, cross-platform, distributed IRC platform.
One or more Quassel clients can attach to and detach from this central core.

# Usage

To use this charm, run:

    juju deploy quassel-core

Once the unit has deployed successfully, you can open your quassel client (e.g. the Ubuntu package quassel-client) to connect to your
quassel-core unit's address on the configured port (default 4242) and configure the service.

# Configuration

Configuration options are documented in config.yaml.

# Contact Information

- Maintainer: Paul Gear <https://launchpad.net/~paulgear>
- Upstream website: http://quassel-irc.org/
- Upstream bug tracker: http://bugs.quassel-irc.org/projects/quassel-irc 
- Upstream source code: http://github.com/quassel/quassel

# To do list

- Testing; I don't know if this actually works.
- Actually implement the configuration items; at the moment, they're all ignored.
- The lack of control that the quassel-core package provides over certificate parameters (files/postinst is a reference copy of the postinst
  file from the .deb package) means that we need to take certificate generation into our own hands and make something more flexible.