thelounge/server
Kufat 7ac2a6fd77 Fix semver for prerelease versions
Noticed this breakage while trying to install a plugin on 4.4.1-rc2.

```
> semver.default.satisfies("4.4.1-rc2", ">=4.3.0")
false
> semver.default.satisfies("4.4.1-rc2", ">=4.3.0", {includePrerelease: true})
true
```
2023-06-01 08:03:07 -04:00
..
command-line Fix semver for prerelease versions 2023-06-01 08:03:07 -04:00
models Revert "models/chan: don't force existence of constructor properties" 2023-03-19 21:58:14 +01:00
plugins Clean up command input code 2023-03-19 12:57:08 +01:00
types search: ignore searchResults if it isn't the active query 2023-01-08 11:41:09 +01:00
client.ts Fix load of channels from user config 2023-04-08 13:46:13 +02:00
clientManager.ts Remove override of UserConfig 2023-03-15 11:49:13 +01:00
config.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
helper.ts Fix git commit not being available in dist build 2023-02-15 12:03:08 +02:00
identification.ts fix formatting 2023-02-18 11:46:31 +01:00
index.d.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
index.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
log.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
server.ts Client: move socket connection out of the constructor 2023-03-15 08:40:53 +01:00
tsconfig.json Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00