Commit Graph

477 Commits

Author SHA1 Message Date
bitfl0wer c85ac2d663
Move common code into common::<> 2023-05-27 22:12:07 +02:00
bitfl0wer 241afd9003
Rename integration.rs to guild.rs 2023-05-27 22:11:35 +02:00
Flori 03f227d01e
Merge pull request #76 from polyphony-chat/refactor/application-default
Refactor/application default
2023-05-27 20:55:13 +02:00
bitfl0wer a7d092fc3a
Fix build 2023-05-27 20:54:43 +02:00
bitfl0wer 0504f0a9d2
Merge branch 'refactor/application-default' 2023-05-27 20:46:19 +02:00
Zert3x 54456bc830
Merge branch 'main' into refactor/application-default 2023-05-27 14:45:44 -04:00
Flori e1895c3947
Merge pull request #74 from polyphony-chat/feature/full-gateway-coverage
Add rest of gateway events (merge feature/full gateway coverage)
2023-05-27 20:42:42 +02:00
kozabrada123 f54e750f74 Add options with empty string for identify props 2023-05-27 19:55:57 +02:00
Zertex 7189294d4b Hijack this to clean up ApplicationCommandOptionType with serde_repr 2023-05-27 13:46:37 -04:00
Zertex 250035fe9e Add custom Default impl to Application 2023-05-27 13:45:56 -04:00
bitfl0wer da9232da0b
Fix typos 2023-05-27 19:36:07 +02:00
kozabrada123 a26ded8ab2
Merge branch 'main' into feature/full-gateway-coverage 2023-05-27 19:23:27 +02:00
Flori 515a392368
Merge pull request #72 from polyphony-chat/feature/feature-locks
Feature/feature locks
2023-05-27 19:13:45 +02:00
kozabrada123 e5b061f991 Fix images being deleted for some reason???! 2023-05-27 17:46:36 +02:00
Zertex 7a487c657c remove message field 2023-05-27 11:40:20 -04:00
kozabrada123 f8c02fee6a Remove dumping gateway events into stdout 2023-05-27 17:33:19 +02:00
kozabrada123 4a7fea8366 Better unrecognised messages 2023-05-27 17:31:55 +02:00
kozabrada123 be73bf19eb Add Application Command Permissions & Update event 2023-05-27 17:29:30 +02:00
kozabrada123 15ffdcecaa Add InteractionCreate 2023-05-27 17:11:47 +02:00
kozabrada123 5b04370d46 Add Stage Instance & events 2023-05-27 17:05:25 +02:00
kozabrada123 8d0083e11d Add Auto Moderation types & events 2023-05-27 16:50:38 +02:00
kozabrada123 ab902c5ef2 Add Relationship & related events 2023-05-27 16:03:23 +02:00
bitfl0wer 299810f07a
Flesh out the Roadmap 2023-05-27 15:25:41 +02:00
kozabrada123 7367475d99 Add "Discord Client" option 2023-05-27 13:16:40 +02:00
kozabrada123 b11743d35c Document more gateway props options 2023-05-27 13:05:59 +02:00
kozabrada123 224b3159a6 Fix some deserialization errors 2023-05-27 13:05:36 +02:00
kozabrada123 21c4d53b28 Fix a types mismatch 2023-05-27 09:58:10 +02:00
kozabrada123 b102f3d2cc Fix stack overflow due to infinite recursion
I am dumb
2023-05-27 09:57:46 +02:00
kozabrada123 5b08ddfcfb Add a sensible defaults for Identify and its props 2023-05-27 09:21:26 +02:00
Zertex 5e000f3617 Revert "Add back settings and extended_settings fields to User"
This reverts commit 3018c0ddd1.
2023-05-27 00:24:37 -04:00
Zertex 9974d90416 Revert "fix imports"
This reverts commit 13c2e4aed9.
2023-05-27 00:24:32 -04:00
Zertex 13c2e4aed9 fix imports 2023-05-27 00:12:05 -04:00
Zertex 3018c0ddd1 Add back settings and extended_settings fields to User 2023-05-27 00:07:07 -04:00
Zertex b8e5b627de Add PartialEq, Clone, Copy to Component 2023-05-26 22:44:43 -04:00
Zertex 342354a06b Add forgotten derives to UnvailableGuild/GuildCreateResponse 2023-05-26 22:38:39 -04:00
Zertex 185480b0be Add forgotten feature lock to UserTheme 2023-05-26 22:38:16 -04:00
Zertex 0bdae8f7e3 Add forgotten derives to Emoji 2023-05-26 22:37:20 -04:00
Zertex bbefab926c Extract private fields to symfonia, type lock fields 2023-05-26 22:29:20 -04:00
Zertex 1420ba1696 serde(skip) ids where full objects are returned 2023-05-26 16:24:42 -04:00
Zertex 86dcfb2c3b serde(skip) ids where full objects are returned 2023-05-26 16:23:33 -04:00
Zertex 8fcd64f87d Flesh out and properly feature lock fields on Attachment 2023-05-26 16:00:15 -04:00
Zertex b885e13922 Flesh out and properly feature lock fields on Application 2023-05-26 15:25:40 -04:00
Zertex 297ef50b36 Add feature locks to Emoji 2023-05-26 14:09:03 -04:00
Zertex 986caf1110 Add feature locks to Channel 2023-05-26 14:08:53 -04:00
kozabrada123 94e9af8e8a Types refactor 2023-05-26 19:47:41 +02:00
kozabrada123 013943791b Types refactor merged 2023-05-26 19:36:41 +02:00
Zertex bb7b7a57e3 Use patched version of sqlx 2023-05-26 13:02:07 -04:00
Zertex 0d5e592ea4 Simplify locks 2023-05-26 11:54:07 -04:00
Zertex 02d1cc3b97 Simplify locks 2023-05-26 11:44:02 -04:00
Flori e626c2ffe8
Merge pull request #71 from polyphony-chat/refactor/types
Refactor/types
2023-05-26 16:58:54 +02:00