aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-default-command-upon-shortcut-prefix' of https://github.com...fix-default-command-upon-shortcut-prefixMishio5952018-08-061-11/+23
|\
| * Create `Args` only when needed.Lake Lezz2018-08-061-9/+20
| * Prevent sub-group-prefixes to picked.Lake Lezz2018-08-061-2/+3
* | Merge branch 'upstream'Mishio5952018-08-0611-1168/+2423
|\ \
| * | Dereference a destructure insteadZeyla Hellyer2018-08-061-3/+3
| * | Remove match ergonomics usageZeyla Hellyer2018-08-061-4/+4
| |/
| * Remove usage of inclusive range syntaxZeyla Hellyer2018-08-061-1/+1
| * Pass failed sub-command to default-command (#357)Lakelezz2018-08-061-1/+2
| * Add simple no-parse getters and advancer to `Args`acdenisSK2018-08-051-1/+67
| * Fix Game From impls on no-model compilationZeyla Hellyer2018-08-051-2/+10
| * Make http::fire, http::request publicZeyla Hellyer2018-08-052-48/+207
| * [http] Abstract out routing methods and pathsZeyla Hellyer2018-08-053-654/+1694
| * Make http::wind perform requestsZeyla Hellyer2018-08-051-57/+64
| * Add an internal http::fire methodZeyla Hellyer2018-08-041-259/+117
| * Remove an unnecessary lifetime on fn signatureZeyla Hellyer2018-08-041-1/+1
| * Redo how requests are formed in HTTP moduleZeyla Hellyer2018-08-043-616/+688
| * Maintain a single, re-used HTTP clientZeyla Hellyer2018-08-042-35/+21
| * Update Configuration default value listingsZeyla Hellyer2018-08-031-32/+84
| * Refactor `command::positions` a littleacdenisSK2018-08-031-12/+7
| * Fix potential dispatch cache deadlocking + log itZeyla Hellyer2018-08-021-1/+12
* | Merge branch 'upstream'Mishio5952018-08-022-8/+22
|\|
| * Add a test-case for no delimitersacdenisSK2018-08-021-0/+9
| * Check if message is empty tooacdenisSK2018-08-021-1/+1
| * Add missing `mut`acdenisSK2018-08-021-1/+1
| * Handle no delimitersacdenisSK2018-08-021-7/+12
* | fix a line in cache/mod.rsMishio5952018-08-021-2/+2
* | Merge branch 'upstream'Mishio5952018-08-0120-82/+1362
|\|
| * Don't delay Ready with cache enabledZeyla Hellyer2018-08-011-46/+5
| * De-cringe a commentacdenisSK2018-08-011-3/+3
| * Add From impls for Game, generify Game paramsZeyla Hellyer2018-08-014-13/+76
| * Move unit tests into sourceZeyla Hellyer2018-08-0112-0/+1242
| * Reword the inner doc comment in `complex_bucket`acdenisSK2018-08-011-11/+15
| * Deprecate Context::edit_profileZeyla Hellyer2018-07-311-0/+1
| * Make GuildId::member use the cache when possible (#356)Maiddog2018-07-311-1/+11
| * Reduce minimal Rust version to 1.25Zeyla Hellyer2018-07-292-4/+4
| * Add note about cache in UserId::get docsZeyla Hellyer2018-07-291-2/+3
| * Add `impl AsRef<MessageId> for Message` (#355)Adelyn2018-07-251-0/+6
| * Fix `ChannelId::send_message`'s dead linksacdenisSK2018-07-251-3/+3
* | Merge branch 'asref_messageid_for_message'Mishio5952018-07-241-0/+6
|\ \
| * | Add `impl AsRef<MessageId> for Message`asref_messageid_for_messageMishio5952018-07-241-0/+6
| |/
* | Merge branch 'old_message_on_update'Mishio5952018-07-244-27/+64
|\ \
| * | EventHandler::message_update with cache feature sends old message if availableMishio5952018-07-244-27/+64
| |/
* / add method Colour::hexcolour_hexMishio5952018-07-241-0/+14
|/
* Fallback to default-command if passed sub-command is wrongLakelezz2018-07-241-50/+59
* Compare built up length with original user-input instead of iterationsLakelezz2018-07-241-5/+16
* Some minor changes to `Args`acdenisSK2018-07-211-10/+9
* Add default-commands for command-groups (#351)Lakelezz2018-07-213-7/+51
* Do not suggest command if no command is actually related to input. (#350)Lakelezz2018-07-201-1/+1
* Use `current` to figure out the end quoteacdenisSK2018-07-191-17/+4
* Style LineacdenisSK2018-07-191-0/+1