1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00
Commit Graph

77 Commits

Author SHA1 Message Date
TheArcaneBrony
4f6a1a8e12 Add erlpack warning (#587)
* Add warning if erlpack is missing

Co-authored-by: Erkin Alp Güney <erkinalp9035@gmail.com>
2022-01-13 23:02:09 +03:00
TheArcaneBrony
69ad3f9f0f Fix game statusses
Timestamps isn't an array.
2021-12-31 19:39:54 +01:00
Featyre
dcd3375810 Update Identify.ts 2021-11-05 18:28:14 +08:00
Featyre
e8c250fb96 Support user_settings_version 2021-11-05 09:41:42 +08:00
Flam3rboy
bff6087c8b 🐛 fix event listener 2021-10-24 12:59:43 +02:00
developomp
a03d470c93 prettier formatted /gateway 2021-10-20 09:15:52 +09:00
Flam3rboy
4bae3909e3 🐛 fix types + prod env 2021-10-18 21:10:03 +02:00
Flam3rboy
5c38999afa 🐛 also receive events for newly added members/relationships 2021-10-17 22:28:15 +02:00
Flam3rboy
2033f0eb69 🐛 fix typo in custom status 2021-10-17 01:42:30 +02:00
Flam3rboy
1e21f05206 🐛 default session activites 2021-10-17 00:57:31 +02:00
Flam3rboy
68053418f3 User presence/status 2021-10-17 00:39:54 +02:00
Flam3rboy
116e17f6d0 added session + memberlist event 2021-10-17 00:38:56 +02:00
Flam3rboy
d53a4048d0 improve performance of identify + listener 2021-10-17 00:37:06 +02:00
Flam3rboy
afaf55195c lazy loading of guilds for bots closes #451 2021-10-16 00:35:20 +02:00
Flam3rboy
bdebf7d205 🐛 fix #450 (only if user is a bot application) 2021-10-16 00:19:10 +02:00
Flam3rboy
fb3f957f30 🐛 fix sticker packs 2021-10-15 00:03:19 +02:00
Flam3rboy
ec0e2a804c 📝 improve logging 2021-10-12 21:54:58 +02:00
Flam3rboy
b0385e0fcb improve memory managment 2021-10-12 21:53:57 +02:00
Flam3rboy
707fa50a75 🐛 fix Identify 2021-10-10 16:11:40 +02:00
Flam3rboy
a0f41b0d90 🐛 fix null user in identify 2021-10-10 14:52:16 +02:00
Flam3rboy
58c3974e1b 🐛 fix Emoji missing in identify 2021-10-10 14:31:13 +02:00
Flam3rboy
f956caf64e Merge branch 'master' of http://github.com/fosscord/fosscord-server 2021-10-10 14:18:56 +02:00
Flam3rboy
7c7b10dede 🐛 fix Identify ready payload missing users 2021-10-10 14:18:53 +02:00
Flam3rboy
ebb0f567d5 🎨 emoji db migration 2021-10-10 14:09:54 +02:00
Flam3rboy
a61cbbe40c 🐛 convert bigint literal to object 2021-10-10 11:08:55 +02:00
Flam3rboy
dc85a79498 🎨 clean up imports + classes 2021-10-10 11:03:32 +02:00
Flam3rboy
d6bc17a8c7 added read state 2021-10-09 17:33:28 +02:00
Flam3rboy
4cd6207e5f 🐛 fix cdn 2021-10-09 11:21:06 +02:00
Flam3rboy
d9e37e5e19 🐛 fix import 2021-10-09 01:53:47 +02:00
Flam3rboy
41a193dff0 🎨 fix imports with new build script 2021-10-09 01:45:02 +02:00
Flam3rboy
ce63639090 🐛 fix user projection 2021-10-05 19:52:42 +02:00
Flam3rboy
efe9fdc9fe 🐛 fix lazy request 2021-10-05 17:39:21 +02:00
Flam3rboy
1716d92849 🎨 restructure gateway 2021-10-02 15:12:47 +02:00
Flam3rboy
c238f86932 Merge branch 'master' into unittests 2021-09-23 16:07:25 +02:00
Chris Chrome
15dd4631b4 Use @yukikaze-bot/erlpack
discord/erlpack doesnt seem to like installing under linux, this one however, doesnt even need to build :)
2021-09-23 05:16:15 -04:00
Flam3rboy
912d1c31d8 🎨 rewrite imports 2021-09-20 23:34:54 +02:00
AlTech98
ada95b6c39 Removed ChannelService, more fixes 2021-09-18 18:36:29 +02:00
AlTech98
97e0c8709b Fix gateway not listening for new channels events 2021-09-18 10:44:25 +02:00
AlTech98
d630f09f80 Implemented DMs and group DMs 2021-09-16 21:33:36 +02:00
AlTech98
75c43b7db3 Gateway permission check fix 2021-09-16 21:30:05 +02:00
Flam3rboy
8568b3cdce 🐛 fix fosscord.js 2021-09-13 17:51:37 +02:00
Flam3rboy
9e3bc94e9d 🐛 fix relationship 2021-09-13 12:22:41 +02:00
Flam3rboy
4f1b926d09 🐛 fix dm #321 2021-09-13 01:11:03 +02:00
Flam3rboy
6b21e107dd 🐛 fix channel events + message send 2021-09-13 00:17:56 +02:00
Flam3rboy
0a0a61565e 🐛 fix gateway 2021-09-12 21:20:47 +02:00
Flam3rboy
60535f5159 🎨 remove long relatives paths -> short module paths 2021-09-12 21:09:29 +02:00
Flam3rboy
0bf59ee28a ⬆️ update test client 2021-09-04 17:59:29 +02:00
AlTech98
b965d93e51 VOICE_SERVER_UPDATE now has the endpoint of the guild's region 2021-09-04 11:41:41 +02:00
Flam3rboy
82341300fc 🐛 fix ready members payload 2021-09-04 11:25:40 +02:00
Flam3rboy
4aa58b9256 Merge pull request #314 from AlTech98/master
Fix VoiceStateUpdate
2021-09-03 15:57:44 +02:00