aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/configuration.rs
Commit message (Expand)AuthorAgeFilesLines
* Quickly rename to `no_dm_prefix`acdenisSK2018-07-141-5/+5
* Allow for nil prefixes in DMsacdenisSK2018-07-141-0/+13
* Add an option for a bot to work only in certain channels (#318)Victor Polevoy2018-05-241-1/+27
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-4/+8
* Add no_run to doctests that initialize a Client (#293)Maiddog2018-03-181-9/+9
* Break up the model moduleZeyla Hellyer2017-12-161-5/+6
* Fix framework doctestsZeyla Hellyer2017-11-181-4/+4
* Fix doc-testsacdenisSK2017-11-161-2/+10
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-3/+3
* Make the Client return a ResultZeyla Hellyer2017-11-031-11/+13
* Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-091-3/+3
* `to_owned` -> `to_string`acdenisSK2017-10-091-3/+3
* Apply rustfmtZeyla Hellyer2017-09-181-33/+18
* Apply rustfmt fixesZeyla Hellyer2017-09-011-1/+2
* Add case insensitivityacdenisSK2017-09-011-0/+12
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-17/+31
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-31/+17
* Move builtin framework impl to its own moduleZeyla Hellyer2017-08-191-0/+451