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
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+68
*
Add note about cache in UserId::get docs
Zeyla Hellyer
2018-07-29
1
-2
/
+3
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
1
-1
/
+1
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-3
/
+5
*
impl From<{,&'a }CurrentUser> for User
Zeyla Hellyer
2018-05-23
1
-0
/
+24
*
Fix docs for User::has_role
Nikita Pekin
2018-01-10
1
-3
/
+4
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
1
-2
/
+2
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-2
/
+2
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-3
/
+3
*
Fix typo (#235)
Lakelezz
2017-12-17
1
-1
/
+1
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-6
/
+8
*
Change type of a couple Guild/PartialGuild fields
Zeyla Hellyer
2017-12-15
1
-14
/
+0
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-6
/
+6
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-6
/
+6
|
\
|
*
Fix no-client cache tests
Zeyla Hellyer
2017-11-01
1
-6
/
+6
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-2
/
+5
*
|
Remove unwraps
acdenisSK
2017-10-24
1
-1
/
+1
*
|
Merge v0.4.2
acdenisSK
2017-10-24
1
-2
/
+22
|
\
|
|
*
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
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
1
-3
/
+3
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-4
/
+8
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-35
/
+32
*
|
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-09
1
-1
/
+1
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-6
/
+4
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-4
/
+6
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
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
[next]