Commit Graph

1497 Commits

Author SHA1 Message Date
bitfl0wer 42f2f7bfbe Add Default to LoginSchema 2023-09-01 00:50:19 +02:00
bitfl0wer 9b0567ac9e Remove borrow 2023-09-01 00:50:07 +02:00
bitfl0wer a46ffc965c Bump dependencies 2023-09-01 00:49:59 +02:00
bitfl0wer c9c222664d Bump version 2023-09-01 00:49:42 +02:00
bitfl0wer fe8baeb699 Make UrlBundle `Hash` 2023-08-30 19:13:46 +02:00
fowb b949477b24 Bump Version 2023-08-30 15:29:14 +02:00
kozabrada123 0dfd622661 Fix failing build w/o client and move ratelimits (#426)
* Fix failing build without client feature

* Feature lock Updateable and Composite
2023-08-30 15:26:19 +02:00
kozabrada123 141dc32819 Error observer (also merge perpetual/gateway-dev) (#425)
* Add Webrtc Identify & Ready

* Test error observer

* Minor updates

* More derives

* Even more derives

* Small types update

* e
2023-08-29 16:38:26 +00:00
bitfl0wer 8c45355620 Bump version 2023-08-29 14:45:10 +02:00
Flori a36745c908 Make GatewayHandle Clone and remove Arc (#424)
As `GatewayHandle` in itself is just a bundle of refrences, this pr
makes it clonable and removes the `Arc` from `ChorusUser`.
2023-08-29 14:44:11 +02:00
kozabrada123 3d8d6b6f3b Make GatewayHandle Clone 2023-08-29 14:24:32 +02:00
bitfl0wer 560a0d8fd8 Fix typo 2023-08-29 00:08:59 +02:00
bitfl0wer 387991c605 Bump version 2023-08-29 00:06:17 +02:00
bitfl0wer 00faab4801 Change gateway to Arc::new(gateway) 2023-08-29 00:05:36 +02:00
bitfl0wer 17fe4f004f Make ChorusUser `Clone` 2023-08-29 00:05:16 +02:00
bitfl0wer 2b203f1a42 Bump version to 0.3.0 2023-08-28 18:24:23 +02:00
Flori 62a03d2280 Make `ChorusUser` `Send` (#423)
Replace `belongs_to: Rc<RefCell<Instance>>` with `Arc<RwLock<Instance>>`
to make `ChorusUser` `Send`
2023-08-28 18:23:36 +02:00
Flori 60aa559e6d Update Cargo.toml 2023-08-28 18:23:30 +02:00
bitfl0wer 4bbb22eb31 Replace `belongs_to: Rc<RefCell<Instance>>` with `Arc<RwLock<Instance>>` to make `ChorusUser` `Send` 2023-08-28 18:12:17 +02:00
bitfl0wer 54f907b12e Bump version to 0.2 2023-08-28 12:39:16 +02:00
bitfl0wer a8bea5d881 Clippy rules, docs logo 2023-08-28 12:27:38 +02:00
bitfl0wer 02212f95e3 Add Debug derives to all structs 2023-08-28 12:27:21 +02:00
bitfl0wer 9224278cd5 Change Status to Alpha 2023-08-27 13:21:45 +02:00
bitfl0wer f8c7fc84c4 Add website 2023-08-27 12:49:58 +02:00
Flori e7d444db71 Bump dependencies (#422) 2023-08-27 01:13:50 +02:00
bitfl0wer 93ad277f66 Merge branch 'enhancement/bump-deps' of https://github.com/polyphony-chat/chorus into enhancement/bump-deps 2023-08-27 01:13:36 +02:00
bitfl0wer 033c8c6a6f Merge branch 'enhancement/bump-deps' of https://github.com/polyphony-chat/chorus into enhancement/bump-deps 2023-08-27 01:11:52 +02:00
bitfl0wer d30c2d4281 Merge branch 'enhancement/bump-deps' of https://github.com/polyphony-chat/chorus into enhancement/bump-deps 2023-08-27 01:00:43 +02:00
bitfl0wer 3f829246ab Bump chorus-macros deps 2023-08-27 01:00:41 +02:00
bitfl0wer 2e4abb468a Bump chorus-macros deps 2023-08-27 00:59:22 +02:00
bitfl0wer a8769ffca6 Bump dependencies 2023-08-27 00:51:52 +02:00
Flori 477cc57ffa replace sqlx-git-custom with sqlx (#421)
It seems, as if the regular `sqlx` does everything that chorus needs
atm. Therefore, we can switch to the official version of that lib.
2023-08-27 00:24:40 +02:00
bitfl0wer 558232c1a2 replace sqlx-git-custom with sqlx 2023-08-27 00:11:11 +02:00
bitfl0wer 2f9936cfd2 Add rustdoc comments 2023-08-26 19:41:00 +02:00
bitfl0wer c4bd33205c Conditional skip of code coverage 2023-08-26 18:02:21 +02:00
Flori 878413e0da Fix guild ban test failing (#419) 2023-08-26 17:46:03 +02:00
bitfl0wer ea66edc68d Fix guild ban test failing 2023-08-26 17:45:27 +02:00
Flori b7b8023f11 More Guild routes (#418) 2023-08-26 16:56:18 +02:00
bitfl0wer aee50036a0 Add delete_role + test 2023-08-26 16:54:24 +02:00
bitfl0wer c53ec53412 Add kick member spell 2023-08-26 16:22:47 +02:00
bitfl0wer 116f1312e7 Disambiguate function name 2023-08-26 16:22:18 +02:00
bitfl0wer f120bcd386 Update GuildBan object 2023-08-26 16:21:47 +02:00
Flori 19fc0b4746 Remove CI env 2023-08-26 15:08:47 +02:00
Flori e9d455a5ce Enhancement/ci build speed (#417) 2023-08-26 14:47:51 +02:00
bitfl0wer 7f4aad891c Remove tarpaulin rustflags, add --tests 2023-08-26 14:15:31 +02:00
bitfl0wer b101df9ec9 Remove tarpaulin from deps 2023-08-26 14:09:23 +02:00
bitfl0wer 34ee9f7d6d as if forcing it does the trick here 2023-08-26 14:05:34 +02:00
bitfl0wer bf9233fef2 Add --no-confirm flag 2023-08-26 13:48:15 +02:00
bitfl0wer 62fccd1305 Maybe cargo binstall can help here 2023-08-26 13:45:44 +02:00
bitfl0wer bf2b8a856b Try removing explicit cargo install call to see what happens 2023-08-26 13:43:00 +02:00