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
/
guild
/
guild_id.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `to_`- and `as_`-methods instead of `get` and `find` on Id newtypes
Lakelezz
2018-08-12
1
-5
/
+23
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-52
/
+51
*
Make GuildId::member use the cache when possible (#356)
Maiddog
2018-07-31
1
-1
/
+11
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
1
-10
/
+10
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-19
/
+110
*
Add 'Get Guild Vanity Url' endpoint
Zeyla Hellyer
2018-02-09
1
-0
/
+10
*
Correctly set role's position on new roles
Zeyla Hellyer
2018-01-27
1
-1
/
+7
*
Add functions to reorder a guild's channels
Zeyla Hellyer
2018-01-27
1
-0
/
+18
*
Allow channels to be moved in and out of a category (#248)
Kyle Clemens
2018-01-08
1
-2
/
+4
*
Improve performance of builders even further
acdenisSK
2017-12-27
1
-4
/
+4
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
1
-1
/
+2
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-5
/
+5
*
Fix audit logs a bit
acdenisSK
2017-11-01
1
-1
/
+6
*
Merge v0.4.2
acdenisSK
2017-10-24
1
-1
/
+22
|
\
|
*
Implement changing a role's position (#201)
Ken Swenson
2017-10-19
1
-0
/
+21
|
*
Use the underlaying integer value of a `ChannelType` variant
acdenisSK
2017-10-17
1
-1
/
+1
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-74
/
+17
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-17
/
+74
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-1
/
+1
*
|
Slightly improve performance of builders
Zeyla Hellyer
2017-10-18
1
-6
/
+14
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-2
/
+2
*
|
Revert "Use the de-generification trick."
acdenisSK
2017-10-09
1
-74
/
+17
*
|
Use the de-generification trick.
acdenisSK
2017-10-09
1
-17
/
+74
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-1
/
+1
|
/
*
Refactor display impls for ids
acdenisSK
2017-09-24
1
-5
/
+0
*
Fix compiles of a variety of feature combinations
Zeyla Hellyer
2017-09-18
1
-2
/
+3
*
Remove more non-bot user endpoints
Zeyla Hellyer
2017-09-01
1
-18
/
+0
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-5
/
+5
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-5
/
+5
*
Fix rustfmt lines that are too long
Zeyla Hellyer
2017-08-18
1
-1
/
+3
*
Deprecate `GuildId::as_channel_id` and add simulation methods for the "defaul...
acdenisSK
2017-08-04
1
-0
/
+1
*
Provide the input and limit back to the user, and do some consistencies
acdenisSK
2017-08-01
1
-1
/
+1
*
Change the config a bit, and a few nitpicks
acdenisSK
2017-07-27
1
-15
/
+9
*
rustfmt
acdenisSK
2017-07-27
1
-94
/
+59
*
Add an actual way to fetch audit log entries from a guild
acdenisSK
2017-07-20
1
-0
/
+6
*
Remove the deprecated functions
acdenisSK
2017-07-11
1
-91
/
+0
*
Return an error if the reason the user provided exceeded the limit
acdenisSK
2017-07-10
1
-1
/
+7
*
Use a trait way of overloading the `ban` function instead of an enum
acdenisSK
2017-07-10
1
-22
/
+6
*
Implement attaching reasons to bans
acdenisSK
2017-07-08
1
-5
/
+23
*
Fix compilations across feature combinations
Zeyla Hellyer
2017-06-02
1
-4
/
+5
*
Restructure modules
Zeyla Hellyer
2017-05-22
1
-42
/
+45
*
Fix guild leaving result
Zeyla Hellyer
2017-05-05
1
-1
/
+1
*
Accept references on Into<Id>
Zeyla Hellyer
2017-05-04
1
-0
/
+28
*
Deprecate methods prefixed with `get_`
Zeyla Hellyer
2017-04-19
1
-85
/
+176
*
Add Shard Id helpers
Zeyla Hellyer
2017-04-12
1
-0
/
+43
*
Switch to using serde for deserialization
Zeyla Hellyer
2017-04-11
1
-21
/
+29
*
Remove selfbot support
Zeyla Hellyer
2017-04-05
1
-43
/
+5
*
Rework the models directory
Zeyla Hellyer
2017-03-25
1
-0
/
+525