| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add From impls for Game, generify Game params | Zeyla Hellyer | 2018-08-01 | 1 | -0/+52 |
| * | Fix some clippy lints | Zeyla Hellyer | 2018-07-15 | 1 | -1/+1 |
| * | Change the way ids and some enums are made (#295) | Leah | 2018-03-23 | 1 | -16/+25 |
| * | Remove useless clones (#292) | Maiddog | 2018-03-17 | 1 | -1/+1 |
| * | Remove GameType::Watching | Zeyla Hellyer | 2018-01-03 | 1 | -32/+0 |
| * | Implement or derive Serialize on all models | Zeyla Hellyer | 2018-01-01 | 1 | -4/+32 |
| * | Add missing 'num' implementations on models | Zeyla Hellyer | 2017-12-27 | 1 | -0/+13 |
| * | Default serde on a couple Ready structfields | Zeyla Hellyer | 2017-12-17 | 1 | -6/+8 |
| * | Break up the model module | Zeyla Hellyer | 2017-12-16 | 1 | -5/+7 |
| * | Revamp the internals of `Args` | acdenisSK | 2017-12-16 | 1 | -3/+3 |
| * | Add the new game types (#219) | Mei Boudreau | 2017-11-16 | 1 | -0/+62 |
| * | Switch to parking_lot::{Mutex, RwLock} | Zeyla Hellyer | 2017-10-10 | 1 | -1/+2 |
| * | `to_owned` -> `to_string` | acdenisSK | 2017-10-09 | 1 | -3/+3 |
| * | Apply rustfmt | Zeyla Hellyer | 2017-09-18 | 1 | -23/+13 |
| * | Add ability to play DCA and Opus files. (#148) | Maiddog | 2017-08-27 | 1 | -13/+23 |
| * | Revamp `RwLock` usage in the lib | acdenisSK | 2017-08-24 | 1 | -23/+13 |
| * | Fix tests (#145) | Maiddog | 2017-08-22 | 1 | -3/+6 |
| * | Apply rustfmt | Zeyla Hellyer | 2017-08-18 | 1 | -8/+16 |
| * | Change the config a bit, and a few nitpicks | acdenisSK | 2017-07-27 | 1 | -19/+15 |
| * | rustfmt | acdenisSK | 2017-07-27 | 1 | -26/+33 |
| * | Add some model docs, deprecate Role::edit_role | Maiddog | 2017-06-03 | 1 | -0/+35 |
| * | Restructure modules | Zeyla Hellyer | 2017-05-22 | 1 | -0/+1 |
| * | Update most dependency version requirements | Zeyla Hellyer | 2017-04-23 | 1 | -4/+4 |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 1 | -36/+152 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -1/+2 |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 1 | -2/+0 |
| * | Alphabetize model method names | Austin Hellyer | 2017-01-08 | 1 | -20/+20 |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 1 | -12/+12 |
| * | Add documentation for models | Illia | 2016-12-04 | 1 | -2/+6 |
| * | Clean up the codebase | Austin Hellyer | 2016-11-29 | 1 | -2/+2 |
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 1 | -0/+2 |
| * | Voice example no longer requires 'extras' | Austin Hellyer | 2016-11-26 | 1 | -1/+0 |
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 1 | -0/+1 |
| * | Catch some clippy lints | Austin Hellyer | 2016-11-25 | 1 | -3/+0 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 1 | -755/+0 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -2/+2 |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 1 | -6/+6 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -2/+2 |
| * | Rework contextual presence methods | Austin Hellyer | 2016-11-19 | 1 | -5/+5 |
| * | Register friend suggestion events | Austin Hellyer | 2016-11-18 | 1 | -0/+27 |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 1 | -0/+4 |
| * | Add voice connection support | Austin Hellyer | 2016-11-14 | 1 | -60/+1 |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 1 | -1/+1 |
| * | Add delete_message_reactions + register event | Austin Hellyer | 2016-11-11 | 1 | -0/+19 |
| * | Map op codes via a macro | Austin Hellyer | 2016-11-09 | 1 | -2/+2 |
| * | Add webhook support | Austin Hellyer | 2016-11-07 | 1 | -0/+16 |
| * | Add a prelude for userland | Austin Hellyer | 2016-11-05 | 1 | -1/+1 |
| * | Add message reactions | Austin Hellyer | 2016-11-05 | 1 | -0/+30 |
| * | Abstract opcodes to enums | Austin Hellyer | 2016-10-22 | 1 | -12/+21 |
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+784 |