aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Use `#[serde(default)]` on `nsfw` insteadacdenisSK2017-08-151-3/+1
* Make some functions accept anything that's implemented DisplayacdenisSK2017-08-041-1/+1
* Change the config a bit, and a few nitpicksacdenisSK2017-07-278-174/+115
* rustfmtacdenisSK2017-07-279-381/+413
* Fix is_own codeZeyla Hellyer2017-07-251-1/+1
* Actually, rename it to "is_own" insteadacdenisSK2017-07-261-1/+1
* Add a util function for checking if a message was sent by the bot or someone ...acdenisSK2017-07-261-0/+6
* Fix #130acdenisSK2017-07-221-1/+2
* 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