GlitchedPolygons / GlitchedEpistle.Client.Windows

Windows client WPF app for Glitched Epistle
GNU General Public License v3.0
3 stars 1 forks source link

API License Shield Download Latest Release

Glitched Epistle

Windows Client

What is this?

Glitched Epistle is a messaging service that encrypts messages locally (client-side) and submits them to a server-side stored "Convo" (conversation).

This specific repository here is the Windows client, but anyone can implement any client that communicates over the Epistle backend by using the provided shared codebase (also available as a NuGet package) GlitchedEpistle.Client.

For mobile users: there is also an Android client available on the Google Play Store.

How to set up the development environment:

Where are my messages stored

Your entire Glitched Epistle user data, including settings, convos, metadata and messages are stored inside C:\Users\{YOUR_USERNAME}\AppData\Local\GlitchedPolygons\GlitchedEpistle\{YOUR_EPISTLE_USER_ID}.

The messages are stored (in their encrypted form!) inside SQLite database files inside the Convos/ directory.

Contributing

Just fork & open a PR and I'll take a look at it ASAP :)