Fix typo at offflinePeerLastActive
SPOF bootstrap: Make IPv4 and IPv6 optional
Normalize API for sending messages to conferences
Add boostrap module
Add a submodule for bootstrapping from a centralized node list.
This is not a part of the core module because it introduces a
single-point-of-failure.
Use Tox header for all imports, especially enums
Passing Nim enum pointers to the C library was trashing the stack.
Nim 1.0.2 compability, nimpretty
REUSE compliant licensing metadata
Equality operator for index types, its good for tables
A sensible typing status setter
Make FileId an array[32,byte] alias
Use type inference for "send"
Use cstring to avoid unsafeAddr when passing strings to C
Configure options via callback
The options object requires manual memory management, so use a callback
to set options on a managed temporary object during newTox().
Rename File type to FileTransfer