simplex-chat-6.5.0.7
Safe HaskellNone
LanguageHaskell2010

Simplex.Chat.Options

Documentation

data ChatOpts Source #

Constructors

ChatOpts 

Fields

data CoreChatOpts Source #

Constructors

CoreChatOpts 

Fields

data CreateBotOpts Source #

Constructors

CreateBotOpts 

Fields

data ChatCmdLog Source #

Constructors

CCLAll 
CCLMessages 
CCLNone 

Instances

Instances details
Eq ChatCmdLog Source # 
Instance details

Defined in Simplex.Chat.Options

Methods

(==) :: ChatCmdLog -> ChatCmdLog -> Bool

(/=) :: ChatCmdLog -> ChatCmdLog -> Bool

chatOptsP :: FilePath -> FilePath -> Parser ChatOpts Source #

coreChatOptsP :: FilePath -> FilePath -> Parser CoreChatOpts Source #

getChatOpts :: FilePath -> FilePath -> IO ChatOpts Source #

protocolServersP :: forall (p :: ProtocolType). ProtocolTypeI p => Parser [ProtoServerWithAuth p] Source #

defaultHostMode :: Maybe SocksProxyWithAuth -> HostMode Source #