Trevor Slocum
496447e965
Add moderation log
2021-04-09 20:38:10 -07:00
Trevor Slocum
2f5683d7cf
Fix accessing management panel using sqlite3
2021-04-04 16:36:43 -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
Square Pusher
dbe4e1ec29
Change charset from utf8 to utf8mb4
2021-03-17 02:18:31 +00:00
Trevor Slocum
12d9fdf612
Fix fetching last post by IP address on some database modes
...
Resolves #138 .
2020-11-28 22:03:06 -08: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