Basis for plugin system, move console log of database updates to a plugin.
Basis for plugin system, move console log of database updates to a plugin. Allows a standardized way to add customized events in response to activity within the client. Supports 3 events currently:
- a new post is about to be made via /submit (after post format validation)
- a new post was successfully made via /submit
- the local copy of the database was successfully updated (eg. a new post was added to the local database)