Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erfg12 authored Jul 20, 2024
1 parent 04b9c81 commit ea5c4cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
AOL 4.0 rebuilt with C# Winforms and Chromium. [aolemu.com](https://aolemu.com)

## WHAT WORKS
- Web browsing. Loading icon in right corner shows loading animation.
- Account registration/login. This registers your account on Snoonet IRC and creates an email (ACCOUNT)@aolemu.com
- Add buddies, show online/offline status
- Chatroom uses Snoonet IRC. Use the chatroom form to browse and join rooms.
- Welcome form shows temperature and all 4 left side channels open forms
- Send/Receive emails in the mailcenter form.
- Sending private messages. (form is not complete)
- System checks for new emails regularly and will announce with "You've got mail" and icon change in toolbar.

## HOW TO COMPILE
Open the .sln file with [Visual Studio](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=16), right click on the project in VS and click "Restore Nuget Packages". Now click compile and you'll get the .exe file.

Expand Down

0 comments on commit ea5c4cb

Please sign in to comment.