aboutsummaryrefslogtreecommitdiff
path: root/src/model/guild.rs
Commit message (Expand)AuthorAgeFilesLines
* Convert Colour to be a tuple structAustin Hellyer2017-01-131-1/+1
* Fix buildIllia2017-01-111-1/+1
* Add Message.content_safe and fix distinct method not being included in User.Illia2017-01-111-0/+6
* Update icons/splashes to be WEBPAustin Hellyer2017-01-081-6/+6
* Alphabetize model method namesAustin Hellyer2017-01-081-40/+39
* Code style cleanupAustin Hellyer2017-01-081-3/+3
* Fix no-cache method buildsAustin Hellyer2017-01-021-1/+3
* Fix typoIllia2016-12-311-1/+1
* Add guild and channel searchAustin Hellyer2016-12-291-3/+155
* Use conditional blocks over macrosAustin Hellyer2016-12-291-22/+33
* Simplify Role's Ord implAustin Hellyer2016-12-281-11/+3
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-191-3/+10
* Add guild splash URL methodsAustin Hellyer2016-12-171-0/+23
* Add emoji URL generation methodsAustin Hellyer2016-12-121-0/+7
* More config for CreateCommand, add various methodsIllia2016-12-101-34/+34
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-101-7/+4
* Change all try's into ?sacdenisSK2016-12-071-47/+47
* Improve Mentions, fix MessageBuilderIllia2016-12-061-5/+0
* Add documentation for modelsIllia2016-12-041-1/+1
* Import this import _again_Austin Hellyer2016-12-031-0/+2
* Make Member::colour() return an optional colourAustin Hellyer2016-12-031-18/+7
* Add Member::colourIllia2016-12-031-9/+34
* Add Role Eq/Ord implsAustin Hellyer2016-12-031-0/+33
* Add Member.colourIllia2016-12-031-0/+11
* Clean up the codebaseAustin Hellyer2016-11-291-10/+6
* Optimize for cached, non-method compilesAustin Hellyer2016-11-281-2/+2
* More widely support no-cache method compilesAustin Hellyer2016-11-251-58/+79
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-4/+4
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-26/+26
* Allow compiling with only either cache or methodsAustin Hellyer2016-11-241-18/+20
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-12/+12
* Change the CACHE to be an RwLockAustin Hellyer2016-11-221-6/+6
* Rename the State to CacheAustin Hellyer2016-11-221-15/+15
* Add Member::roles()Austin Hellyer2016-11-201-0/+20
* Decode discriminators as stringsAustin Hellyer2016-11-171-7/+2
* Add DELETE/PUT guild member roleAustin Hellyer2016-11-161-5/+36
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-4/+47
* Decode embed/role colours into Colour structAustin Hellyer2016-11-141-9/+1
* Allow current user to nickname themselvesAustin Hellyer2016-11-141-0/+35
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Move the builders to the utilsAustin Hellyer2016-11-131-1/+1
* Add a Feature enumAustin Hellyer2016-11-091-1/+1
* Add webhook supportAustin Hellyer2016-11-071-0/+20
* Add some more documentationAustin Hellyer2016-11-061-5/+6
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Fix doc links to enum variantsAustin Hellyer2016-11-051-12/+12
* Add message reactionsAustin Hellyer2016-11-051-1/+2
* Initial commitAustin Hellyer2016-10-181-0/+933