aboutsummaryrefslogtreecommitdiff
path: root/src/model/id.rs
Commit message (Expand)AuthorAgeFilesLines
* impl Form<&$ID> for $IDZeyla Hellyer2018-07-081-0/+6
* Change the way ids and some enums are made (#295)Leah2018-03-231-16/+51
* Break up the model moduleZeyla Hellyer2017-12-161-0/+89
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-238/+0
* First round of deleting useless methodsAustin Hellyer2017-01-151-8/+0
* Alphabetize model method namesAustin Hellyer2017-01-081-0/+1
* Use conditional blocks over macrosAustin Hellyer2016-12-291-2/+3
* Fix a typo in UserId::find docsAustin Hellyer2016-12-181-1/+1
* Make Id displays format u64 instead of a mentionAustin Hellyer2016-12-171-3/+3
* More config for CreateCommand, add various methodsIllia2016-12-101-8/+8
* Fix some clippy lintsAustin Hellyer2016-12-091-1/+1
* Allow mentionable structs to be used as command argumentsIllia2016-12-071-0/+8
* Improve Mentions, fix MessageBuilderIllia2016-12-061-40/+28
* Improve docs and add new message builder methodsIllia K2016-11-281-0/+14
* Make Cache::get_channel return a referenceAustin Hellyer2016-11-261-2/+2
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-3/+3
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-6/+6
* Allow compiling with only either cache or methodsAustin Hellyer2016-11-241-7/+11
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-6/+6
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-4/+4
* Rename the State to CacheAustin Hellyer2016-11-221-9/+9
* Rename state methods from find_ to get_Austin Hellyer2016-11-191-5/+4
* Add GuildId::to_channelAustin Hellyer2016-11-181-0/+8
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-0/+11
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Add webhook supportAustin Hellyer2016-11-071-0/+29
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Convert all doc anchors to named anchorsAustin Hellyer2016-11-051-6/+13
* Initial commitAustin Hellyer2016-10-181-0/+176