aboutsummaryrefslogtreecommitdiff
path: root/src/model/permissions.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix all the dead links in the docsErk-2018-08-091-12/+12
* 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
* Change the way ids and some enums are made (#295)Leah2018-03-231-39/+45
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-20/+8
* Add the `VIEW_AUDIT_LOG` permission (#229)Lakelezz2017-12-041-0/+8
* Fix clippy lintsZeyla Hellyer2017-10-111-1/+1
* Update bitflags, other dependenciesZeyla Hellyer2017-09-211-28/+28
* Fix the PRESET_GENERAL permission constantZeyla Hellyer2017-09-031-1/+1
* Clippy lintsZeyla Hellyer2017-08-181-30/+30
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-1/+3
* rustfmtacdenisSK2017-07-271-97/+33
* Remove the deprecated functionsacdenisSK2017-07-111-27/+0
* Update dependenciesZeyla Hellyer2017-06-211-28/+28
* Fix broken docs links on Permissions structZeyla Hellyer2017-06-171-5/+5
* Restructure modulesZeyla Hellyer2017-05-221-0/+1
* Use constant for preset permissionsZeyla Hellyer2017-05-021-17/+41
* Update most dependency version requirementsZeyla Hellyer2017-04-231-3/+3
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-6/+37
* Clippy lints + permission byte literalsZeyla Hellyer2017-04-091-27/+27
* Add slightly more documentationZeyla Hellyer2017-03-251-1/+9
* Remove the 'extras' feature flagAustin Hellyer2016-11-261-3/+0
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-1/+1
* Rename guild structs to Guild and PartialGuildAustin Hellyer2016-11-241-1/+1
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-0/+3
* Add missing permission shorthandsAustin Hellyer2016-11-141-0/+16
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Add Manage Webhooks to permissions 2FA listAustin Hellyer2016-11-081-0/+2
* Add some more documentationAustin Hellyer2016-11-061-1/+1
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
* Fix doc links to enum variantsAustin Hellyer2016-11-051-1/+1
* Add message reactionsAustin Hellyer2016-11-051-6/+18
* Initial commitAustin Hellyer2016-10-181-0/+446