thelounge/server
Reto Brunner 75490f5b5b sqlite: change to single quotes
Apparently sqlite started validating this in certain versions.
Crashes on BSDs with:

SQLite version 3.50.4 2025-07-30 19:33:53
sqlite> SELECT msg, type, time, network, channel FROM messages WHERE type = "message";
Parse error: no such column: "message" - should this be a string literal in single-quotes?
  time, network, channel FROM messages WHERE type = "message";
                                      error here ---^
2026-02-10 20:28:04 +01:00
..
command-line server: fix scoped package install 2024-09-04 12:25:48 +02:00
models Treat ipv6 ::1 as localhost. 2025-12-20 17:34:57 -05:00
plugins sqlite: change to single quotes 2026-02-10 20:28:04 +01:00
types irc-events/message: fix types 2024-04-21 15:11:52 +02:00
client.ts fix sync_sort:channels emitter 2024-04-21 15:11:51 +02:00
clientManager.ts Precise user configuration reloading. 2025-09-06 09:08:28 -04:00
config.ts ldap: type SearchOptions scope 2024-04-21 15:11:52 +02:00
helper.ts Fix git commit not being available in dist build 2023-02-15 12:03:08 +02:00
identification.ts ident: close connections if they don't send data 2024-05-09 19:01:10 +02:00
index.ts remove dns resolution order override 2024-07-24 19:42:01 +02:00
log.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
server.ts reverse locknetwork config selection 2025-02-07 14:00:14 +01:00
storageCleaner.ts wip: msg 2024-04-21 15:10:41 +02:00
tsconfig.json wip: msg 2024-04-21 15:10:41 +02:00