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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extraneous spaces at the end of lines
Zeyla Hellyer
2018-06-17
1
-2
/
+2
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-4
/
+10
*
Fix no-model compiler warnings
Zeyla Hellyer
2018-01-10
1
-1
/
+0
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-240
/
+28
*
Fix deserialization of `Guild::application_id`
Zeyla Hellyer
2017-12-15
1
-0
/
+2
*
Fix snowflake deserializer
Zeyla Hellyer
2017-12-09
1
-1
/
+1
*
Make the comment for the `AsRef` impl more clear
acdenisSK
2017-12-06
1
-1
/
+3
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-1
/
+1
*
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-2
/
+3
*
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-09
1
-1
/
+1
*
Add an and
acdenisSK
2017-10-09
1
-1
/
+1
*
Use an as_ref hack
acdenisSK
2017-10-09
1
-0
/
+7
*
Refactor display impls for ids
acdenisSK
2017-09-24
1
-1
/
+7
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-30
/
+15
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-16
/
+31
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-31
/
+16
*
Clippy lints
Zeyla Hellyer
2017-08-18
1
-1
/
+1
*
rustfmt
acdenisSK
2017-07-27
1
-19
/
+19
*
Add an actual way to fetch audit log entries from a guild
acdenisSK
2017-07-20
1
-0
/
+2
*
Docs fixes
mei
2017-06-27
1
-9
/
+0
*
Make Message::nonce a serde_json::Value
Zeyla Hellyer
2017-06-23
1
-49
/
+0
*
Fix negative nonces failing to deserialize
Zeyla Hellyer
2017-06-10
1
-2
/
+51
*
Use chrono for struct timestamp fields
Zeyla Hellyer
2017-06-06
1
-3
/
+3
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-3
/
+7
*
Reasonably derive Debug on items
Zeyla Hellyer
2017-05-22
1
-0
/
+1
*
Remove more remaining selfbot support
Zeyla Hellyer
2017-05-22
1
-33
/
+0
*
Fix deserialization for Ids
Zeyla Hellyer
2017-04-24
1
-1
/
+9
*
Update most dependency version requirements
Zeyla Hellyer
2017-04-23
1
-1
/
+1
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-63
/
+149
*
Rework the models directory
Zeyla Hellyer
2017-03-25
1
-1
/
+0
*
Add slightly more documentation
Zeyla Hellyer
2017-03-25
1
-0
/
+15
*
Fix a not-if-else lint
Zeyla Hellyer
2017-02-12
1
-0
/
+1
*
Optimize caching
Zeyla Hellyer
2017-02-09
1
-3
/
+4
*
Fix docs links
Austin Hellyer
2017-01-24
1
-0
/
+2
*
Switch to a mostly-fully OOP approach
Austin Hellyer
2017-01-23
1
-10
/
+2
*
Add guild and channel search
Austin Hellyer
2016-12-29
1
-3
/
+21
*
More config for CreateCommand, add various methods
Illia
2016-12-10
1
-4
/
+4
*
Change all try's into ?s
acdenisSK
2016-12-07
1
-2
/
+0
*
Improve Mentions, fix MessageBuilder
Illia
2016-12-06
1
-7
/
+0
*
Clarify some docs
Austin Hellyer
2016-11-30
1
-0
/
+15
*
Move events into their own module
Austin Hellyer
2016-11-25
1
-2
/
+4
*
Rename PublicChannel to GuildChannel
Austin Hellyer
2016-11-25
1
-4
/
+4
*
Rename guild structs to Guild and PartialGuild
Austin Hellyer
2016-11-24
1
-1
/
+1
*
Rename the State to Cache
Austin Hellyer
2016-11-22
1
-2
/
+2
*
Don't unnecessarily borrow some if-lets
Austin Hellyer
2016-11-21
1
-0
/
+1
*
Add created_at method to Ids and User
Austin Hellyer
2016-11-21
1
-0
/
+7
*
Allow Id/u64 equality comparisons
Austin Hellyer
2016-11-17
1
-1
/
+13
*
Add state/framework/etc. conditional compile flags
Austin Hellyer
2016-11-15
1
-2
/
+8
*
Decode embed/role colours into Colour struct
Austin Hellyer
2016-11-14
1
-1
/
+1
*
Add internal module
Austin Hellyer
2016-11-14
1
-1
/
+1
[next]