Server providing AIM services to old clients. Make your own chat network. Fuck Docker.
Go to file
2021-12-16 19:46:01 -05:00
models
oscar move oscar server into it's own module 2021-12-16 19:45:32 -05:00
src
tests
.gitignore
0x17_authorization_registration_service.go move oscar server into it's own module 2021-12-16 19:45:32 -05:00
go.mod
go.sum
main.go remove unncessary global 2021-12-16 19:46:01 -05:00
package.json
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