Server providing AIM services to old clients. Make your own chat network. Fuck Docker.
Go to file
2021-12-18 22:47:57 -05:00
models local db, write TLV for message routine 2021-12-18 22:47:57 -05:00
oscar
src
tests
util
.gitignore local db, write TLV for message routine 2021-12-18 22:47:57 -05:00
0x01_generic_service_controls.go added message deliveriny goroutine 2021-12-18 22:25:05 -05:00
0x04_ICBM.go added message deliveriny goroutine 2021-12-18 22:25:05 -05:00
0x17_authorization_registration_service.go added message deliveriny goroutine 2021-12-18 22:25:05 -05:00
go.mod
go.sum
main.go local db, write TLV for message routine 2021-12-18 22:47:57 -05:00
package.json
Readme.md
service.go added message deliveriny goroutine 2021-12-18 22:25:05 -05:00
tsconfig.json
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