| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rustfmt | acdenisSK | 2017-07-27 | 1 | -19/+19 |
| * | Add an actual way to fetch audit log entries from a guild | acdenisSK | 2017-07-20 | 1 | -0/+2 |
| * | Docs fixes | mei | 2017-06-27 | 1 | -9/+0 |
| * | Make Message::nonce a serde_json::Value | Zeyla Hellyer | 2017-06-23 | 1 | -49/+0 |
| * | Fix negative nonces failing to deserialize | Zeyla Hellyer | 2017-06-10 | 1 | -2/+51 |
| * | Use chrono for struct timestamp fields | Zeyla Hellyer | 2017-06-06 | 1 | -3/+3 |
| * | Restructure modules | Zeyla Hellyer | 2017-05-22 | 1 | -3/+7 |
| * | Reasonably derive Debug on items | Zeyla Hellyer | 2017-05-22 | 1 | -0/+1 |
| * | Remove more remaining selfbot support | Zeyla Hellyer | 2017-05-22 | 1 | -33/+0 |
| * | Fix deserialization for Ids | Zeyla Hellyer | 2017-04-24 | 1 | -1/+9 |
| * | Update most dependency version requirements | Zeyla Hellyer | 2017-04-23 | 1 | -1/+1 |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 1 | -63/+149 |
| * | Rework the models directory | Zeyla Hellyer | 2017-03-25 | 1 | -1/+0 |
| * | Add slightly more documentation | Zeyla Hellyer | 2017-03-25 | 1 | -0/+15 |
| * | Fix a not-if-else lint | Zeyla Hellyer | 2017-02-12 | 1 | -0/+1 |
| * | Optimize caching | Zeyla Hellyer | 2017-02-09 | 1 | -3/+4 |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 1 | -0/+2 |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 1 | -10/+2 |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 1 | -3/+21 |
| * | More config for CreateCommand, add various methods | Illia | 2016-12-10 | 1 | -4/+4 |
| * | Change all try's into ?s | acdenisSK | 2016-12-07 | 1 | -2/+0 |
| * | Improve Mentions, fix MessageBuilder | Illia | 2016-12-06 | 1 | -7/+0 |
| * | Clarify some docs | Austin Hellyer | 2016-11-30 | 1 | -0/+15 |
| * | Move events into their own module | Austin Hellyer | 2016-11-25 | 1 | -2/+4 |
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -4/+4 |
| * | Rename guild structs to Guild and PartialGuild | Austin Hellyer | 2016-11-24 | 1 | -1/+1 |
| * | Rename the State to Cache | Austin Hellyer | 2016-11-22 | 1 | -2/+2 |
| * | Don't unnecessarily borrow some if-lets | Austin Hellyer | 2016-11-21 | 1 | -0/+1 |
| * | Add created_at method to Ids and User | Austin Hellyer | 2016-11-21 | 1 | -0/+7 |
| * | Allow Id/u64 equality comparisons | Austin Hellyer | 2016-11-17 | 1 | -1/+13 |
| * | Add state/framework/etc. conditional compile flags | Austin Hellyer | 2016-11-15 | 1 | -2/+8 |
| * | Decode embed/role colours into Colour struct | Austin Hellyer | 2016-11-14 | 1 | -1/+1 |
| * | Add internal module | Austin Hellyer | 2016-11-14 | 1 | -1/+1 |
| * | Add webhook support | Austin Hellyer | 2016-11-07 | 1 | -0/+4 |
| * | Add a prelude for userland | Austin Hellyer | 2016-11-05 | 1 | -1/+1 |
| * | Fix doc links to enum variants | Austin Hellyer | 2016-11-05 | 1 | -2/+2 |
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+140 |