noise-server/src
EliasSchriefer f8a4775bcc Add retrieving limited number of messages
Optional `lastMsg` now works by getting all messages with a newer
timestamp than the reference message.
  Optional `limit` works using SQL ~magic~ keyword `LIMIT`.
  Also `limit` has to be at least 1.
2021-12-19 01:05:13 +01:00
..
sqlite Change seen_by in msgdata_template to not be null 2021-12-12 22:50:47 +01:00
cli.rs Add config/options for IP and port 2021-10-23 17:39:05 +02:00
config.rs Move config init completely into config module 2021-10-23 17:59:17 +02:00
graphql.rs Add retrieving limited number of messages 2021-12-19 01:05:13 +01:00
main.rs Move config init completely into config module 2021-10-23 17:59:17 +02:00
net.rs Add config/options for IP and port 2021-10-23 17:39:05 +02:00