Skip to content

v0.7.0

Compare
Choose a tag to compare
@mk6i mk6i released this 15 Jun 02:46
· 99 commits to main since this release

Screen Shot 2024-06-01 at 1 51 34 PM

What's new?

  • Users can create formatted screen names at signup. (The ability to change the format for existing users will be available in the next release.)
  • Fix the INVALID_SNAC gaim error that occurs when loading a buddy icon.
  • Fix crash when warning offline user.
  • Clients use ephemeral tokens to authenticate with BOS and Chat servers. Previously, the static session ID was passed around. This makes session hijack attacks more difficult.

Community Updates

Changelog

  • 79e5f48 encapsulate buddyBroadcaster
  • 51b4d44 encapsulate cookie logic within AuthService
  • e217539 add support for user-defined screen name formatting
  • ca608a1 upgrade github actions
  • 3efdf20 Fix INVALID_SNAC error in gaim when loading icon
  • f95c180 return error SNAC from OService ServiceRequest for unknown SNAC
  • 944cb56 use separate session manager for chat
  • 27c8761 consolidate OServiceService
  • 331b64f converted buddy arrival/departure funcs to methods
  • 77bf07d decouple auth service from bos service
  • 7dc2057 Merge pull request #40 from jgknight/add-evil-offline-unittest
  • fe8db5c Add unit tests for warning offline user
  • d03adfc Merge pull request #39 from jgknight/jgknight/fix-38-warn-crash
  • bf2613f Fix crash when warning offline user