0.1.0
In this release we have implemented/updated:
- Websockets to allow for real time communication so that clients can subscribe to new messages posted on the boards from Hugin Messenger.
- Configure a way to exclude/include incoming data based on criteria.
- Save encrypted messages that is posted on Hugin Messenger to a seperate table called post_encrypted. This could be used by third party to allow for private communication with Hugin Cache.
- Created log file to be written to enable better troubleshooting if something will break on production.
- Updated Ansible scripts to handle all the changes.
- Refactoring huginSyncer.js
- Fixed minor bugs.
- Updated documentation.