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
/
utils.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-3
/
+5
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-0
/
+48
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-1
/
+10
*
Merge branch 'branch-v0.4.5' into v0.5.0
Zeyla Hellyer
2017-12-09
1
-2
/
+2
|
\
|
*
Fix remaining deserializers
Zeyla Hellyer
2017-12-09
1
-2
/
+2
*
|
Tune down repetition with a macro
acdenisSK
2017-11-30
1
-56
/
+31
*
|
Add Debug derives to more public types
thelearnerofcode
2017-11-07
1
-0
/
+2
*
|
Whoops. Add a `FromStr` impl for `ReactionType`
acdenisSK
2017-11-04
1
-1
/
+0
*
|
Merge v0.4.3
acdenisSK
2017-11-04
1
-1
/
+4
|
\
|
|
*
Rename `Guild::permissions_for`->`permissions_in`
Zeyla Hellyer
2017-10-30
1
-1
/
+1
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-10
/
+8
|
/
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-7
/
+5
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-2
/
+2
*
Apply rustfmt + fix tests
Zeyla Hellyer
2017-09-09
1
-1
/
+2
*
Implement categories
acdenisSK
2017-09-09
1
-2
/
+4
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-7
/
+8
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-8
/
+7
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-5
/
+6
*
rustfmt
acdenisSK
2017-07-27
1
-32
/
+34
*
Make Message::nonce a serde_json::Value
Zeyla Hellyer
2017-06-23
1
-31
/
+0
*
Fix negative nonces failing to deserialize
Zeyla Hellyer
2017-06-10
1
-0
/
+31
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-5
/
+5
*
Fix permissions when sending to DMs or groups
alex
2017-05-07
1
-3
/
+12
*
Fix decoding for `CurrentUser.discriminator`
Zeyla Hellyer
2017-04-25
1
-0
/
+37
*
Fix deserialization for Ids
Zeyla Hellyer
2017-04-24
1
-0
/
+39
*
Update most dependency version requirements
Zeyla Hellyer
2017-04-23
1
-9
/
+9
*
Deprecate methods prefixed with `get_`
Zeyla Hellyer
2017-04-19
1
-5
/
+3
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-117
/
+48
*
Remove selfbot support
Zeyla Hellyer
2017-04-05
1
-100
/
+0
*
Fix Member methods due to variant joined_at values
Zeyla Hellyer
2017-03-20
1
-16
/
+18
*
Optimize caching
Zeyla Hellyer
2017-02-09
1
-10
/
+11
*
Properly drop on binds
Austin Hellyer
2017-01-24
1
-3
/
+3
*
Switch to a mostly-fully OOP approach
Austin Hellyer
2017-01-23
1
-4
/
+4
*
Code style cleanup
Austin Hellyer
2017-01-08
1
-5
/
+8
*
Add guild and channel search
Austin Hellyer
2016-12-29
1
-0
/
+30
*
Accept u64 shard counts
Austin Hellyer
2016-12-26
1
-3
/
+3
*
More config for CreateCommand, add various methods
Illia
2016-12-10
1
-1
/
+1
*
Fix no-cache+method conditional compiles
Austin Hellyer
2016-12-10
1
-3
/
+3
*
Change all try's into ?s
acdenisSK
2016-12-07
1
-19
/
+19
*
Clean up the codebase
Austin Hellyer
2016-11-29
1
-20
/
+1
*
Optimize for cached, non-method compiles
Austin Hellyer
2016-11-28
1
-7
/
+0
*
Make Cache::get_channel return a reference
Austin Hellyer
2016-11-26
1
-2
/
+4
*
Rename PublicChannel to GuildChannel
Austin Hellyer
2016-11-25
1
-2
/
+2
*
Allow compiling with only either cache or methods
Austin Hellyer
2016-11-24
1
-0
/
+7
*
Change the CACHE to be an RwLock
Austin Hellyer
2016-11-22
1
-1
/
+1
*
Rename the State to Cache
Austin Hellyer
2016-11-22
1
-7
/
+7
*
Rename state methods from find_ to get_
Austin Hellyer
2016-11-19
1
-2
/
+2
*
Add state/framework/etc. conditional compile flags
Austin Hellyer
2016-11-15
1
-2
/
+6
*
Add voice connection support
Austin Hellyer
2016-11-14
1
-1
/
+5
*
Add internal module
Austin Hellyer
2016-11-14
1
-1
/
+1
[next]