Server providing AIM services to old clients. Make your own chat network. Fuck Docker.
Go to file
2021-12-16 19:45:32 -05:00
models make our own Buffer, add sql, add test 2021-12-16 17:41:17 -05:00
oscar move oscar server into it's own module 2021-12-16 19:45:32 -05:00
src
tests
.gitignore successful auth 2021-12-16 18:02:48 -05:00
0x17_authorization_registration_service.go move oscar server into it's own module 2021-12-16 19:45:32 -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 move oscar server into it's own module 2021-12-16 19:45:32 -05:00
package.json make our own Buffer, add sql, add test 2021-12-16 17:41:17 -05:00
Readme.md
tsconfig.json
util.go move oscar server into it's own module 2021-12-16 19:45:32 -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