Skip to content

v0.9.0

Choose a tag to compare

@mk6i mk6i released this 15 Jul 03:23
· 329 commits to main since this release

What's new?

  • Screen name formatting can be changed within the AIM client.
  • Connecting to chat rooms works in Pidgin.
  • Users can set their email address, confirm their account, and store privacy preferences. Note: privacy preferences do not take effect yet. (#50)
  • All required struct marshaling features for handling ICQ protocol messages have been implemented. ICQ support will begin in the next release.

Note for Windows Users

Windows Defender has recently started to flag and delete the RAS executable upon running. You will need to add an exception to Windows Defender in order to run RAS.

Changelog

  • 20fc3e5 fix typo in migration rollback
  • 3a3bc85 issue #48 - fix chat in pidgin client
  • 966f115 wire: add little-endian struct marshalling
  • 723e8cc optional struct tag for SNAC(0x01,0x10) evil notif
  • ef3b784 wire: add optional struct tag
  • 495f33e use len_prefix for FLAP frame buffer
  • f5edf66 Merge pull request #50 from jgknight/additional-admin-functions
  • acc373a Update unit tests for additional admin changes
  • 27e1983 Additional admin functions
  • 91a5d3b fix go vet error
  • c38ae1a wire: add struct length prefix struct tag
  • 5241751 remove TestAuthService_RegisterBOSSession_SessionNotFound
  • f07c787 fix buggy revert migration
  • a6b3794 mgmt api: add user ID to repsonse body
  • 107c6d3 Merge pull request #47 from jgknight/fix-missing-chatroom-disconnect
  • 23cbee7 Update ChatNav unit tests
  • 21a4ca2 Add chatroom example API calls to readme
  • 6ff7bbe Send ChatNavError SNAC for common chatroom errors
  • ca2b8e5 Merge pull request #46 from jgknight/admin-send-oservice-userinfo
  • b20e60a Send OServiceUserInfoUpdate when formatting screenname
  • 840ca35 Merge pull request #45 from jgknight/admin-service-formatsn
  • b7280a4 Add admin service unit tests
  • ca64417 Add admin service and screenname formatting