Tribune

Undocumented in source.

Constructors

this
this(string backend_url, bool tags_encoded)
Undocumented in source.
this
this(string name, string[] aliases, string post_url, string post_format, string backend_url, string cookie, string ua, int refresh, bool tags_encoded, string color, string login)
Undocumented in source.

Members

Functions

fetch_backend
string fetch_backend()
Undocumented in source. Be warned that the author may not have intended to support it.
fetch_posts
bool fetch_posts()
Undocumented in source. Be warned that the author may not have intended to support it.
matches_name
bool matches_name(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_backend
Post[string] parse_backend(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_backend_tsv
Post[string] parse_backend_tsv(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
parse_backend_xml
Post[string] parse_backend_xml(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
post
bool post(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
tags_cleanup
string tags_cleanup(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
tags_decode
string tags_decode(string source)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

new_post
mixin Signal!(Post) new_post
Undocumented in source.

Variables

aliases
string[] aliases;
Undocumented in source.
backend_type
string backend_type;
Undocumented in source.
backend_url
string backend_url;
Undocumented in source.
color
string color;
Undocumented in source.
cookie
string cookie;
Undocumented in source.
last_posted_id
string last_posted_id;
Undocumented in source.
last_update
SysTime last_update;
Undocumented in source.
login
string login;
Undocumented in source.
name
string name;
Undocumented in source.
post_format
string post_format;
Undocumented in source.
post_url
string post_url;
Undocumented in source.
posts
Post[string] posts;
Undocumented in source.
refresh
int refresh;
Undocumented in source.
tags_encoded
bool tags_encoded;
Undocumented in source.
time_offset
Duration time_offset;
Undocumented in source.
ua
string ua;
Undocumented in source.
unreliable_date
bool unreliable_date;
Undocumented in source.

Meta