1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 01:31:34 +02:00
Commit Graph

3652 Commits

Author SHA1 Message Date
Madeline
3a561b5cf6
Update style.yml 2023-08-25 00:03:15 +10:00
Madeline
d158b11421
Update build.yml 2023-08-25 00:03:03 +10:00
Madeline
8a7ee8c8a9
what the fuck is session_id: "all"??? 2023-08-21 23:57:44 +10:00
Madeline
ccc774168a
Close #1091 2023-08-21 23:28:36 +10:00
Madeline
2cf3833499
remove INVALID_PASSWORD error response. close #1090 2023-08-13 15:18:42 +10:00
Madeline
fd829fc669
Fix OOM on large guild join 2023-08-12 18:18:47 +10:00
Madeline
8764930d9a
update jsonwebtoken and bcrypt 2023-08-12 16:06:15 +10:00
Madeline
d18584f8e9
Refactor email sending + remove email verification if mail sending is not set up 2023-08-12 15:36:29 +10:00
Madeline
ecb227105a
remove default welcome screen text 2023-08-12 00:43:38 +10:00
Madeline
23e234a87b
update invites endpoints to support latest api 2023-08-12 00:43:00 +10:00
Madeline
3eb2338c3e
goof 2023-08-12 00:42:14 +10:00
Madeline
c0614b18c3
fix min password length check 2023-08-12 00:20:36 +10:00
Madeline
d06fbcebb8
set rules/updates in guild if we created them 2023-08-12 00:01:00 +10:00
Madeline
139d31e938
Merge pull request #1045 from erkinalp/patch-2
Rename the guild feature `INVITES_CLOSED` to `INVITES_DISABLED`
2023-08-11 10:52:15 +10:00
Madeline
326bf08df0
Implement community "create one for me" 2023-08-10 20:37:07 +10:00
Madeline
25099aecb7
Allow enabling welcome screen and check if welcome screen channels exist within the guild (close #998) 2023-08-10 20:33:42 +10:00
Madeline
be47c8a231
remove changelog.js and cleanup package.json scripts 2023-08-10 19:45:34 +10:00
Madeline
08ff93dab0
Send ratelimit headers regardless of if request was blocked (close #1022, close #888) 2023-08-10 19:40:41 +10:00
Madeline
d811b20aab
close #939 2023-08-08 11:56:15 +10:00
Madeline
271460b02f
Gateway close if user could not be fetched just send ID 2023-08-08 11:26:32 +10:00
Madeline
6dc9dd5303
fix reversed check in GET messages 2023-08-07 20:31:36 +10:00
Madeline
efd2318959
set default role flags to 0 2023-08-07 19:41:00 +10:00
Madeline
12799f3d12
allow bot/bearer tokens through Authorization header 2023-08-07 19:36:43 +10:00
Madeline
c6cd8f6581
goof 2023-08-07 19:33:52 +10:00
Madeline
a25a62aa76
Merge branch 'master' of github.com:spacebarchat/server 2023-08-07 16:47:01 +10:00
Madeline
db777541cc
add login script 2023-08-07 16:46:40 +10:00
Puyodead1
fe4acbfee5
Fix linter warnings in connections 2023-08-06 23:15:35 -04:00
Puyodead1
5c8359ec45
Fix connection class imports 2023-08-06 22:56:13 -04:00
Puyodead1
033e2108e7
Fix some linting warnings 2023-08-06 22:51:34 -04:00
Madeline
3d0fdc8a1b
generate openapi 2023-08-07 12:47:52 +10:00
Puyodead1
325e8f435f
update schema 2023-08-06 22:44:04 -04:00
Madeline
787871972c
npm upgrade 2023-08-07 12:38:41 +10:00
Madeline
6a5dc1c361
add back guild id to message tojson 2023-08-07 12:38:20 +10:00
Madeline
32c8211984
update proxy-agent 2023-08-07 12:20:02 +10:00
Madeline
611de210cf
Merge branch 'master' of github.com:spacebarchat/server 2023-08-07 12:13:05 +10:00
Madeline
dbc09cdfce
Merge pull request #1087 from spacebarchat/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-08-07 12:11:06 +10:00
Madeline
c551c3eb6a
Merge pull request #1086 from spacebarchat/dependabot/npm_and_yarn/word-wrap-1.2.5
Bump word-wrap from 1.2.3 to 1.2.5
2023-08-07 12:10:50 +10:00
Madeline
d8ba3e16ee
switch from il8next-node-fs-backend to il8next-fs-backend 2023-08-07 12:10:12 +10:00
dependabot[bot]
c186b843d6
Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 02:02:19 +00:00
dependabot[bot]
5817c2f736
Bump word-wrap from 1.2.3 to 1.2.5
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 02:02:10 +00:00
Madeline
c4fccbca95
Merge pull request #1061 from spacebarchat/dependabot/npm_and_yarn/vm2-3.9.19
Bump vm2 from 3.9.13 to 3.9.19
2023-08-07 12:01:45 +10:00
Madeline
24ec642d49
* add TOKEN and ITER env vars to identify test script
* kill child process server when tests are done, not just parent
2023-08-07 11:59:48 +10:00
Madeline
c723a084dc
Merge pull request #1085 from spacebarchat/feat/dependency-updates
minor dependency version updates
2023-08-07 11:00:35 +10:00
Puyodead1
6be410bdef
minor version updates 2023-08-06 10:48:22 -04:00
Madeline
549979372b
Merge pull request #966 from spacebarchat/feat/refactorIdentify
Rewrite identify handler
2023-08-06 23:29:08 +10:00
Madeline
53aed18652
remove pomelo disclose, to be added in pomelo impl pr 2023-08-01 20:23:00 +10:00
Madeline
496cfc8ea1
some abaddon compat 2023-07-31 21:00:03 +10:00
Madeline
45e7d763cf
lazyrequest dont crash when no members can be found in lazyrequest 2023-07-31 20:59:06 +10:00
Madeline
4c0b1391b1
send empty READY_SUPPLEMENTAL for client compatibility 2023-07-31 19:42:27 +10:00
Madeline
a0d93fb252
* call toJSON of keys in gateway when using erlpack
* dont send bitrate/etc as null when should be undefined
* set user flags to number instead of string
* send empty 'threads' in identify when not using new state v2
2023-07-29 16:59:21 +10:00