| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the `I` bound for the language param and fix `push_mono_safe` | acdenisSK | 2017-08-08 | 1 | -5/+5 |
| | | |||||
| * | Fix the test `message_content_safe` | acdenisSK | 2017-08-06 | 1 | -67/+78 |
| | | | | | This commit does NOT interfere with the "accept Display" change to the builder | ||||
| * | >.> | acdenisSK | 2017-08-05 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix failing tests (#133) | Andrej | 2017-07-31 | 1 | -2/+3 |
| | | |||||
| * | Remove a few clones | acdenisSK | 2017-07-29 | 1 | -8/+6 |
| | | |||||
| * | rustfmt | acdenisSK | 2017-07-27 | 1 | -30/+20 |
| | | |||||
| * | Add Content for MessageBuilder | Skye | 2017-05-30 | 1 | -9/+194 |
| | | | | Allow `push` and `push_safe` to use a flexible syntax for formatting. | ||||
| * | Add _line + _line_safe methods to MessageBuilder | Maiddog | 2017-05-28 | 1 | -0/+250 |
| | | | | | | | Add new methods to MessageBuilder to push content similar to the other methods, except with the addition of appending a newline afterwards. This should help prettify some MessageBuilder usage. | ||||
| * | Add more examples and improve some others | Zeyla Hellyer | 2017-05-23 | 1 | -13/+195 |
| | | | | | | Add examples to some functions, and update some of the old examples to use the `?` operator instead of unwrapping. | ||||
| * | Reasonably derive Debug on items | Zeyla Hellyer | 2017-05-22 | 1 | -6/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix typo | Illia | 2016-12-31 | 1 | -1/+1 |
| | | |||||
| * | Make Id displays format u64 instead of a mention | Austin Hellyer | 2016-12-17 | 1 | -3/+3 |
| | | | | | | | Instead of mentioning the channel, role, or user on an Id display format, format its inner u64 instead. Instead, use `Id::mention()` to accomplish the equivilant. | ||||
| * | Re-order message builder file | Austin Hellyer | 2016-11-28 | 1 | -22/+21 |
| | | |||||
| * | Fix some clippy lints | Austin Hellyer | 2016-11-28 | 1 | -7/+7 |
| | | |||||
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 1 | -6/+165 |
| | | | | | | Add documentation for some missing methods - such as Game methods - and add more methods to the Message Builder. | ||||
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 1 | -1/+0 |
| | | |||||
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -2/+2 |
| | | |||||
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 1 | -8/+69 |
| | | |||||
| * | Add some more documentation | Austin Hellyer | 2016-11-06 | 1 | -1/+3 |
| | | |||||
| * | Convert all doc anchors to named anchors | Austin Hellyer | 2016-11-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | Convert all of the non-named anchors in docs to named anchors. Example: ```md Kicks a [`Member`](../model/struct.Member.html) from the specified [`Guild`](../model/struct.Guild.html) if they are in it. ``` is now written as: ```md Kicks a [`Member`] from the specified [`Guild`] if they are in it. [`Guild`]: ../model/struct.Guild.html [`Member`]: ../model/struct.Member.html ``` | ||||
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+97 |