Files @ 0729d364ca25
Branch filter:

Location: libtransport.git/docs/guide/index.textile

Vladimír Matěna
Fix double free in DummyConnectionServer

Do not create shared ptr from this as this lead to double free in
UserRegistryTest::login test. Shared ptr was needed to set event
owner in acceptConnection, actually it is never needed as events
are never filtered by owner. Thus it was removed and there is no
need to create shared ptr from this.
h2. About

* "What is Spectrum 2?":about.html

h2. Installation

* "Debian/Ubuntu packages":debian_ubuntu.html
* "Fedora/RHEL/CentOS packages":fedora_rhel.html
* "Installing from source code":from_source_code.html

h2. Tutorials

* "Spectrum 2 in gateway mode":tutorial_gateway_mode.html

h2. Configuration

* "Configuration file description":config_file.html
* "MySQL Support":mysql.html
* "PostgreSQL Support":postgresql.html
* "Using SSL in server mode":server_ssl.html
* "Logging":logging.html

h2. Backends

* "Backends overview":backends.html
* "Libpurple backend":libpurple.html
* "Swiften backend":swiften.html
* "Libcommuni backend":libcommuni.html
* "Skype backend":skype.html
* "Twitter backend":twitter.html

h2. Management

* "spectrum2_manager tool":spectrum2_manager.html
* "Getting a backtrace":getting_backtrace.html
* "Munin integration":munin.html

h2. Development

* "Spectrum 2 architecture":developer_arch.html
* "Low level backend creation":developer_lowlevel.html