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
/
user.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix docs for User::has_role
Nikita Pekin
2018-01-05
1
-3
/
+4
*
Fix no-client cache tests
Zeyla Hellyer
2017-11-01
1
-6
/
+6
*
Fix User::has_role
Zeyla Hellyer
2017-10-24
1
-1
/
+5
*
Hash and do equality on just the id for `User`
acdenisSK
2017-10-15
1
-1
/
+17
*
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-08
1
-1
/
+1
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-6
/
+4
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-4
/
+6
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-2
/
+2
*
Fix User::tag and CurrentUser::tag discrim output
Zeyla Hellyer
2017-09-28
1
-1
/
+1
*
Refactor display impls for ids
acdenisSK
2017-09-24
1
-4
/
+0
*
Update bitflags, other dependencies
Zeyla Hellyer
2017-09-21
1
-2
/
+2
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-31
/
+15
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-2
/
+2
*
match to map/?
acdenisSK
2017-09-04
1
-4
/
+1
*
Prevent malformed opus data from crashing the bot process (#149)
Maiddog
2017-08-27
1
-29
/
+32
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-15
/
+30
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-60
/
+44
*
Use cache when possible in UserId's get method (#146)
Maiddog
2017-08-22
1
-1
/
+10
*
Fix rustfmt lines that are too long
Zeyla Hellyer
2017-08-18
1
-1
/
+2
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-7
/
+15
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-9
/
+7
*
rustfmt
acdenisSK
2017-07-27
1
-108
/
+78
*
Remove the deprecated functions
acdenisSK
2017-07-11
1
-35
/
+0
*
Make `User` and `Ban` comparable and hashable
acdenisSK
2017-07-10
1
-1
/
+1
*
Fix doc tests
acdenisSK
2017-07-02
1
-52
/
+67
*
Prevent Direct Messaging other bot users
Zeyla Hellyer
2017-06-26
1
-0
/
+16
*
Fix CurrentUser::invite_url
Ken Swenson
2017-06-13
1
-14
/
+61
*
Deprecate Client::login, add Client::new
Zeyla Hellyer
2017-06-06
1
-3
/
+3
*
Add User::direct_message example
Zeyla Hellyer
2017-06-06
1
-4
/
+26
*
Make User::direct_message/dm accept a builder
Zeyla Hellyer
2017-06-06
1
-13
/
+10
*
Use chrono for struct timestamp fields
Zeyla Hellyer
2017-06-06
1
-3
/
+3
*
Add CurrentUser::face(), User::face()
Zeyla Hellyer
2017-06-04
1
-0
/
+24
*
Alphabetize CurrentUser/User methods
Zeyla Hellyer
2017-06-04
1
-35
/
+35
*
Remove a FQN usage in User::refresh
Zeyla Hellyer
2017-06-04
1
-1
/
+1
*
Move user avatar method logic out
Zeyla Hellyer
2017-06-04
1
-26
/
+34
*
Add CurrentUser::default_avatar_url
Zeyla Hellyer
2017-06-04
1
-0
/
+7
*
Fix compilations across feature combinations
Zeyla Hellyer
2017-06-02
1
-2
/
+5
*
Add User::refresh
Zeyla Hellyer
2017-06-02
1
-0
/
+58
*
Fix no-feature compilations
Zeyla Hellyer
2017-06-01
1
-0
/
+1
*
Deprecate User::get
Zeyla Hellyer
2017-06-01
1
-0
/
+1
*
Deprecate *User::distinct, add *User::tag
Zeyla Hellyer
2017-06-01
1
-16
/
+73
*
Add docs for CurrentUser
Maiddog
2017-05-30
1
-0
/
+103
*
Add CurrentUser::invite_url method
Maiddog
2017-05-27
1
-0
/
+12
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-14
/
+19
*
Remove more remaining selfbot support
Zeyla Hellyer
2017-05-22
1
-146
/
+0
*
Accept references on Into<Id>
Zeyla Hellyer
2017-05-04
1
-0
/
+21
*
Make `User.discriminator` a u16
Zeyla Hellyer
2017-04-25
1
-15
/
+4
*
Fix decoding for `CurrentUser.discriminator`
Zeyla Hellyer
2017-04-25
1
-0
/
+2
*
Deprecate methods prefixed with `get_`
Zeyla Hellyer
2017-04-19
1
-1
/
+1
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-29
/
+290
[next]