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
/
utils
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Function to neutralise Mentions (#414)
Lakelezz
2018-10-30
1
-3
/
+529
*
Fix NSFW Checks (#418)
Lakelezz
2018-10-20
1
-0
/
+2
*
Generalise mention parsing
acdenisSK
2018-09-22
1
-0
/
+25
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-1
/
+1
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+51
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-1
/
+4
*
properly fix the is_nsfw check this time
acdenisSK
2018-07-02
1
-1
/
+1
*
Simplify utils::is_nsfw
Zeyla Hellyer
2018-07-02
1
-9
/
+1
*
Fix 'nsfw-' case in utils::is_nsfw
Zeyla Hellyer
2018-07-02
1
-1
/
+1
*
Fix utils::is_nsfw string slicing
Zeyla Hellyer
2018-07-02
1
-4
/
+6
*
Fix typo'd word `retrieve` (#307)
Lakelezz
2018-04-14
1
-4
/
+4
*
Fix nsfw related docs (#299)
Lakelezz
2018-04-04
1
-4
/
+0
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-9
/
+13
*
Change the way ids and some enums are made (#295)
Leah
2018-03-23
1
-1
/
+1
*
Fix broken docs links caused by model mod changes
Zeyla Hellyer
2018-01-31
1
-5
/
+5
*
Move `VecMap` to `utils`
acdenisSK
2018-01-02
1
-1
/
+2
*
Remove builder re-export in utils
Zeyla Hellyer
2018-01-02
1
-4
/
+0
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-0
/
+12
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
1
-4
/
+4
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-2
/
+4
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-1
/
+0
*
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-2
/
+16
*
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-2
/
+2
*
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-4
/
+4
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-0
/
+5
*
Apply rustfmt fixes
Zeyla Hellyer
2017-08-22
1
-6
/
+8
*
Add `with_config{_mut}`
acdenisSK
2017-08-23
1
-0
/
+40
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-6
/
+4
*
rustfmt
acdenisSK
2017-07-27
1
-12
/
+12
*
Add Content for MessageBuilder
Skye
2017-05-30
1
-2
/
+1
*
Add more examples and improve some others
Zeyla Hellyer
2017-05-23
1
-11
/
+143
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-5
/
+4
*
Add `is_nsfw` check to channels
Zeyla Hellyer
2017-04-26
1
-0
/
+53
*
Add Shard Id helpers
Zeyla Hellyer
2017-04-12
1
-0
/
+18
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-13
/
+0
*
allow quotes to be escaped in quote parser
Illia
2017-01-15
1
-1
/
+5
*
Abstract command fields to types
Austin Hellyer
2016-12-09
1
-15
/
+13
*
Command builder, quoted args, and multi-prefixes
Illia
2016-12-09
1
-0
/
+46
*
Change all try's into ?s
acdenisSK
2016-12-07
1
-1
/
+1
*
Allow mentionable structs to be used as command arguments
Illia
2016-12-07
1
-0
/
+83
*
Clean up the codebase
Austin Hellyer
2016-11-29
1
-54
/
+0
*
Improve docs and add new message builder methods
Illia K
2016-11-28
1
-8
/
+2
*
Remove the 'extras' feature flag
Austin Hellyer
2016-11-26
1
-2
/
+0
*
A bit of docs
Austin Hellyer
2016-11-18
1
-4
/
+27
*
Add state/framework/etc. conditional compile flags
Austin Hellyer
2016-11-15
1
-79
/
+11
*
Add voice connection support
Austin Hellyer
2016-11-14
1
-1
/
+50
*
Add internal module
Austin Hellyer
2016-11-14
1
-1
/
+1
*
Move the builders to the utils
Austin Hellyer
2016-11-13
1
-0
/
+2
*
Fix some clippy lints
Austin Hellyer
2016-11-10
1
-0
/
+3
*
Map op codes via a macro
Austin Hellyer
2016-11-09
1
-0
/
+26
[next]