- Added the posibility to use a `$loggedId` parameter in any SQL query, which is replaced by the value of the primary key of the user performing the request. If the user is not authenticated, it becomes `NULL`. Thanks to [S0ULIS](https://github.com/S0ULIS) for the pull request!
- Added a new optional `active_status` attribute for `USER_AUTH_DATA`. By setting this to the name of a boolean column in the users table, Silence will check whether the user is active when logging in. This can be disabled either by not specifying this attribute, or by setting the `CHECK_USER_IS_ACTIVE` setting to `False`.
- Added some info about Silence's maintainers in the autogenerated JS files.
- Fixed a bug regarding the access restriction via roles.
- Updated README