bitmaelum-suite icon indicating copy to clipboard operation
bitmaelum-suite copied to clipboard

BitMaelum software suite

Results 23 bitmaelum-suite issues
Sort by recently updated
recently updated
newest added

Instead, it should deploy the public key to DNS, and use that key. THis way, the original organisation key is never used.

There are two ways to register an account to a mail server: - server invitation token - organisation invitation token it's not possible to register on a server that you...

needs discussion

This makes things much cleaner.

good first issue
code-cleanup

Implement the multi-recipient setup (see wiki https://github.com/bitmaelum/bitmaelum-suite/wiki/Multiple-recipients-(CC-and-BCC) and https://github.com/bitmaelum/bitmaelum-suite/wiki/Proposal-multi-recipients). - [ ] delivery pool configurable pool of workers that will deliver a block either remotely or locally. - [ ]...

We should implement an e2e suite: - use sqlite resolver for storing/routing key data - setup 2 mailservers - send email from 1 account to another locally - send email...

help wanted

Since we will have an irregular number of bits, we need to find a way to achieve this.

needs discussion

If a message is located on the same server, we could skip the proof-of-work (configurable) If a message is send to somebody from the same organisation, we could skip the...

needs discussion

Proposal: we do a soft-delete (deleted_at column to the db). Later we can see if we want to hard-delete old records (say > 6months) We also need some kind of...

ready for implementation

We should not discard errors with `_`, but handle them accordingly. All code should handle errors. If there is a solid reason not to do this then document on the...

good first issue
code-cleanup

Take some time to do a cleanup of the code smells as found in sonarcloud: https://sonarcloud.io/project/issues?id=bitmaelum_bitmaelum-suite&resolved=false

code-cleanup