glirc-2.30: Console IRC client

Copyright(c) Eric Mertens 2016
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Client.Configuration.ServerSettings

Contents

Description

This module defines the settings used for an individual IRC connection. These are static settings that are not expected change over the lifetime of a connection.

Synopsis

Server settings type

data ServerSettings Source #

Static server-level settings

Constructors

ServerSettings 

Fields

Lenses

Load function

loadDefaultServerSettings :: IO ServerSettings Source #

Load the defaults for server settings based on the environment variables.

Environment variables USER, IRCPASSSWORD, and SASLPASSWORD are used.

TLS settings

data UseTls Source #

Security setting for network connection

Constructors

UseTls

TLS connection

UseInsecureTls

TLS connection without certificate checking

UseInsecure

Plain connection

Instances
Show UseTls Source # 
Instance details

Defined in Client.Configuration.ServerSettings