A modernish IM client inspired by Skype 0.97
Pinto! IM is currently not finished and will take a lot of time to be fully perfected and done, it is not yet ready to be used as a daily IM platform
- Written in C# (.NET Framework 4.0)
- The classic look and feel of Skype 0.97
- Fully open and transparent design
- Instant Messaging ✅
- Group messaging ✅ (proof of concept at the moment)
- File sharing ❎
- Calls ❎
- Server browser ✅ (proof of concept at the moment)
- Secure protocol communication ✅ (using RSA to transmit a randomly generated AES-256 key)
- Fully customizable interface ❎
- Scripting ✅ (not very friendly at the moment)
Thanks to all of these great projects that made Pinto! possible!
The version that Pinto! uses is listed next to the links
- CS-Script v3.24.2
- Microsoft.Bcl.Async v1.0.168
- NAudio v1.10.0
- Newtonsoft.Json v13.0.3
- System.ValueTuple v4.5.0
- Bouncycastle v1.8.4
- Hexbox v1.6.0
Looking for the server software?
Here you can find an official implementation
You may proceed with the following steps if you wish to contribute to this project
- Fork or clone this repository
- Make your changes
- Commit & push your changes
- Submit a pull request here
This project is licensed under the GPLv3 license
You may refer to the "LICENSE" file for more information