index
:
serenity
aliases-fix
asref_messageid_for_message
cmd-aliases-fix
colour_hex
debug
fix-default-command-upon-shortcut-prefix
fix_dead_link_in_readme
fix_message_update
group-checks
group-default-command
master
new-mentionable
old_message_on_update
old_message_on_update_v2
routing-fixes
upstream
v0.4.x
v0.6.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update mod.rs
old_message_on_update
zeyla
2018-08-25
1
-2
/
+2
*
Change Cache::message test to no_run
Mishio595
2018-08-25
1
-1
/
+4
*
Change Cache::message test to ignore and move binding for new message in mess...
Mishio595
2018-08-23
3
-20
/
+15
*
Add docs to Cache::message
Mishio595
2018-08-12
1
-0
/
+27
*
Resolve conflicts
Mishio595
2018-08-12
3
-9
/
+9
|
\
|
*
Revert "Send silence frames upon connection (Fix #301)"
Zeyla Hellyer
2018-08-11
2
-5
/
+3
|
*
Add Colour::hex
Mishio595
2018-08-11
1
-0
/
+16
*
|
Resolve conflicts
Mishio595
2018-08-11
50
-864
/
+930
|
\
|
|
*
Make default-command receive every bit of the command upon failure
Lakelezz
2018-08-11
1
-4
/
+3
|
*
Use one macro instead of the same code twice, avoid seperated changes. (#365)
Lakelezz
2018-08-11
1
-18
/
+13
|
*
Fix `iter_quoted`'s doctest
acdenisSK
2018-08-10
1
-2
/
+3
|
*
Fix all the dead links in the docs
Erk-
2018-08-09
46
-558
/
+551
|
*
[routing] Fix various incorrect routes. (#364)
Lymia Aluysia
2018-08-08
1
-4
/
+4
|
*
[http] Fix some routing issues
Zeyla Hellyer
2018-08-08
1
-4
/
+4
|
*
Fix erroneous deadlock detected messages. (#363)
Lymia Aluysia
2018-08-08
1
-10
/
+10
|
*
Decringe an old comment
acdenisSK
2018-08-08
1
-2
/
+1
|
*
Typo
acdenisSK
2018-08-07
1
-1
/
+1
|
*
Capitalise i
acdenisSK
2018-08-07
1
-4
/
+4
|
*
Refactor docs in `Args`
acdenisSK
2018-08-07
1
-83
/
+102
|
*
Reword `ArgError`'s docs a little
acdenisSK
2018-08-07
1
-3
/
+2
|
*
Unwrap `rfind`
acdenisSK
2018-08-07
1
-6
/
+1
|
*
Fix a usage of a private function in a test
Zeyla Hellyer
2018-08-07
1
-1
/
+1
|
*
Fix compilation + tests on certain feature combos
Zeyla Hellyer
2018-08-07
7
-81
/
+132
|
*
Fix some documentation spacing
Zeyla Hellyer
2018-08-07
1
-17
/
+11
|
*
Fixes all of the dead links in permissions. (#359)
Erk-
2018-08-07
1
-75
/
+75
|
*
Added support for the new PRIORITY_SPEAKER permission (#360)
Erk-
2018-08-07
1
-0
/
+8
|
*
Fix default command upon shortcut prefix and passing sub-commands to default-...
Lakelezz
2018-08-07
1
-11
/
+28
|
*
Do not return Result from main in tests
acdenisSK
2018-08-07
1
-2
/
+10
*
|
Merge branch 'fix-default-command-upon-shortcut-prefix' of https://github.com...
fix-default-command-upon-shortcut-prefix
Mishio595
2018-08-06
1
-11
/
+23
|
\
\
|
*
|
Create `Args` only when needed.
Lake Lezz
2018-08-06
1
-9
/
+20
|
*
|
Prevent sub-group-prefixes to picked.
Lake Lezz
2018-08-06
1
-2
/
+3
*
|
|
Merge branch 'upstream'
Mishio595
2018-08-06
11
-1168
/
+2423
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Dereference a destructure instead
Zeyla Hellyer
2018-08-06
1
-3
/
+3
|
*
|
Remove match ergonomics usage
Zeyla Hellyer
2018-08-06
1
-4
/
+4
|
|
/
|
*
Remove usage of inclusive range syntax
Zeyla Hellyer
2018-08-06
1
-1
/
+1
|
*
Pass failed sub-command to default-command (#357)
Lakelezz
2018-08-06
1
-1
/
+2
|
*
Add simple no-parse getters and advancer to `Args`
acdenisSK
2018-08-05
1
-1
/
+67
|
*
Fix Game From impls on no-model compilation
Zeyla Hellyer
2018-08-05
1
-2
/
+10
|
*
Make http::fire, http::request public
Zeyla Hellyer
2018-08-05
2
-48
/
+207
|
*
[http] Abstract out routing methods and paths
Zeyla Hellyer
2018-08-05
3
-654
/
+1694
|
*
Make http::wind perform requests
Zeyla Hellyer
2018-08-05
1
-57
/
+64
|
*
Add an internal http::fire method
Zeyla Hellyer
2018-08-04
1
-259
/
+117
|
*
Remove an unnecessary lifetime on fn signature
Zeyla Hellyer
2018-08-04
1
-1
/
+1
|
*
Redo how requests are formed in HTTP module
Zeyla Hellyer
2018-08-04
3
-616
/
+688
|
*
Maintain a single, re-used HTTP client
Zeyla Hellyer
2018-08-04
2
-35
/
+21
|
*
Update Configuration default value listings
Zeyla Hellyer
2018-08-03
1
-32
/
+84
|
*
Refactor `command::positions` a little
acdenisSK
2018-08-03
1
-12
/
+7
|
*
Fix potential dispatch cache deadlocking + log it
Zeyla Hellyer
2018-08-02
1
-1
/
+12
*
|
Merge branch 'upstream'
Mishio595
2018-08-02
2
-8
/
+22
|
\
|
|
*
Add a test-case for no delimiters
acdenisSK
2018-08-02
1
-0
/
+9
[next]