|
|
2 lat temu | |
|---|---|---|
| .github | 2 lat temu | |
| cmd | 2 lat temu | |
| config | 2 lat temu | |
| docs | 2 lat temu | |
| foodgroup | 2 lat temu | |
| scripts | 2 lat temu | |
| server | 2 lat temu | |
| state | 2 lat temu | |
| wire | 2 lat temu | |
| .gitignore | 2 lat temu | |
| .goreleaser.yaml | 2 lat temu | |
| .mockery.yaml | 2 lat temu | |
| Dockerfile.goreleaser | 2 lat temu | |
| LICENSE | 2 lat temu | |
| Makefile | 2 lat temu | |
| README.md | 2 lat temu | |
| api.yml | 2 lat temu | |
| codecov.yml | 2 lat temu | |
| go.mod | 2 lat temu | |
| go.sum | 2 lat temu |
Retro AIM Server is an instant messaging server that revives AOL Instant Messenger clients from the 2000s.
The following features are supported:
Get up and running with Retro AIM Server using one of these handy server quickstart guides:
Don't have AIM installed yet? Check out the AIM Client Setup Guide.
This project is under active development. Contributions are welcome!
Follow this guide to learn how to compile and run Retro AIM Server.
Accounts can be added via the User Management API (see OpenAPI spec):
curl http://localhost:8080/user
curl -d'{"screen_name":"myScreenName", "password":"thepassword"}' http://localhost:8080/user
Retro AIM Server is licensed under the MIT license.