Server providing AIM services to old clients. Make your own chat network. Fuck Docker.
Find a 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 note the lack of owl 2021-11-10 09:23:23 -05:00
tests split auth and chat servers 2021-09-24 00:47:41 -04:00
.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.go separate FLAP from session 2021-12-16 18:37:27 -05:00
flap_test.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 update roadmap 2021-11-10 00:32:49 -05:00
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 flesh out data types and start some db access 2021-12-15 19:55:43 -05:00
tsconfig.json family -> service, service -> subtype 2021-09-11 14:46:51 -04:00
util.go separate FLAP from session 2021-12-16 18:37:27 -05:00
yarn.lock add all services and set version numbers AIM 3.x expects 2021-09-11 13:03:00 -04:00

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