Server providing AIM services to old clients. Make your own chat network. Fuck Docker.
Go to file
2021-12-19 17:17:47 -05:00
aimerror Location Services 2021-12-19 17:17:47 -05:00
models Location Services 2021-12-19 17:17:47 -05:00
oscar store messages sent through ICBM 2021-12-18 21:02:47 -05:00
util Location Services 2021-12-19 17:17:47 -05:00
.gitignore local db, write TLV for message routine 2021-12-18 22:47:57 -05:00
0x01_generic_service_controls.go Location Services 2021-12-19 17:17:47 -05:00
0x02_location_services.go Location Services 2021-12-19 17:17:47 -05:00
0x03_buddy_list_management.go Location Services 2021-12-19 17:17:47 -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 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 Location Services 2021-12-19 17:17:47 -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 Location Services 2021-12-19 17:17:47 -05:00
package.json script 2021-12-19 02:27:02 -05:00
Readme.md update readme 2021-12-19 02:33:10 -05:00
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.

Goals

  • Have a vintage client authenticate with the server
  • Add buddies
  • See buddy online/away status
  • Chat with buddy
  • Set away status
  • Look up buddy
  • Buddy icons
  • Rate limiting + warn system
  • Web Signup
  • Federation with other servers

Getting Started

Clone this repository, make sure you have Go installed in your terminal's path, then run:

$ go build && ./aim-oscar