Skip to content

0.1.0

Compare
Choose a tag to compare
@mjovanc mjovanc released this 19 Jun 00:55
· 239 commits to main since this release
da4f8a2

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.