Post
The Post class is a representation of a post or comment.
Constructors
Instance methods
frozen=(frozen : Bool)
The frozen property represents whether a post has been locked for further replies.
ip
The ip property is the post's originating IP.
FIXME: If behind a reverse proxy, IPs can be useless for moderation purposes. Implement CSRF checks.
ip=(ip : String)
The ip property is the post's originating IP.
FIXME: If behind a reverse proxy, IPs can be useless for moderation purposes. Implement CSRF checks.