Commit Graph

4926 Commits

Author SHA1 Message Date
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
Madeline a5a6321156 Merge branch 'master' into feat/refactorIdentify 2023-07-28 10:34:36 +10:00
Madeline 4235dec54d goof 2023-07-28 09:48:03 +10:00
Madeline 08f17f88e7 Fix regression of 5f22faa57b 2023-07-28 09:45:13 +10:00
Madeline f1f68c3d31 refactor checkToken 2023-07-28 09:26:18 +10:00
Madeline 8a3989c297 Merge branch 'master' into feat/refactorIdentify 2023-07-28 08:24:15 +10:00
Madeline 5f22faa57b Merge pull request #1075 from SpecificProtagonist/get_messages_around
Fix get channel messages `around` parameter
2023-07-18 21:04:52 +10:00
Vincent Junge e4a8517b93 fix get channel messages around parameter 2023-06-26 16:11:03 +02:00
Madeline bf079ffa7a Merge pull request #1066 from Zert3x/master
Fix a typo
2023-06-14 18:30:16 +10:00
Madeline eb8a2513cf Merge pull request #1069 from ngn13/pass_length_check
Implemented password length check
2023-06-11 22:27:33 +10:00
ngn e774a9256b made it prettier 2023-06-11 15:17:03 +03:00
ngn 41f14b3ad8 Make sure min password length is not null 2023-06-11 13:36:51 +03:00
ngn13 ece68990f8 Merge branch 'spacebarchat:master' into pass_length_check 2023-06-11 13:27:23 +03:00
Madeline 9a227e35fa Merge pull request #1068 from V3L0C1T13S/feat/gen_memberlist_id
Implement member list ids
2023-06-11 17:55:59 +10:00
ngn 3dcabc57f6 Making the error message dynamic 2023-06-10 22:17:50 +03:00
ngn13 9efe160340 making min password length configurable
Co-authored-by: Puyodead1 <puyodead@proton.me>
2023-06-10 22:13:44 +03:00
ngn f006ddc735 Implemented password length check 2023-06-10 20:51:21 +03:00
Madeline 6c603afc54 Fix docs for /users/:id/profile 2023-06-11 00:51:03 +10:00
Madeline 6e47b8e0b3 Send user and roles id array in GET /guilds/:id/members/:id 2023-06-11 00:27:38 +10:00
Madeline e545edad94 Return entire guild object in POST /guilds 2023-05-30 20:09:03 +10:00
Zert3x 09b163f8de Update Connection.ts 2023-05-28 21:40:21 -04:00
Zert3x 6306c5e725 Update ipAddress.ts 2023-05-28 21:39:50 -04:00
Zert3x 6f7ce2bc77 forwaded -> forwarded 2023-05-28 21:27:01 -04:00
V3L0C1T13S 564d1a2fc9 feat: implement member list id generation 2023-05-24 12:02:03 -04:00
dependabot[bot] a0be5c935a Bump vm2 from 3.9.13 to 3.9.19
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.13 to 3.9.19.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.13...3.9.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 04:10:21 +00:00
Madeline 60394d8c43 Merge pull request #1054 from CyberL1/master
fix: don't create new vanity url when there's no ALIASABLE_NAMES flag
2023-05-13 19:12:18 +10:00
CyberL1 6390786018 fix: add return and run prettier 2023-05-13 11:09:52 +02:00