Dscuss is a project of developing a discussion application for GNUnet. Currently it's in early development.
To fetch the latest source code from the git repository, run the following command:
git clone git://vminko.org/dscuss
To prepare the source code for configuration, run:
autoreconf -if
What is done so far:
- Logging in.
- Publishing a message.
- Category subscriptions.
- Listing a category.
- Reliable and ordered delivery of the P2P messages.
What is planned for the first release:
- Threading (replying to messages).
- Operations on messages, users and other operations.
- Sharing operations with other users.
- Some sort of anonymity.
- Protection from bots (CAPTCHA-like).
Announcement
I'm going to write a discussion application for GNUnet.