summaryrefslogtreecommitdiffstats
path: root/storage/storage.go
Commit message (Collapse)AuthorAgeFilesLines
* [daemon] Fix milliseconds in messages historyv0.6.1mainbt2026-06-041-2/+2
|
* [common] Add channels list queryv0.6.0bt2026-06-041-0/+25
|
* [daemon] Fix users historyv0.5.2bt2026-05-261-5/+23
|
* [common] Handle channels using databasebt2026-05-241-6/+31
|
* [daemon] Use database to check history read permissionsbt2026-05-241-6/+16
|
* [common] Users and permissions databasebt2026-05-241-5/+57
|
* Return channel history only if user is connected to itbt2026-05-161-2/+5
|
* Add "read" command to daemon CLIbt2026-05-161-2/+10
|
* Save messages in a databasebt2026-05-161-0/+61