aim-oscar-server/Readme.md

25 lines
573 B
Markdown
Raw Normal View History

2021-09-07 17:22:08 -04:00
# AIM Oscar Server
Run your own AIM chat server, managing users and groups. Hook up a vintage client and get chatty.
2021-12-19 02:33:10 -05:00
## Goals
- [x] Have a vintage client authenticate with the server
- [x] Add buddies
- [x] See buddy online/away status
- [x] 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](https://go.dev/) installed in your terminal's path, then run:
```
$ go build && ./aim-oscar
```