9 Commits

Author SHA1 Message Date
Trevor Slocum
7261b104be Fix default post.moderated value
If you were affected by this bug, you must set the default value of
post.moderated to 1 in your database. You may also need to update existing
posts' moderated value to 1.

Relates to #212.
2021-05-07 09:03:18 -07:00
Trevor Slocum
75af600f7f Set SQLite3 database timout to one minute
Resolves #206.
2021-04-22 21:10:15 -07:00
Trevor Slocum
1256e7cca0 Add account system
When TINYIB_ADMINPASS is set, a super-administrator account with the
username 'admin' is created using the provided password.

WHEN TINYIB_MODPASS is set, a moderator account with the username 'mod'
is created using the provided password.
2021-04-04 13:05:10 -07:00
Trevor Slocum
573282f53b Fix insufficient tripcode database field size
Resolves #137.
2020-11-28 10:32:40 -08:00
Trevor Slocum
67483c3774 Support blocking keywords
Resolves #122.
2020-11-23 12:44:02 -08:00
Trevor Slocum
b225fc00a1 Create reports table 2020-11-13 12:40:35 -08:00
Trevor Slocum
2a6c8c8dc3 Support reporting posts
Resolves #43.
2020-11-13 12:32:42 -08:00
Trevor Slocum
7c3c801049 Fix sqlite3 database migration 2020-10-14 09:59:08 -07:00
Trevor Slocum
9ea891f03f Support migration between any database mode
Resolves #126.
2020-10-14 09:37:15 -07:00