v0.6.0
What's new?
- Chat is supported in AIM v2.0-v3.5.
- The perl library Net::OSCAR now works.
- User idle time is correctly calculated.
- Management API hostname and port are configurable.
- Users can be deleted via the management API.
- All the types needed to create an OSCAR client are exported in the
wire
package.
Community Updates
- @mk6i released SmarterSmarterChild, a recreation of SmarterChild based on ChatGPT and the newly exported
wire
package types. - @CoherentLogic released a brand new public AIM service based on RAS available at aim.chivanet.org.
- RAS was mentioned The Register!
Changelog
- e78cfc3 make chat work for AIM 2.x-3.5
- bc2e8bc add PermitDeny to SNAC(0x01,0x03) HostOnline
- e4ba0d6 make auth cookie fixed size
- 643b26e Merge pull request #36 from ukozi/main
- 55c3ed0 Update WINDOWS.md
- b6d7a3c Update WINDOWS.md
- f05b0c1 implement DELETE http://localhost:8080/user
- 9654b64 remove redundant write byte count assertion
- 463d9f4 fix incorrect user idle duration in UserInfo
- 7515852 fix tests
- e45ba3c revert logger
- a372557 implement temporary credentials validation endpoint
- 3a41734 ignore .DS_Store
- 9c2857f fix return err in ReceiveFLAP()
- a4d8d72 add helpers for dealing with ICBM message text
- c5e7611 add ReceiveFLAP() to FlapClient
- 72b9121 Add ApiHost configuration
- e7eb9ce export password hashing funcs and move to wire pkg
- 075be5e Add systemd service and relevant documentation
- 15ea0ef migrate FlapClient to wire package and export it
- 7dccc11 regenerate configs
- b88e1ab refactor(mgmt): add configurable port (#26)
- b630633 docs updates