Commit Graph

747 Commits

Author SHA1 Message Date
Zertex 73790fbf2a Change integer datatypes to be 'i32' as required by sqlx 2023-05-28 02:39:24 -04:00
kozabrada123 504d74a715 Stability, new event 2023-05-28 08:18:50 +02:00
Zertex c300f1918c merge main 2023-05-27 19:54:43 -04:00
bitfl0wer af9247ed11
Testing on main woah 2023-05-28 00:53:45 +02:00
bitfl0wer 5732f1119f
Add rusty-hook for pre-push cargo fmt 2023-05-28 00:52:11 +02:00
bitfl0wer 77ae3f10b6
run cargo fmt && cargo fix 2023-05-28 00:50:52 +02:00
Flori a1dae4f3c8
Merge pull request #77 from polyphony-chat/refactor/test-restructuring
Make all integration tests completely reproducible
2023-05-27 23:01:51 +02:00
bitfl0wer 06c49c6895
remove login test 2023-05-27 22:53:40 +02:00
bitfl0wer daf4e923d5
Add instance tests 2023-05-27 22:51:57 +02:00
bitfl0wer 503edf2fac
Move test to tests-dir 2023-05-27 22:51:43 +02:00
bitfl0wer 1e844445fc
Remove empty test 2023-05-27 22:47:46 +02:00
bitfl0wer c8caf2afb7
Remove newline at beginning of file 2023-05-27 22:47:14 +02:00
bitfl0wer 92af5f09b6
Add message tests 2023-05-27 22:46:57 +02:00
bitfl0wer 8f123c2054
Add auth tests 2023-05-27 22:46:50 +02:00
bitfl0wer 8ea0cc3f3f
Make password optional 2023-05-27 22:46:43 +02:00
bitfl0wer 927109e9b6
Move tests to tests/-dir 2023-05-27 22:46:27 +02:00
bitfl0wer 3028d8f70a
move channel test to channel 2023-05-27 22:12:15 +02:00
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 80e60901d8 uncomment, oops 2023-05-27 13:50:55 -04:00
Zertex 665a3b3667 rename APIError in ErrorField vec as well 2023-05-27 13:50:28 -04: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
Zertex 6d747bc504 Rename APIError -> APIErrorPayload to solve conflicting name 2023-05-27 13:41:23 -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