VibeNewsSettings

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

parseSettings
void parseSettings(Json json)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

nntpSslPort
deprecated inout(ushort) nntpSslPort [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
requireSsl
deprecated inout(bool) requireSsl [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

adminBindAddresses
string[] adminBindAddresses;
Undocumented in source.
adminPort
ushort adminPort;
Undocumented in source.
databaseName
string databaseName;
Undocumented in source.
description
string description;
Undocumented in source.
googleSearch
bool googleSearch;
Undocumented in source.
hostName
string hostName;
Undocumented in source.
mailSettings
SMTPClientSettings mailSettings;
Undocumented in source.
nntpPort
ushort nntpPort;
Undocumented in source.
nntpSSLPort
ushort nntpSSLPort;
Undocumented in source.
requireAccountValidation
bool requireAccountValidation;
Undocumented in source.
requireSSL
bool requireSSL;
Undocumented in source.
showLastPostAvatars
bool showLastPostAvatars;
Undocumented in source.
showOverviewAvatars
bool showOverviewAvatars;
Undocumented in source.
spamFilters
SpamFilter[] spamFilters;
Undocumented in source.
sslCertFile
string sslCertFile;
Undocumented in source.
sslKeyFile
string sslKeyFile;
Undocumented in source.
title
string title;
Undocumented in source.
webBindAddresses
string[] webBindAddresses;
Undocumented in source.
webPort
ushort webPort;
Undocumented in source.

Meta