| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Simplex.Chat.Options
Documentation
Constructors
| ChatOpts | |
Fields
| |
data CoreChatOpts Source #
Constructors
| CoreChatOpts | |
Fields
| |
data CreateBotOpts Source #
Constructors
| CreateBotOpts | |
Fields
| |
data ChatCmdLog Source #
Constructors
| CCLAll | |
| CCLMessages | |
| CCLNone |
Instances
| Eq ChatCmdLog Source # | |
Defined in Simplex.Chat.Options | |
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 #
printDbOpts :: CoreChatOpts -> IO () Source #