Commit Graph

1056 Commits

Author SHA1 Message Date
bitfl0wer f11ec1d008
Add semicolon 2023-09-03 16:55:34 +02:00
bitfl0wer 11e949c824
Make Errors Hash and Eq, bump version 2023-09-03 16:55:19 +02:00
kozabrada123 7e4f73b695
Add option to login with only a token (#427)
* Add login with token
2023-09-01 17:17:49 +02:00
bitfl0wer 58284aeaaa
Bugfix time 2023-09-01 15:02:57 +02:00
bitfl0wer 607e1a3e83
Fix auth 2023-09-01 15:02:44 +02:00
bitfl0wer 82cc1ff0ea
Bump version 2023-09-01 13:02:11 +02:00
bitfl0wer a00ffbf5b2
Make login only take owned values 2023-09-01 13:01:50 +02:00
bitfl0wer 245a7be291
Make auth functions take owned values, similar to the rest of the API 2023-09-01 12:12:07 +02:00
bitfl0wer a2677c6767
Make ChorusError Clone 2023-09-01 01:17:23 +02:00
bitfl0wer 6cf8b6a384
Add Default to LoginSchema 2023-09-01 00:50:19 +02:00
bitfl0wer 10336d7880
Remove borrow 2023-09-01 00:50:07 +02:00
bitfl0wer e22a6df21b
Bump dependencies 2023-09-01 00:49:59 +02:00
bitfl0wer 665ebfa4fe
Bump version 2023-09-01 00:49:42 +02:00
bitfl0wer c7c584c1fa
Make UrlBundle `Hash` 2023-08-30 19:13:46 +02:00
fowb 6b35b3ee56 Bump Version 2023-08-30 15:29:14 +02:00
kozabrada123 eb5c9d3ae8
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 352a907845
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 cf9bd6328e
Bump version 2023-08-29 14:45:10 +02:00
Flori 5154f6cfa6
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 55a5925b4b Make GatewayHandle Clone 2023-08-29 14:24:32 +02:00
bitfl0wer dcf2809678
Fix typo 2023-08-29 00:08:59 +02:00
bitfl0wer bdd6e9b5dd
Bump version 2023-08-29 00:06:17 +02:00
bitfl0wer fe7b4eb767
Change gateway to Arc::new(gateway) 2023-08-29 00:05:36 +02:00
bitfl0wer 0e156b9897
Make ChorusUser `Clone` 2023-08-29 00:05:16 +02:00
bitfl0wer 5abb65fb10
Bump version to 0.3.0 2023-08-28 18:24:23 +02:00
Flori be8ddf5888
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 f313b8af81
Update Cargo.toml 2023-08-28 18:23:30 +02:00
bitfl0wer 88dfde2dfe
Replace `belongs_to: Rc<RefCell<Instance>>` with `Arc<RwLock<Instance>>` to make `ChorusUser` `Send` 2023-08-28 18:12:17 +02:00
bitfl0wer f296a900c0
Bump version to 0.2 2023-08-28 12:39:16 +02:00
bitfl0wer bdef311300
Clippy rules, docs logo 2023-08-28 12:27:38 +02:00
bitfl0wer f287ac5e5b
Add Debug derives to all structs 2023-08-28 12:27:21 +02:00
bitfl0wer d5d387ae67
Change Status to Alpha 2023-08-27 13:21:45 +02:00
bitfl0wer 07538cb2c7
Add website 2023-08-27 12:49:58 +02:00
Flori d41fe98223
Bump dependencies (#422) 2023-08-27 01:13:50 +02:00
bitfl0wer 6de685b26c
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 306e27c1c2
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 d9af124341
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 5d114c7412
Bump chorus-macros deps 2023-08-27 01:00:41 +02:00
bitfl0wer ac9e36d874
Bump chorus-macros deps 2023-08-27 00:59:22 +02:00
bitfl0wer 4e6d299a4d
Bump dependencies 2023-08-27 00:51:52 +02:00
Flori 310fb7a6e8
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 82ac88e911
replace sqlx-git-custom with sqlx 2023-08-27 00:11:11 +02:00
bitfl0wer de3ccd7504
Add rustdoc comments 2023-08-26 19:41:00 +02:00
bitfl0wer 9130562790
Conditional skip of code coverage 2023-08-26 18:02:21 +02:00
Flori 63ce698d73
Fix guild ban test failing (#419) 2023-08-26 17:46:03 +02:00
bitfl0wer 708e0d21ff
Fix guild ban test failing 2023-08-26 17:45:27 +02:00
Flori 04c4d24f9a
More Guild routes (#418) 2023-08-26 16:56:18 +02:00
bitfl0wer 1410e3ec13
Add delete_role + test 2023-08-26 16:54:24 +02:00
bitfl0wer 22506e8380
Add kick member spell 2023-08-26 16:22:47 +02:00
bitfl0wer 6ba2cd4959
Disambiguate function name 2023-08-26 16:22:18 +02:00