aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel/guild_channel.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix NSFW Checks (#418)Lakelezz2018-10-201-5/+1
* Fix GuildChannel::_permissions_for on no-cacheZeyla Hellyer2018-08-151-1/+2
* Fix all the dead links in the docsErk-2018-08-091-42/+45
* Monomorphize all functionsZeyla Hellyer2018-07-041-0/+5
* Fix nsfw related docs (#299)Lakelezz2018-04-041-7/+7
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-2/+12
* Check message ID count in `delete_messages`Zeyla Hellyer2018-01-271-3/+6
* Fix compilation for some feature combinationsZeyla Hellyer2018-01-201-0/+2
* Add an `EditMessage` builderZeyla Hellyer2018-01-181-5/+5
* Further generic-ify `reaction_users` `after` paramZeyla Hellyer2018-01-051-9/+10
* Move `VecMap` to `utils`acdenisSK2018-01-021-2/+2
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-1/+1
* Improve performance of builders even furtheracdenisSK2017-12-271-4/+4
* Break up the model moduleZeyla Hellyer2017-12-161-19/+15
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-4/+4
* Merge v0.4.3acdenisSK2017-11-041-1/+1
|\
| * Rename `Guild::permissions_for`->`permissions_in`Zeyla Hellyer2017-10-301-1/+1
* | Make the Client return a ResultZeyla Hellyer2017-11-031-2/+6
* | Merge v0.4.2acdenisSK2017-10-241-1/+1
|\|
| * defer to `delete_message` if there's just one message to deleteacdenisSK2017-10-161-1/+1
| * Replace slice parametres by IntoIterator (#177)François Triquet2017-10-051-1/+1
| * Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-041-1/+1
| * `to_owned` -> `to_string`acdenisSK2017-10-011-4/+4
* | Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-221-2/+2
* | Slightly improve performance of buildersZeyla Hellyer2017-10-181-13/+9
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-11/+11
* | Replace slice parametres by IntoIterator (#177)François Triquet2017-10-091-1/+1
* | Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-1/+1
* | `to_owned` -> `to_string`acdenisSK2017-10-091-4/+4
|/
* Update bitflags, other dependenciesZeyla Hellyer2017-09-211-12/+12
* Apply rustfmtZeyla Hellyer2017-09-181-10/+3
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-181-2/+2
* Apply rustfmt + fix testsZeyla Hellyer2017-09-091-3/+3
* `parent_id` -> `category_id`acdenisSK2017-09-091-1/+2
* Implement categoriesacdenisSK2017-09-091-0/+2
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-4/+11
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-12/+4
* Apply rustfmtZeyla Hellyer2017-08-181-3/+10
* Use `#[serde(default)]` on `nsfw` insteadacdenisSK2017-08-151-3/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-23/+15
* rustfmtacdenisSK2017-07-271-69/+71
* Fix the tests (#129)Bond-0092017-07-211-1/+1
* Implement the new way of knowing some channels as "nsfw"acdenisSK2017-07-181-1/+14
* Fix GuildChannel::permissions_for doctestsZeyla Hellyer2017-07-151-5/+5
* Fix more doc testsacdenisSK2017-07-141-1/+1
* Add `ChannelId,PrivateChannel,GuildChannel::name` functionsacdenisSK2017-07-141-0/+5
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-131-2/+0
* Remove the deprecated functionsacdenisSK2017-07-111-31/+0
* Fix doc testsacdenisSK2017-07-021-36/+43
* Docs fixesmei2017-06-271-6/+6