aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update mod.rsold_message_on_updatezeyla2018-08-251-2/+2
* Change Cache::message test to no_runMishio5952018-08-251-1/+4
* Change Cache::message test to ignore and move binding for new message in mess...Mishio5952018-08-233-20/+15
* Add docs to Cache::messageMishio5952018-08-121-0/+27
* Merge branch 'master' into old_message_on_updateMishio5952018-08-1282-3598/+5290
|\
| * Resolve conflictsMishio5952018-08-123-9/+9
| |\
| | * Revert "Send silence frames upon connection (Fix #301)"Zeyla Hellyer2018-08-112-5/+3
| | * Add Colour::hexMishio5952018-08-111-0/+16
| * | Resolve conflictsMishio5952018-08-1152-865/+1065
| |\|
| | * Make default-command receive every bit of the command upon failureLakelezz2018-08-111-4/+3
| | * Use one macro instead of the same code twice, avoid seperated changes. (#365)Lakelezz2018-08-111-18/+13
| | * Fix `iter_quoted`'s doctestacdenisSK2018-08-101-2/+3
| | * Fix all the dead links in the docsErk-2018-08-0946-558/+551
| | * [routing] Fix various incorrect routes. (#364)Lymia Aluysia2018-08-081-4/+4
| | * Bump to v0.5.7Zeyla Hellyer2018-08-082-1/+28
| | * [http] Fix some routing issuesZeyla Hellyer2018-08-081-4/+4
| | * Fix erroneous deadlock detected messages. (#363)Lymia Aluysia2018-08-081-10/+10
| | * Decringe an old commentacdenisSK2018-08-081-2/+1
| | * Bump to v0.5.6Zeyla Hellyer2018-08-072-1/+108
| | * TypoacdenisSK2018-08-071-1/+1
| | * Capitalise iacdenisSK2018-08-071-4/+4
| | * Refactor docs in `Args`acdenisSK2018-08-071-83/+102
| | * Reword `ArgError`'s docs a littleacdenisSK2018-08-071-3/+2
| | * Unwrap `rfind`acdenisSK2018-08-071-6/+1
| | * Fix a usage of a private function in a testZeyla Hellyer2018-08-071-1/+1
| | * Fix compilation + tests on certain feature combosZeyla Hellyer2018-08-077-81/+132
| | * Fix some documentation spacingZeyla Hellyer2018-08-071-17/+11
| | * Fixes all of the dead links in permissions. (#359)Erk-2018-08-071-75/+75
| | * Added support for the new PRIORITY_SPEAKER permission (#360)Erk-2018-08-071-0/+8
| | * Fix default command upon shortcut prefix and passing sub-commands to default-...Lakelezz2018-08-072-21/+52
| | * Do not return Result from main in testsacdenisSK2018-08-071-2/+10
| * | Merge branch 'fix-default-command-upon-shortcut-prefix' of https://github.com...fix-default-command-upon-shortcut-prefixMishio5952018-08-062-21/+47
| |\ \
| | * | Update examples to showcase the default-command-possibilities.Lake Lezz2018-08-061-10/+24
| | * | 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 'master' of https://github.com/Mishio595/serenityMishio5952018-08-060-0/+0
| |\ \ \
| | * \ \ Merge branch 'upstream'Mishio5952018-08-023-10/+35
| | |\ \ \
| * | \ \ \ Merge branch 'upstream'Mishio5952018-08-0612-1168/+2424
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | 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
| | * | | Make travis build rustc 1.25.0Zeyla Hellyer2018-08-061-0/+1
| | * | | 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