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
/
model
/
channel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Whoops. Add a `FromStr` impl for `ReactionType`
acdenisSK
2017-11-04
1
-0
/
+27
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-1
/
+1
|
\
|
*
Rename `Guild::permissions_for`->`permissions_in`
Zeyla Hellyer
2017-10-30
1
-1
/
+1
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
3
-4
/
+10
*
|
Merge v0.4.2
acdenisSK
2017-10-24
3
-4
/
+19
|
\
|
|
*
Deprecate some text-only Channel methods
Zeyla Hellyer
2017-10-19
1
-0
/
+11
|
*
defer to `delete_message` if there's just one message to delete
acdenisSK
2017-10-16
2
-4
/
+8
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
2
-4
/
+4
*
|
Change CreateEmbed::field{,s} to not take builders
Zeyla Hellyer
2017-10-18
1
-4
/
+19
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
5
-35
/
+39
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-2
/
+2
|
\
|
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-2
/
+2
|
*
Fix a typo
acdenisSK
2017-10-05
1
-1
/
+1
|
*
Use an as_ref hack
acdenisSK
2017-10-05
2
-3
/
+3
|
*
Replace slice parametres by IntoIterator (#177)
François Triquet
2017-10-05
4
-4
/
+4
|
*
Fix most clippy warnings
Maiddog
2017-10-04
1
-1
/
+1
|
*
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-04
5
-5
/
+5
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
4
-72
/
+15
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
4
-15
/
+72
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
4
-10
/
+10
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
6
-41
/
+41
*
|
Fix a typo
acdenisSK
2017-10-09
1
-1
/
+1
*
|
Use an as_ref hack
acdenisSK
2017-10-09
2
-3
/
+3
*
|
Replace slice parametres by IntoIterator (#177)
François Triquet
2017-10-09
4
-4
/
+4
*
|
Fix most clippy warnings
Maiddog
2017-10-09
1
-1
/
+1
*
|
Replace Vec parameters by IntoIterator (#176)
François Triquet
2017-10-09
5
-5
/
+5
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
4
-72
/
+15
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
4
-15
/
+72
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
4
-10
/
+10
|
/
*
Use `request_client!` for attachment downloading (#165)
Benjamin Cheng
2017-09-26
1
-1
/
+1
*
Refactor display impls for ids
acdenisSK
2017-09-24
1
-5
/
+0
*
Update bitflags, other dependencies
Zeyla Hellyer
2017-09-21
4
-21
/
+21
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
9
-96
/
+50
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
8
-28
/
+50
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-1
/
+3
*
Gate ChannelCategory impl behind 'model' feature
Zeyla Hellyer
2017-09-18
1
-0
/
+1
*
if let -> and_then/map
acdenisSK
2017-09-17
1
-5
/
+1
*
serde rename `kind` to `type`
acdenisSK
2017-09-09
1
-0
/
+1
*
Apply rustfmt + fix tests
Zeyla Hellyer
2017-09-09
3
-6
/
+24
*
`parent_id` -> `category_id`
acdenisSK
2017-09-09
2
-4
/
+6
*
Implement categories
acdenisSK
2017-09-09
4
-0
/
+149
*
Prevent malformed opus data from crashing the bot process (#149)
Maiddog
2017-08-27
1
-25
/
+28
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
6
-50
/
+90
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
7
-130
/
+92
*
Fix tests (#145)
Maiddog
2017-08-22
1
-0
/
+1
*
Have the variants be renamed to use snake_case
acdenisSK
2017-08-22
1
-1
/
+1
*
Move builtin framework impl to its own module
Zeyla Hellyer
2017-08-19
1
-2
/
+2
*
Revert back to `deserialize_map`
acdenisSK
2017-08-19
1
-3
/
+1
*
`name` in reactions can be nullable
acdenisSK
2017-08-19
1
-30
/
+8
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
7
-40
/
+78
[prev]
[next]