| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Refactor the display stuff a bit | acdenisSK | 2017-08-04 | 1 | -53/+16 | |
| * | Make so content and language can be of different types | acdenisSK | 2017-08-04 | 1 | -2/+2 | |
| * | Also make the message builder use Display | acdenisSK | 2017-08-04 | 1 | -53/+119 | |
| * | Make colour implement `From<(u8, u8, u8)>` | acdenisSK | 2017-08-01 | 1 | -0/+5 | |
| * | Fix failing tests (#133) | Andrej | 2017-07-31 | 1 | -2/+3 | |
| * | Remove a few clones | acdenisSK | 2017-07-29 | 1 | -8/+6 | |
| * | Change the config a bit, and a few nitpicks | acdenisSK | 2017-07-27 | 1 | -6/+4 | |
| * | rustfmt | acdenisSK | 2017-07-27 | 3 | -69/+41 | |
| * | Remove the deprecated functions | acdenisSK | 2017-07-11 | 1 | -36/+0 | |
| * | Add Content for MessageBuilder | Skye | 2017-05-30 | 2 | -11/+195 | |
| * | Add _line + _line_safe methods to MessageBuilder | Maiddog | 2017-05-28 | 1 | -0/+250 | |
| * | Add more examples and improve some others | Zeyla Hellyer | 2017-05-23 | 3 | -28/+353 | |
| * | Restructure modules | Zeyla Hellyer | 2017-05-22 | 13 | -1507/+4 | |
| * | Reasonably derive Debug on items | Zeyla Hellyer | 2017-05-22 | 11 | -20/+15 | |
| * | Fix internal enum being exported | Zeyla Hellyer | 2017-05-13 | 1 | -1/+0 | |
| * | Add faded_purple to colour list | Mei | 2017-05-13 | 1 | -1/+3 | |
| * | Use constant for preset permissions | Zeyla Hellyer | 2017-05-02 | 1 | -2/+2 | |
| * | Add `is_nsfw` check to channels | Zeyla Hellyer | 2017-04-26 | 1 | -0/+53 | |
| * | Update most dependency version requirements | Zeyla Hellyer | 2017-04-23 | 1 | -4/+4 | |
| * | Check for embed lengths on message sends | Zeyla Hellyer | 2017-04-19 | 1 | -3/+3 | |
| * | Deprecate methods prefixed with `get_` | Zeyla Hellyer | 2017-04-19 | 1 | -26/+62 | |
| * | Add Shard Id helpers | Zeyla Hellyer | 2017-04-12 | 1 | -0/+18 | |
| * | Switch to using serde for deserialization | Zeyla Hellyer | 2017-04-11 | 12 | -224/+324 | |
| * | Remove selfbot support | Zeyla Hellyer | 2017-04-05 | 3 | -322/+1 | |
| * | Update search params | Zeyla Hellyer | 2017-03-25 | 2 | -201/+135 | |
| * | Add slightly more documentation | Zeyla Hellyer | 2017-03-25 | 1 | -0/+2 | |
| * | Remove sending message nonces | Zeyla Hellyer | 2017-02-27 | 1 | -10/+0 | |
| * | Add missing send_file/send_message impls | Zeyla Hellyer | 2017-02-25 | 1 | -3/+10 | |
| * | Update doctests for Context changes | Zeyla Hellyer | 2017-02-15 | 5 | -15/+14 | |
| * | Add method to EditGuild to transfer ownership | Zeyla Hellyer | 2017-02-07 | 1 | -1/+8 | |
| * | Remove lifetime on Search | Zeyla Hellyer | 2017-02-07 | 1 | -4/+4 | |
| * | Fix docs links | Austin Hellyer | 2017-01-24 | 7 | -17/+21 | |
| * | Switch to a mostly-fully OOP approach | Austin Hellyer | 2017-01-23 | 1 | -19/+0 | |
| * | allow quotes to be escaped in quote parser | Illia | 2017-01-15 | 1 | -1/+5 | |
| * | Convert Colour to be a tuple struct | Austin Hellyer | 2017-01-13 | 3 | -24/+17 | |
| * | Stop abusing unicode for sanitisation | Illia | 2017-01-11 | 1 | -6/+6 | |
| * | Use zero-width space for mention prevention | Illia | 2017-01-11 | 1 | -13/+13 | |
| * | Use CDN for default avatars | Austin Hellyer | 2017-01-09 | 1 | -1/+4 | |
| * | Add User::default_avatar_url() method | Austin Hellyer | 2017-01-08 | 1 | -0/+10 | |
| * | Add Rohrkatze Blue to Colour struct | Brendan McCarthy | 2017-01-06 | 1 | -0/+2 | |
| * | Fix rs suffix | Illia | 2017-01-05 | 2 | -2/+2 | |
| * | Add Meibi Pink to colours | Mei | 2017-01-02 | 1 | -0/+2 | |
| * | Implement context message queueing | Taavi | 2017-01-01 | 1 | -6/+5 | |
| * | Fix doctest | Austin Hellyer | 2016-12-31 | 1 | -12/+17 | |
| * | Fix typo | Illia | 2016-12-31 | 3 | -6/+6 | |
| * | Add guild and channel search | Austin Hellyer | 2016-12-29 | 2 | -0/+381 | |
| * | Use conditional blocks over macros | Austin Hellyer | 2016-12-29 | 1 | -112/+0 | |
| * | Remove image/thumbnail embed builders | Austin Hellyer | 2016-12-18 | 2 | -84/+13 | |
| * | Allow time::Tm to be passed into embed timestamp | Austin Hellyer | 2016-12-18 | 1 | -9/+44 | |
| * | No Z or +XX:XX | Christopher F | 2016-12-18 | 1 | -3/+4 | |