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
/
mod.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
-2
/
+2
*
Fix all the dead links in the docs
Erk-
2018-08-09
1
-55
/
+52
*
Add From impls for Game, generify Game params
Zeyla Hellyer
2018-08-01
1
-1
/
+0
*
Move unit tests into source
Zeyla Hellyer
2018-08-01
1
-0
/
+107
*
Fix doc links with no anchor
Zeyla Hellyer
2018-07-11
1
-0
/
+3
*
Monomorphize all functions
Zeyla Hellyer
2018-07-04
1
-7
/
+25
*
Change the way ids and some enums are made (#295)
Leah
2018-03-23
1
-53
/
+81
*
Add 'Get Guild Vanity Url' endpoint
Zeyla Hellyer
2018-02-09
1
-0
/
+10
*
Reduce number of clones in the library
Zeyla Hellyer
2018-01-27
1
-16
/
+18
*
Add functions to reorder a guild's channels
Zeyla Hellyer
2018-01-27
1
-0
/
+10
*
Account for guild owners in member hierarchy check
Zeyla Hellyer
2018-01-27
1
-0
/
+15
*
Fix no-cache compilation
acdenisSK
2018-01-20
1
-0
/
+1
*
Allow channels to be moved in and out of a category (#248)
Kyle Clemens
2018-01-08
1
-3
/
+4
*
Fix compilation
Zeyla Hellyer
2018-01-06
1
-1
/
+1
*
Add some role position hierarchy checks
Zeyla Hellyer
2018-01-06
1
-0
/
+17
*
Add Guild::greater_member_hierarchy
Zeyla Hellyer
2018-01-06
1
-0
/
+47
*
Fix permission overwrites in permission building
Zeyla Hellyer
2018-01-05
1
-1
/
+11
*
Implement or derive Serialize on all models
Zeyla Hellyer
2018-01-01
1
-7
/
+13
*
Fix Guild::member_named and add tests
tahahawa
2017-12-24
1
-8
/
+15
*
Update model to include new voice regions (#240)
Ken Swenson
2017-12-23
1
-0
/
+8
*
Fix `Guild` deser without `system_channel_id`
Zeyla Hellyer
2017-12-17
1
-4
/
+4
*
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
/
+57
*
Fix deserialization of `Guild::application_id`
Zeyla Hellyer
2017-12-15
1
-2
/
+2
*
Change type of a couple Guild/PartialGuild fields
Zeyla Hellyer
2017-12-15
1
-4
/
+42
*
Add missing fields to Guild model
Zeyla Hellyer
2017-12-15
1
-0
/
+46
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-5
/
+5
*
Whoops. Add a `FromStr` impl for `ReactionType`
acdenisSK
2017-11-04
1
-4
/
+4
*
Merge v0.4.3
acdenisSK
2017-11-04
1
-27
/
+81
|
\
|
*
Rename `Guild::permissions_for`->`permissions_in`
Zeyla Hellyer
2017-10-30
1
-3
/
+14
|
*
Guild::has_perms: use Guild::member_permissions
Zeyla Hellyer
2017-10-30
1
-22
/
+14
|
*
Add Guild::member_permissions
Zeyla Hellyer
2017-10-30
1
-0
/
+51
*
|
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-1
/
+1
*
|
Fix audit logs a bit
acdenisSK
2017-11-01
1
-1
/
+6
*
|
Merge v0.4.2
acdenisSK
2017-10-24
1
-0
/
+20
|
\
|
|
*
Implement changing a role's position (#201)
Ken Swenson
2017-10-19
1
-0
/
+20
*
|
Remove `on_` prefix to EventHandler tymethods
Zeyla Hellyer
2017-10-22
1
-1
/
+1
*
|
Fix some compilation feature targets, fix lints
Zeyla Hellyer
2017-10-17
1
-1
/
+5
*
|
Change `features` fields to be a Vec<String>
Zeyla Hellyer
2017-10-14
1
-4
/
+9
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-19
/
+220
|
\
|
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-28
/
+28
|
*
Variety of methods to search for `Member`. (#187)
Lakelezz
2017-10-10
1
-12
/
+218
|
*
Find `Member` via substrings, allow case-insensitivity on `members_containing...
Lakelezz
2017-10-07
1
-4
/
+54
|
*
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-07
1
-0
/
+18
|
*
Revert "Use the de-generification trick."
acdenisSK
2017-10-03
1
-20
/
+10
|
*
Use the de-generification trick.
acdenisSK
2017-10-02
1
-10
/
+20
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-2
/
+2
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-17
/
+17
*
|
Find `Member` via substrings, allow case-insensitivity on `members_containing...
Lakelezz
2017-10-09
1
-4
/
+54
*
|
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-09
1
-0
/
+18
[next]