Skip to content

v0.8.0

Compare
Choose a tag to compare
@mk6i mk6i released this 29 Jun 03:01
· 75 commits to main since this release

What's new?

  • The server has a concept of a public and private chat exchanges. Operators can create public chat rooms using the management API.
  • Users can join existing chat rooms using AIM URLs. For example: aim:gochat?exchange=4&roomname=my+chat+room.
  • A new management API endpoint for programmatically sending IMs from/to any users.

Changelog

  • b4e8f88 chores
  • 46b3156 issue #44 - add endpoint for sending IM
  • aa3b21f update deps
  • ce63818 impl public chat exchange and persistent rooms
  • 2201e12 remove bart flags check from RetrieveItem.RetrieveItem
  • 92b6d8a Merge pull request #43 from jgknight/fix-evil-screenname-format
  • 23c1d2e Use DisplayScreenName when sending an evil notification
  • b99fada update mock buddy broadcaster
  • 376afae update codecov