Changelog
2018-12-26
First bits of the management side for warnings.
Added a UI for managing the IP blacklist.
Make the warnings table responsive.
Removed profile notice as well.
2018-12-25
Removed notice on settings page.
Added IP registration blacklisting.
Removed unused container styling stuff.
2018-12-24
Added some base stuff for warnings.
Added CIDR IP range checking function, closes #88.
2018-12-22
Added soft delete viewing support to the forum.
Check if a comment is deleted before voting.
2018-12-20
Merge pull request #91 from MallocNull/patch-1
added sockets
2018-12-19
Update libraries.
2018-12-16
Made adjustments to the topic list styling.
Increased latest post title width.
Better handling of deleted comments with replies.
Undid the header thing, it breaks transparency.
2018-12-15
Fixed some minor things.
Fixed comments notice link colour.
Improved handling of soft deleted comments.
Added more audit log events.
Convert audit log strings to constants.
Improved look of global audit log.
2018-12-11
Fixed an error in the CSRF tag storage.
Fixed mismatched comment generation.
Removed unused permissions.
Some comments maintenance.
Actually store updated CSRF token.
Limited pagination size more.