aboutsummaryrefslogtreecommitdiff
path: root/src/model/misc.rs
Commit message (Expand)AuthorAgeFilesLines
* typosZeyla Hellyer2018-07-141-2/+2
* Abstract impls in Channel's Mentionable implZeyla Hellyer2018-07-141-4/+4
* Implement Mentionable for GroupZeyla Hellyer2018-07-141-0/+6
* Implement Mentionable for PrivateChannelZeyla Hellyer2018-07-141-0/+6
* Implement Mentionable for ChannelCategoryZeyla Hellyer2018-07-141-1/+7
* impl Mentionable for GuildChannel (#348)Adelyn2018-07-101-0/+4
* Implement Mentionable for CurrentUserZeyla Hellyer2018-05-231-0/+6
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-4/+4
* Break up the model moduleZeyla Hellyer2017-12-161-1/+3
* Use a macro to generate FromStr implsacdenisSK2017-12-101-177/+92
* Fall back to `str::parse` on `ChannelId` as wellacdenisSK2017-12-061-7/+56
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-4/+2
* Add a fallback to `RoleId::from_str` as wellacdenisSK2017-10-241-7/+8
* Fall back to `str::parse` if `parse_username` failsacdenisSK2017-10-241-3/+4
* Apply rustfmtZeyla Hellyer2017-09-181-5/+3
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-30/+25
* Implement categoriesacdenisSK2017-09-091-0/+1
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-9/+15
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-19/+14
* Allow FromStr for User to use REST (#147)Maiddog2017-08-241-6/+7
* Fix tests (#145)Maiddog2017-08-221-21/+17
* Cfg the display impls as wellacdenisSK2017-08-221-0/+4
* Replace `()` with actual error typesacdenisSK2017-08-221-14/+115
* Apply rustfmtZeyla Hellyer2017-08-181-9/+15
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-15/+9
* rustfmtacdenisSK2017-07-271-55/+31
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-3/+5
* Add more examples and improve some othersZeyla Hellyer2017-05-231-1/+1
* Restructure modulesZeyla Hellyer2017-05-221-3/+10
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-19/+74
* Add slightly more documentationZeyla Hellyer2017-03-251-0/+2
* Optimize cachingZeyla Hellyer2017-02-091-5/+5
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-4/+3
* Code style cleanupAustin Hellyer2017-01-081-0/+7
* Add emoji URL generation methodsAustin Hellyer2016-12-121-0/+9
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-3/+3
* Fix some clippy lintsAustin Hellyer2016-12-091-3/+3
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-1/+81
* Improve Mentions, fix MessageBuilderIllia2016-12-061-33/+18
* Add Context, REST, and model documentationfwrs2016-11-271-0/+1
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-0/+1
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Initial commitAustin Hellyer2016-10-181-0/+95