Flam3rboy
|
bff8f0f642
|
✨ add requestSignature to Config
|
2021-05-29 23:42:06 +02:00 |
|
Flam3rboy
|
7f848b2c24
|
🐛 fix Message embed type
|
2021-05-28 22:07:08 +02:00 |
|
Flam3rboy
|
12d0025587
|
✨ add cdn.endpoint to config
|
2021-05-28 17:00:15 +02:00 |
|
Flam3rboy
|
71c1d1c15f
|
🐛 fix MessageComponent recursive definition
|
2021-05-27 12:20:29 +02:00 |
|
Flam3rboy
|
a3fbe6ba7d
|
✨ add Team
|
2021-05-26 22:38:21 +02:00 |
|
Flam3rboy
|
00b39155aa
|
✨ add Application
|
2021-05-26 22:38:15 +02:00 |
|
Flam3rboy
|
29400f9d4d
|
✨ add MessageComponent
|
2021-05-26 22:38:05 +02:00 |
|
Newe
|
7f1719994d
|
[del] Deleted .proto
|
2021-05-25 23:35:33 +02:00 |
|
Newe
|
e04c5bf138
|
[add] Udp request handler mockup
|
2021-05-25 23:35:24 +02:00 |
|
Newe
|
e98e307aed
|
[edit] Ignore event if emited by a vServer
|
2021-05-25 23:07:44 +02:00 |
|
Newe
|
d6c30fc027
|
[add] Mongo collection insert :)
|
2021-05-25 23:00:54 +02:00 |
|
Newe
|
63407d96e3
|
[edit] Retrieve the event name from mongoDB event payload
|
2021-05-25 12:41:28 +02:00 |
|
Flam3rboy
|
fabcb28aa9
|
🐛 fix Snowflake workerid
|
2021-05-25 02:04:12 +02:00 |
|
Flam3rboy
|
acebb98dcc
|
🐛 fix Snowflake process + worker id
|
2021-05-25 02:02:15 +02:00 |
|
Flam3rboy
|
d24003eda4
|
🐛 fix default endpoint
|
2021-05-25 01:10:00 +02:00 |
|
Flam3rboy
|
85a0ccdc66
|
✨ new config
|
2021-05-24 20:47:21 +02:00 |
|
Flam3rboy
|
1ba36abdf0
|
additional token checks: user disabled/deleted or if the token was revoked
|
2021-05-24 19:32:35 +02:00 |
|
Newe
|
a5d98b9dcc
|
[edit] Deprecate gRPC in favor of MongoDB
|
2021-05-24 17:46:50 +02:00 |
|
Diego Magdaleno
|
e4e21b4fbc
|
Config: Don't cast to unknow and rather give a gernic type
|
2021-05-23 13:35:07 -05:00 |
|
Diego Magdaleno
|
17773e9dbf
|
Models: Update avatar to reflect the new NULL changes
|
2021-05-23 12:25:16 -05:00 |
|
Diego Magdaleno
|
a6e68abbdc
|
Models: User can have a NULL email in case it is an unclaimed account
|
2021-05-23 11:41:36 -05:00 |
|
Diego Magdaleno
|
05b4e4af35
|
Merge branch 'fosscord:master' into master
|
2021-05-22 22:21:25 -05:00 |
|
Paul Munteanu
|
95e4a78395
|
Fix compilation with strictNullChecks: true
|
2021-05-23 06:19:11 +03:00 |
|
Flam3rboy
|
5000f8e518
|
🐛 fix checktoken
|
2021-05-23 01:23:03 +02:00 |
|
Diego Magdaleno
|
41317582fb
|
Config: export getConfigPathForFile
|
2021-05-22 16:41:48 -05:00 |
|
Diego Magdaleno
|
c06527c073
|
Config: New config and store classes to replace the mongo method
|
2021-05-22 16:40:04 -05:00 |
|
Flam3rboy
|
e3f5d7060b
|
✨ BanSchema
|
2021-05-22 22:54:45 +02:00 |
|
Flam3rboy
|
a85d65dadf
|
🐛 fix Message Model
|
2021-05-22 17:40:45 +02:00 |
|
Flam3rboy
|
6f2d66ce4a
|
✨ system user permissions
|
2021-05-22 16:12:46 +02:00 |
|
Flam3rboy
|
7a97bac4bd
|
✨ Message reaction user_ids
|
2021-05-22 16:12:39 +02:00 |
|
Flam3rboy
|
0abee6dca4
|
🐛 fix Channel + Invite Model
|
2021-05-22 12:01:07 +02:00 |
|
Flam3rboy
|
004c07fed1
|
🐛 fix Public Member
|
2021-05-21 22:08:48 +02:00 |
|
Flam3rboy
|
211781278e
|
✨ MessageAckEvent
|
2021-05-21 21:40:03 +02:00 |
|
Flam3rboy
|
952a056014
|
fix channel permission calc
|
2021-05-21 21:39:48 +02:00 |
|
Flam3rboy
|
af92f3a393
|
🐛 make Message created_at optional
|
2021-05-21 17:51:27 +02:00 |
|
Flam3rboy
|
f456a9b1f3
|
🐛 convert string to bigint Permissions
|
2021-05-21 17:48:20 +02:00 |
|
Flam3rboy
|
31023ffa68
|
✨ [Message] Model add created_at
|
2021-05-21 17:47:53 +02:00 |
|
Newe
|
a25ccfdc07
|
[del] Removed protobuf build files
|
2021-05-21 15:52:41 +02:00 |
|
Newe
|
c29252d5e5
|
[add] RpcStub header guards
|
2021-05-21 15:51:57 +02:00 |
|
Newe
|
f8eceb3124
|
[edit] Hypothetical gRPC handshake
|
2021-05-21 15:48:56 +02:00 |
|
Newe
|
80282f6ba3
|
[edit] Set rpcStub.server to public
|
2021-05-21 11:19:56 +02:00 |
|
Newe
|
7d40250c11
|
[add] Basic project structure
|
2021-05-21 11:13:17 +02:00 |
|
Flam3rboy
|
ec4ac6f788
|
🐛 fix types
|
2021-05-18 22:09:03 +02:00 |
|
Flam3rboy
|
9fb7bf9491
|
🐛 add MessageType enum
|
2021-05-14 22:36:03 +02:00 |
|
Flam3rboy
|
31324b82c5
|
✨ add MessageType enum
|
2021-05-14 22:34:48 +02:00 |
|
Flam3rboy
|
f526bbdcbc
|
🐛 fix Database toObject
|
2021-05-10 18:03:20 +02:00 |
|
Intevel ツ
|
2bb9c5c4c9
|
Update Guild.ts
|
2021-05-08 16:45:58 +02:00 |
|
Intevel ツ
|
160a885fe6
|
Update Guild.ts
|
2021-05-08 14:55:54 +02:00 |
|
Intevel ツ
|
8b23bfe8a1
|
Update Guild.ts
|
2021-05-08 14:32:07 +02:00 |
|
Intevel ツ
|
d88dd235be
|
1.1.2
👽
|
2021-05-08 12:58:37 +02:00 |
|