aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
* Apply suggestions from code reviewLakelezz2019-01-011-0/+1
* Modify message_update behaviour when cache is enabledAdelyn Breelove2018-12-311-23/+28
* Fix `Emoji::url` to use .gif for animated emoji (#449)Mark Henrick2018-12-221-1/+4
* Limit users requested from reaction to 100 (#451)Ken Swenson2018-12-191-1/+6
* Remove global Cache (#448)Lakelezz2018-12-1816-319/+425
* Mutably borrow on `ChannelId`'s `edit`-method. (#447)Lakelezz2018-12-101-2/+5
* Fix User::_nick_in with no-cache (#446)zeyla2018-12-071-1/+1
* Update to Rust 2018 (#445)Lakelezz2018-12-0725-125/+125
* Change all builders to mutably borrow (#443)Ken Swenson2018-11-2512-69/+89
* Fix links in `Event`acdenisSK2018-11-211-20/+20
* Switch to tungstenite from rust-websocket (#341)acdenisSK2018-11-211-30/+27
* Replace `hyper` with `reqwest` (#440)Lakelezz2018-11-191-5/+5
* Remove everything marked `deprecated` since `v0.5.x` or older (#441)Lakelezz2018-11-199-323/+2
* Add Slow Mode Rate (#439)Lake Lezz2018-11-163-0/+5
* Fix imports in `create_channel`'s exampleacdenisSK2018-11-141-1/+2
* Make `Region`s `Japan`-variant lowercase.Lakelezz2018-11-131-1/+1
* Add Nick Methods for `Message` and `UserId` (#432)Lakelezz2018-11-112-0/+32
* Fix deserialization of ActivityParty::sizeZeyla Hellyer2018-11-061-1/+1
* Fix ActivityFlags/ActivityTimestamps deserZeyla Hellyer2018-11-061-4/+7
* Add Rich Presence parsing supportZeyla Hellyer2018-11-061-117/+202
* Make builders mutably borrowedZeyla Hellyer2018-11-068-28/+67
* Permit sending files through the `CreateMessage` builder.Maid Dog2018-11-061-2/+13
* Voice fixes, better API adherence, bitrate control, documentationKyle Simpson2018-11-061-17/+61
* Make MessageUpdateEvent::embeds a Vec<Embed>Zeyla Hellyer2018-11-061-1/+1
* Add Function to neutralise Mentions (#414)Lakelezz2018-10-302-4/+19
* Fix NSFW Checks (#418)Lakelezz2018-10-205-22/+5
* A bunch of typo fixes (#404)Perry Fraser2018-10-013-4/+4
* Generalise mention parsingacdenisSK2018-09-221-1/+1
* Remove cache requirement on Message::is_privateZeyla Hellyer2018-09-141-5/+1
* Message: avoid perm checks in non-guild channelsZeyla Hellyer2018-09-141-12/+20
* Revert "Old message on update (#368)"Zeyla Hellyer2018-09-131-32/+25
* Add Member::user_idZeyla Hellyer2018-09-051-0/+14
* Old message on update (#368)Adelyn2018-08-261-25/+32
* Properly link to User in Game docsZeyla Hellyer2018-08-241-0/+2
* Add support for session start info in BotGatewayZeyla Hellyer2018-08-241-0/+16
* Fix GuildChannel::_permissions_for on no-cacheZeyla Hellyer2018-08-151-1/+2
* Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypesLakelezz2018-08-1213-48/+169
* Fix all the dead links in the docsErk-2018-08-0925-440/+441
* Decringe an old commentacdenisSK2018-08-081-2/+1
* Fix compilation + tests on certain feature combosZeyla Hellyer2018-08-072-68/+104
* Fix some documentation spacingZeyla Hellyer2018-08-071-17/+11
* Fixes all of the dead links in permissions. (#359)Erk-2018-08-071-75/+75
* Added support for the new PRIORITY_SPEAKER permission (#360)Erk-2018-08-071-0/+8
* Fix Game From impls on no-model compilationZeyla Hellyer2018-08-051-2/+10
* Add From impls for Game, generify Game paramsZeyla Hellyer2018-08-012-1/+52
* Move unit tests into sourceZeyla Hellyer2018-08-014-0/+345
* Make GuildId::member use the cache when possible (#356)Maiddog2018-07-311-1/+11
* Add note about cache in UserId::get docsZeyla Hellyer2018-07-291-2/+3
* Add `impl AsRef<MessageId> for Message` (#355)Adelyn2018-07-251-0/+6
* Fix `ChannelId::send_message`'s dead linksacdenisSK2018-07-251-3/+3