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
/
cache
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'upstream'
Mishio595
2018-11-13
1
-1
/
+11
|
\
|
*
Add configuration for the write lock the cache is using to update (#415)
Erk-
2018-10-15
1
-1
/
+11
*
|
Add back old message on update
Mishio595
2018-09-16
1
-1
/
+1
*
|
EventHandler::message_update with cache feature sends old message if available
Mishio595
2018-09-16
1
-1
/
+1
*
|
Old message is optionally passed with message_update event
Mishio595
2018-09-16
1
-0
/
+42
|
/
*
Revert "Old message on update (#368)"
Zeyla Hellyer
2018-09-13
1
-41
/
+0
*
Old message on update (#368)
Adelyn
2018-08-26
1
-0
/
+41
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-6
/
+4
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+172
*
Fix doc links with no anchor
Zeyla Hellyer
2018-07-11
1
-1
/
+3
*
Add a message cache API (#345)
zeyla
2018-07-09
1
-1
/
+76
*
Make the Cache Update API public (#344)
zeyla
2018-07-05
1
-3
/
+19
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-11
/
+48
*
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
/
+9
*
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-01-31
1
-38
/
+38
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-4
/
+4
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-4
/
+4
*
Fix doc-tests
acdenisSK
2017-11-08
1
-5
/
+5
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-18
/
+44
|
\
|
*
Fix doctests for a variety of feature targets
Zeyla Hellyer
2017-11-01
1
-2
/
+4
|
*
Fix no-client cache tests
Zeyla Hellyer
2017-11-01
1
-11
/
+33
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-2
/
+6
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
1
-3
/
+3
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-3
/
+3
|
\
|
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-3
/
+3
|
*
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-08
1
-10
/
+1
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-43
/
+9
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-9
/
+43
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-29
/
+21
*
|
Generate `Default` for CurrentUser and use it in `Cache::default`
acdenisSK
2017-10-09
1
-10
/
+1
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-43
/
+9
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-9
/
+43
|
/
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-3
/
+3
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-0
/
+1
*
Don't clone in Cache::all_guilds/private_channels
Zeyla Hellyer
2017-09-14
1
-5
/
+3
*
Put the cloning at a later stage
acdenisSK
2017-09-14
1
-2
/
+2
*
Revamp `CacheEventsImpl`
acdenisSK
2017-09-12
1
-3
/
+7
*
Apply rustfmt + fix tests
Zeyla Hellyer
2017-09-09
1
-1
/
+3
*
Implement categories
acdenisSK
2017-09-09
1
-0
/
+8
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-4
/
+4
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-5
/
+5
*
Apply rustfmt
Zeyla Hellyer
2017-08-18
1
-3
/
+3
*
Put `update_user_entry` back into the cache
acdenisSK
2017-08-11
1
-1
/
+12
*
Split event handling in the cache to a trait
acdenisSK
2017-08-10
1
-473
/
+4
*
Remove uneccessary map
acdenisSK
2017-08-04
1
-2
/
+2
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-34
/
+32
*
rustfmt
acdenisSK
2017-07-27
1
-104
/
+130
*
Remove the deprecated functions
acdenisSK
2017-07-11
1
-67
/
+0
*
Actually, use `unreachable!` instead of `panic!`
acdenisSK
2017-07-07
1
-1
/
+1
[next]