Server providing AIM services to old clients. Make your own chat network. Fuck Docker.
Go to file
2021-12-16 18:37:27 -05:00
models make our own Buffer, add sql, add test 2021-12-16 17:41:17 -05:00
src
tests
.gitignore successful auth 2021-12-16 18:02:48 -05:00
0x17_authorization_registration_service.go separate FLAP from session 2021-12-16 18:37:27 -05:00
buf.go make our own Buffer, add sql, add test 2021-12-16 17:41:17 -05:00
flap_test.go separate FLAP from session 2021-12-16 18:37:27 -05:00
flap.go separate FLAP from session 2021-12-16 18:37:27 -05:00
go.mod make our own Buffer, add sql, add test 2021-12-16 17:41:17 -05:00
go.sum make our own Buffer, add sql, add test 2021-12-16 17:41:17 -05:00
main.go separate FLAP from session 2021-12-16 18:37:27 -05:00
package.json make our own Buffer, add sql, add test 2021-12-16 17:41:17 -05:00
Readme.md
service.go make our own Buffer, add sql, add test 2021-12-16 17:41:17 -05:00
session.go separate FLAP from session 2021-12-16 18:37:27 -05:00
snac.go make our own Buffer, add sql, add test 2021-12-16 17:41:17 -05:00
tlv.go
tsconfig.json
util.go separate FLAP from session 2021-12-16 18:37:27 -05:00
yarn.lock

AIM Oscar Server

Run your own AIM chat server, managing users and groups. Hook up a vintage client and get chatty.

Roadmap

  • Accept and start negotiating a connection with a client
  • Perform username/password authentication
  • Set up basic services
    • Online/offline status for users
    • Send IM back and forth
  • The rest of the owl