aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
...
* Default serde on a couple Ready structfieldsZeyla Hellyer2017-12-171-6/+8
* Fix typo (#235)Lakelezz2017-12-171-1/+1
* Fix doc-tests and `single_zc`acdenisSK2017-12-171-1/+1
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-164-8/+9
* Break up the model moduleZeyla Hellyer2017-12-1630-319/+391
* Revamp the internals of `Args`acdenisSK2017-12-161-3/+3
* Fix deserialization of `Guild::application_id`Zeyla Hellyer2017-12-152-2/+4
* Change type of a couple Guild/PartialGuild fieldsZeyla Hellyer2017-12-153-20/+44
* Add missing fields to Guild modelZeyla Hellyer2017-12-151-0/+46
* Use a macro to generate FromStr implsacdenisSK2017-12-101-177/+92
* Merge branch 'branch-v0.4.5' into v0.5.0Zeyla Hellyer2017-12-091-2/+2
|\
| * Fix remaining deserializersZeyla Hellyer2017-12-091-2/+2
| * Fix snowflake deserializerZeyla Hellyer2017-12-091-2/+2
* | Fix snowflake deserializerZeyla Hellyer2017-12-091-1/+1
* | Fall back to `str::parse` on `ChannelId` as wellacdenisSK2017-12-061-7/+56
* | Make the comment for the `AsRef` impl more clearacdenisSK2017-12-061-1/+3
* | Use `AsRef` instead of just `&MessageId`acdenisSK2017-12-061-1/+1
* | Add the `VIEW_AUDIT_LOG` permission (#229)Lakelezz2017-12-041-0/+8
* | Tune down repetition with a macroacdenisSK2017-11-301-56/+31
* | Convert from macro to ? (#226)Mei Boudreau2017-11-231-1/+1
* | Fix no-gateway compilationZeyla Hellyer2017-11-201-3/+1
* | Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-149/+480
* | Add `model::Reaction::user`Zeyla Hellyer2017-11-181-3/+13
* | Add `model::Reaction::channel`Zeyla Hellyer2017-11-181-0/+15
* | Alphabetize Reaction methodsZeyla Hellyer2017-11-181-14/+14
* | Document that Reaction methods that hit the APIZeyla Hellyer2017-11-181-2/+8
* | Add a method to get a message from a reaction (#220)Maiddog2017-11-191-0/+10
* | Add the new game types (#219)Mei Boudreau2017-11-161-0/+62
* | Fix doc-testsacdenisSK2017-11-161-2/+1
* | Implement From<EmojiId | EmojiIdentifier> for ReactionType (#217)Fenhl2017-11-131-0/+18
* | Change PrivateChannel::say to use `Display` (#214)Fenhl2017-11-121-1/+1
* | Re-order use statements alphabeticallyZeyla Hellyer2017-11-1120-72/+62
* | Add Debug derives to more public typesthelearnerofcode2017-11-071-0/+2
* | Actually, change `NeverFails` to a void enumacdenisSK2017-11-051-1/+1
* | Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-044-8/+34
* | Merge v0.4.3acdenisSK2017-11-046-53/+101
|\|
| * Fix doctests for a variety of feature targetsZeyla Hellyer2017-11-011-4/+4
| * Fix no-client cache testsZeyla Hellyer2017-11-011-6/+6
| * Use consistent token names in examplesZeyla Hellyer2017-11-011-1/+1
| * Make Member::permissions return guild permissionsZeyla Hellyer2017-10-311-11/+3
| * Rename `Guild::permissions_for`->`permissions_in`Zeyla Hellyer2017-10-304-7/+18
| * Guild::has_perms: use Guild::member_permissionsZeyla Hellyer2017-10-301-22/+14
| * Add Guild::member_permissionsZeyla Hellyer2017-10-301-0/+51
| * Add some docs to `BanOptions`acdenisSK2017-10-301-0/+1
| * Fall back to `str::parse` if `parse_username` failsacdenisSK2017-10-241-3/+4
* | `deserialize_i32` -> `deserialize_u8`acdenisSK2017-11-031-1/+1
* | Make the Client return a ResultZeyla Hellyer2017-11-037-9/+20
* | Fix audit logs a bitacdenisSK2017-11-013-39/+82
* | Add a fallback to `RoleId::from_str` as wellacdenisSK2017-10-241-7/+8
* | Remove unwrapsacdenisSK2017-10-241-1/+1