aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel
Commit message (Expand)AuthorAgeFilesLines
...
* Whoops. Add a `FromStr` impl for `ReactionType`acdenisSK2017-11-041-0/+27
* 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-033-4/+10
* | Merge v0.4.2acdenisSK2017-10-243-4/+19
|\|
| * Deprecate some text-only Channel methodsZeyla Hellyer2017-10-191-0/+11
| * defer to `delete_message` if there's just one message to deleteacdenisSK2017-10-162-4/+8
* | Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-222-4/+4
* | Change CreateEmbed::field{,s} to not take buildersZeyla Hellyer2017-10-181-4/+19
* | Slightly improve performance of buildersZeyla Hellyer2017-10-185-35/+39
* | Update to account for changes made in 0.4.1acdenisSK2017-10-141-2/+2
|\|
| * Fix clippy lintsZeyla Hellyer2017-10-111-2/+2
| * Fix a typoacdenisSK2017-10-051-1/+1
| * Use an as_ref hackacdenisSK2017-10-052-3/+3
| * Replace slice parametres by IntoIterator (#177)François Triquet2017-10-054-4/+4
| * Fix most clippy warningsMaiddog2017-10-041-1/+1
| * Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-045-5/+5
| * Revert "Use the de-generification trick."acdenisSK2017-10-034-72/+15
| * Use the de-generification trick.acdenisSK2017-10-024-15/+72
| * `to_owned` -> `to_string`acdenisSK2017-10-014-10/+10
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-106-41/+41
* | Fix a typoacdenisSK2017-10-091-1/+1
* | Use an as_ref hackacdenisSK2017-10-092-3/+3
* | Replace slice parametres by IntoIterator (#177)François Triquet2017-10-094-4/+4
* | Fix most clippy warningsMaiddog2017-10-091-1/+1
* | Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-095-5/+5
* | Revert "Use the de-generification trick."acdenisSK2017-10-094-72/+15
* | Use the de-generification trick.acdenisSK2017-10-094-15/+72
* | `to_owned` -> `to_string`acdenisSK2017-10-094-10/+10
|/
* Use `request_client!` for attachment downloading (#165)Benjamin Cheng2017-09-261-1/+1
* Refactor display impls for idsacdenisSK2017-09-241-5/+0
* Update bitflags, other dependenciesZeyla Hellyer2017-09-214-21/+21
* Apply rustfmtZeyla Hellyer2017-09-189-96/+50
* Fix compiles of a variety of feature combinationsZeyla Hellyer2017-09-188-28/+50
* Apply rustfmtZeyla Hellyer2017-09-181-1/+3
* Gate ChannelCategory impl behind 'model' featureZeyla Hellyer2017-09-181-0/+1
* if let -> and_then/mapacdenisSK2017-09-171-5/+1
* serde rename `kind` to `type`acdenisSK2017-09-091-0/+1
* Apply rustfmt + fix testsZeyla Hellyer2017-09-093-6/+24
* `parent_id` -> `category_id`acdenisSK2017-09-092-4/+6
* Implement categoriesacdenisSK2017-09-094-0/+149
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-271-25/+28
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-276-50/+90
* Revamp `RwLock` usage in the libacdenisSK2017-08-247-130/+92
* Fix tests (#145)Maiddog2017-08-221-0/+1
* Have the variants be renamed to use snake_caseacdenisSK2017-08-221-1/+1
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-2/+2
* Revert back to `deserialize_map`acdenisSK2017-08-191-3/+1
* `name` in reactions can be nullableacdenisSK2017-08-191-30/+8
* Apply rustfmtZeyla Hellyer2017-08-187-40/+78