Mathias Jud
Mathias Jud
Thanks for this bugreport. Would it be possible to send some logfiles, if possible from both devices with a test description? We are working to make it as stable as...
The feature has been documented here: And committed via this pull request: #526 Thanks @brenodt for doing so
A nice thing to have for the future, could be the possibility to define the "Port" and the node "Name" in a `docker-compose.env` file and make it accessible to the...
@sukhman-sukh Thanks a lot for your interest in this issue! This is a complex one, as it needs to be solved on the rust side (in libqaul & in the...
# qaul - Matrix Mapping | | qaul | Matrix | Comments | | --- | --- | --- | --- | | **Public Chat** | Public Chat | a...
## Naming Systems of other Bridges ### IRC Bridges #### Freenode Naming system for IRC Freenode server. * Channels: #freenode_{FREENODECHANNELNAME}:matrix.org * Users: @freenode_{FREENODEUSERNAME}:matrix.org #### Hackint Naming system for hackint.org server...
@sukhman-sukh Thanks a lot for this offer. I assigned you to the issue.
@sukhman-sukh Thanks for your work! The file should be saved locally and then handed over via RPC to libqaul. 1) record the file into the local flutter app storage. 2)...
In order to hand the file over to libqaul for sending: * There is a function in the `libqaul_worker` to send the file to libqaul (see https://github.com/qaul/qaul.net/blob/0da91d6af5f8b99cc77f43f436a0608f3dea32fc/qaul_ui/packages/qaul_rpc/lib/src/libqaul_worker.dart#L261 ) * the...
The feature is almost ready! Thanks to @sukhman-sukh & @brenodt ! The tests have shown the following discussion points and problems that need to be resolved: - [ ] #643...