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
/
misc.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
typos
Zeyla Hellyer
2018-07-14
1
-2
/
+2
*
Abstract impls in Channel's Mentionable impl
Zeyla Hellyer
2018-07-14
1
-4
/
+4
*
Implement Mentionable for Group
Zeyla Hellyer
2018-07-14
1
-0
/
+6
*
Implement Mentionable for PrivateChannel
Zeyla Hellyer
2018-07-14
1
-0
/
+6
*
Implement Mentionable for ChannelCategory
Zeyla Hellyer
2018-07-14
1
-1
/
+7
*
impl Mentionable for GuildChannel (#348)
Adelyn
2018-07-10
1
-0
/
+4
*
Implement Mentionable for CurrentUser
Zeyla Hellyer
2018-05-23
1
-0
/
+6
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-4
/
+4
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-1
/
+3
*
Use a macro to generate FromStr impls
acdenisSK
2017-12-10
1
-177
/
+92
*
Fall back to `str::parse` on `ChannelId` as well
acdenisSK
2017-12-06
1
-7
/
+56
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-4
/
+2
*
Add a fallback to `RoleId::from_str` as well
acdenisSK
2017-10-24
1
-7
/
+8
*
Fall back to `str::parse` if `parse_username` fails
acdenisSK
2017-10-24
1
-3
/
+4
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-5
/
+3
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-30
/
+25
*
Implement categories
acdenisSK
2017-09-09
1
-0
/
+1
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-9
/
+15
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-19
/
+14
*
Allow FromStr for User to use REST (#147)
Maiddog
2017-08-24
1
-6
/
+7
*
Fix tests (#145)
Maiddog
2017-08-22
1
-21
/
+17
*
Cfg the display impls as well
acdenisSK
2017-08-22
1
-0
/
+4
*
Replace `()` with actual error types
acdenisSK
2017-08-22
1
-14
/
+115
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-9
/
+15
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-15
/
+9
*
rustfmt
acdenisSK
2017-07-27
1
-55
/
+31
*
Fix compilations across feature combinations
Zeyla Hellyer
2017-06-02
1
-3
/
+5
*
Add more examples and improve some others
Zeyla Hellyer
2017-05-23
1
-1
/
+1
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-3
/
+10
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-19
/
+74
*
Add slightly more documentation
Zeyla Hellyer
2017-03-25
1
-0
/
+2
*
Optimize caching
Zeyla Hellyer
2017-02-09
1
-5
/
+5
*
Switch to a mostly-fully OOP approach
Austin Hellyer
2017-01-23
1
-4
/
+3
*
Code style cleanup
Austin Hellyer
2017-01-08
1
-0
/
+7
*
Add emoji URL generation methods
Austin Hellyer
2016-12-12
1
-0
/
+9
*
Fix no-cache+method conditional compiles
Austin Hellyer
2016-12-10
1
-3
/
+3
*
Fix some clippy lints
Austin Hellyer
2016-12-09
1
-3
/
+3
*
Allow mentionable structs to be used as command arguments
Illia
2016-12-07
1
-1
/
+81
*
Improve Mentions, fix MessageBuilder
Illia
2016-12-06
1
-33
/
+18
*
Add Context, REST, and model documentation
fwrs
2016-11-27
1
-0
/
+1
*
Add state/framework/etc. conditional compile flags
Austin Hellyer
2016-11-15
1
-0
/
+1
*
Add internal module
Austin Hellyer
2016-11-14
1
-1
/
+1
*
Add a prelude for userland
Austin Hellyer
2016-11-05
1
-1
/
+1
*
Initial commit
Austin Hellyer
2016-10-18
1
-0
/
+95