From ea5c4cbf082deb26f67f0049cdd49a5872eca330 Mon Sep 17 00:00:00 2001 From: Jacob Fliss Date: Sat, 20 Jul 2024 11:36:26 -0400 Subject: [PATCH] Update readme.md --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index c146e16..0645953 100644 --- a/readme.md +++ b/readme.md @@ -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.