Server providing AIM services to old clients. Make your own chat network. Fuck Docker.
Go to file
2021-12-19 02:26:27 -05:00
aimerror buddy list management service 2021-12-19 01:14:25 -05:00
models buddy list management service 2021-12-19 01:14:25 -05:00
oscar
util
.gitignore local db, write TLV for message routine 2021-12-18 22:47:57 -05:00
0x01_generic_service_controls.go fix TLV construction in message delivery. users can now chat 2021-12-19 02:23:43 -05:00
0x03_buddy_list_management.go buddy list management service 2021-12-19 01:14:25 -05:00
0x04_ICBM.go buddy list management service 2021-12-19 01:14:25 -05:00
0x17_authorization_registration_service.go buddy list management service 2021-12-19 01:14:25 -05:00
go.mod
go.sum
main.go buddy list management service 2021-12-19 01:14:25 -05:00
message_delivery_routine.go fix TLV construction in message delivery. users can now chat 2021-12-19 02:23:43 -05:00
online_routine.go fix TLV construction in message delivery. users can now chat 2021-12-19 02:23:43 -05:00
package.json remove TypeScript code, pedal to the gopher metal 2021-12-19 02:26:27 -05:00
Readme.md
service.go buddy list management service 2021-12-19 01:14:25 -05:00
yarn.lock remove TypeScript code, pedal to the gopher metal 2021-12-19 02:26:27 -05: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