Skip to content

v0.22.0

Choose a tag to compare

@mk6i mk6i released this 31 Jan 02:26
· 67 commits to main since this release
5ff32cc

What's new?

image

✨ Features

  • Multi-connection: Users can simultaneously log in to multiple clients with the same screen name. @mk6i
  • Feedbag Endpoint: New management API endpoint for adding and removing buddies to/from the buddy list. @mk6i

⚡ Enhancements

  • Away messages can now be set in AIM 7.x. @mk6i
  • Added support for Jimm ICQ clients. @siohaza
  • Add screen names to TOC directory search results. @mk6i

🐛 Bug Fixes

  • Fixed #128: Empty Kopete chat exchange selector. @siohaza
  • Fixed chat messages from AIM clients appearing empty in Kopete. @mk6i
  • Fixed regression that caused TOC profile requests to return blank results. @jgknight
  • Fixed flaky online buddy arrival events after adding buddies to buddy list in AIM 4.8. @mk6i

🙏 Shout outs

  • @jgknight for thoroughly testing this release!
  • @siohaza for their first 3rd party client fix contributions.

Changelog

  • 5ff32cc Update README.md
  • 18ea0c0 Update README.md
  • 1dd0a0b fix flaky unit tests
  • 3216a06 limit max buddies to 30/group in feedbag endpoint
  • e50938e validate screen names in feedbag endpoint
  • e2f660b add screen name to TOC directory search output
  • e29649d fix TOC profile lookup
  • ea5c4e3 log debug message on ErrMaxConcurrentSessionsReached
  • 57457e1 validate session state in SetUserInfoFields test
  • 0b56038 don't reveal invisible user via buddy arrival notif
  • 0b18d2d issue #64 - feedbag endpoint for adding/removing buddies
  • 9ff8d86 Merge pull request #163 from siohaza/os-motd
  • 04fa49e feat: add snac motd
  • 0c486ab fix chat message encoding type sent via Kopete
  • 0fdafd6 Merge pull request #161 from siohaza/kopete-fix
  • cbbb101 fix: tlv order for kopete
  • 937dda2 implement multisession support
  • 4e90179 fix stunnel download location
  • dd40eaf update .gitignore
  • e0a5779 remove branding
  • 0a8237b remove branding
  • 733473d fix race condition in Chat DoubleLogin test