Releases: mk6i/retro-aim-server
Releases · mk6i/retro-aim-server
v0.3.0
This release expands AIM client support to versions 3.5 and 4.x.
⚠️ If you have an existingoscar.sqlite
database file created with either version v0.1.0 or v0.2.0, all user passwords need to be reset in order to login with client versions 3.5 and 4.x. These passwords can be reset with the PUT /user/password endpoint.
Changelog
- 041c527 use sqlite3 driver for migrations
- 9d11c84 doc updates
- 7a93404 ignore dup user err upon login w/ DisableAuth=true
- e578066 implement PUT /user/password
- 664e09f support md5 password hash for AIM 3.5-4.7
- 91c753a set up DB migrations for feedbag store
- 16d41d3 add missing LegacyBuddyListManager dependency
- ec11bf3 support client-side buddy lists for AIM 4.1
- cc82a27 move buddy list population from OService.ClientOnline to Feedbag.Use
- 93b2b81 fix misc typos
- e3aa022 implement chat room creation in AIM 4.x
v0.2.0
Changelog
- b4590ad add raspberry pi build artifact
- e607b73 issue #7 - read payload for all FLAP types
- 20e0d13 issue #6 - add /session endpoint
- 275db74 support profile lookups in aim 4.8
- ca841d0 document windows build, mock setup, testing
- 4dc1d75 add aim client config docs
- d8a330c fix doc typos
- 4d8917e fix doc typos
- 30f4699 getting started documentation