| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Rewamp the custom delimeter functionality to support more | acdenisSK | 2017-08-12 | 2 | -5/+34 | |
| | | ||||||
| * | Add support for custom delimeters | acdenisSK | 2017-08-12 | 2 | -1/+29 | |
| | | ||||||
| * | Don't do any other fuzz about private channels if they're already in the cache | acdenisSK | 2017-08-11 | 1 | -0/+4 | |
| | | ||||||
| * | Put `update_user_entry` back into the cache | acdenisSK | 2017-08-11 | 2 | -14/+12 | |
| | | | | | Not really related to the events by any means | |||||
| * | Split event handling in the cache to a trait | acdenisSK | 2017-08-10 | 4 | -491/+550 | |
| | | | | | note: This trait might become like `framework::Framework` in the future. | |||||
| * | 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 | 3 | -69/+80 | |
| | | | | | 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 | 3 | -75/+22 | |
| | | ||||||
| * | Deprecate `GuildId::as_channel_id` and add simulation methods for the ↵ | acdenisSK | 2017-08-04 | 2 | -1/+43 | |
| | | | | | | | "default channel" concept Also fix a little mistake | |||||
| * | Remove uneccessary map | acdenisSK | 2017-08-04 | 1 | -2/+2 | |
| | | ||||||
| * | 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 some functions accept anything that's implemented Display | acdenisSK | 2017-08-04 | 3 | -14/+31 | |
| | | ||||||
| * | Change to c-like enums and transmute | acdenisSK | 2017-08-02 | 1 | -164/+55 | |
| | | ||||||
| * | Fix tests | Zeyla Hellyer | 2017-08-01 | 1 | -1/+1 | |
| | | ||||||
| * | Make colour implement `From<(u8, u8, u8)>` | acdenisSK | 2017-08-01 | 1 | -0/+5 | |
| | | ||||||
| * | Use ranges instead of guards | acdenisSK | 2017-08-01 | 1 | -9/+7 | |
| | | ||||||
| * | Clippy and rustfmt | acdenisSK | 2017-08-01 | 6 | -20/+24 | |
| | | ||||||
| * | Provide the input and limit back to the user, and do some consistencies | acdenisSK | 2017-08-01 | 3 | -5/+11 | |
| | | ||||||
| * | Remove the `ext` module and remove a match | acdenisSK | 2017-08-01 | 3 | -29/+2 | |
| | | | | | | The `ext` has existed for a long while just for backwards compatibility. But then again, majority of people should have migrated to the current modules already; making this module useless to keep in the library. | |||||
| * | Fix failing tests (#133) | Andrej | 2017-07-31 | 3 | -8/+9 | |
| | | ||||||
| * | Reuse `num` | acdenisSK | 2017-07-31 | 1 | -8/+8 | |
| | | ||||||
| * | Improve `Action` | acdenisSK | 2017-07-31 | 1 | -100/+200 | |
| | | ||||||
| * | Handle the `None`s better | acdenisSK | 2017-07-30 | 1 | -3/+8 | |
| | | ||||||
| * | Remove a few clones | acdenisSK | 2017-07-29 | 7 | -27/+26 | |
| | | ||||||
| * | Fix imports | acdenisSK | 2017-07-27 | 1 | -3/+3 | |
| | | ||||||
| * | Fix the `_other` match arm | acdenisSK | 2017-07-27 | 1 | -3/+6 | |
| | | ||||||
| * | Change the config a bit, and a few nitpicks | acdenisSK | 2017-07-27 | 50 | -1361/+1552 | |
| | | ||||||
| * | rustfmt | acdenisSK | 2017-07-27 | 78 | -2701/+2674 | |
| | | ||||||
| * | Use a consistent indentation style | Zeyla Hellyer | 2017-07-26 | 2 | -26/+26 | |
| | | | | | | | | | | This project has - in the past - used an indentation style of 4 spaces, without trailing whitespace. This commit modifies lines with tab indentation to 4 spaces. Whether to use tabs or spaces is up to the current maintainer, but consistency avoids files eventually being completely mixed styles. | |||||
| * | Make the `framework` module feature-gated and fix the names in the helper macro | acdenisSK | 2017-07-27 | 4 | -23/+28 | |
| | | ||||||
| * | Fix condional compilation for `Framework::initialized` when ↵ | acdenisSK | 2017-07-27 | 1 | -18/+22 | |
| | | | | | builtin-framework is turned off | |||||
| * | Fix is_own code | Zeyla Hellyer | 2017-07-25 | 1 | -1/+1 | |
| | | | | | | The current user ID is located on the `user` structfield in the cache, and is not directly on the cache. | |||||
| * | Actually, rename it to "is_own" instead | acdenisSK | 2017-07-26 | 1 | -1/+1 | |
| | | ||||||
| * | Add a util function for checking if a message was sent by the bot or someone ↵ | acdenisSK | 2017-07-26 | 1 | -0/+6 | |
| | | | | | else | |||||
| * | Remove the code meant for debugging | acdenisSK | 2017-07-24 | 1 | -2/+0 | |
| | | | | | "Meant" as in, the data frame errors and whatever shenanigans weren't allowing me to | |||||
| * | Revert the ignoring of protocol and data frame errors, while actually ↵ | acdenisSK | 2017-07-24 | 3 | -14/+18 | |
| | | | | | | | handling ping pongs When receiving pings, serenity MUST send the pong with the same data as the ping. Well, as said in the rfc for websockets anyway. Though, regarding the errors, i found out that serenity's gateway wouldn't work, but i do see that i'll have to file an issue to see if they know why are these happening at all | |||||
| * | Also ignore data frame errors | acdenisSK | 2017-07-23 | 1 | -1/+2 | |
| | | ||||||
| * | Ignore protocol errors | acdenisSK | 2017-07-23 | 1 | -0/+1 | |
| | | | | | Without ignoring, sometimes serenity would start auto-reconnecting and spamming the console quite a lot, but not sure why do these errors happen. Still, ignoring them doesn't seem to do any harm. | |||||
| * | PhantomData begone | acdenisSK | 2017-07-23 | 1 | -1/+0 | |
| | | ||||||
| * | Fix the test | acdenisSK | 2017-07-22 | 1 | -2/+2 | |
| | | | | | >.> | |||||
| * | Fix #130 | acdenisSK | 2017-07-22 | 6 | -305/+314 | |
| | | | | | Removed action support from the builtin one as well, due to it adding some uneccassery complexity and it being only asked upon by one user | |||||
| * | Remove the uneccessary function and `Send + Sync` bounds | acdenisSK | 2017-07-22 | 2 | -20/+12 | |
| | | ||||||
| * | Make bucket checks less cache dependent | acdenisSK | 2017-07-22 | 2 | -64/+79 | |
| | | ||||||
| * | match -> and_then | acdenisSK | 2017-07-21 | 1 | -4/+1 | |
| | | ||||||
| * | Fix the tests (#129) | Bond-009 | 2017-07-21 | 1 | -1/+1 | |
| | | ||||||
| * | Utilise the newly stabilised loop-with-break-value | acdenisSK | 2017-07-20 | 2 | -33/+19 | |
| | | ||||||
| * | Add an actual way to fetch audit log entries from a guild | acdenisSK | 2017-07-20 | 6 | -0/+263 | |
| | | ||||||
| * | Implement the new way of knowing some channels as "nsfw" | acdenisSK | 2017-07-18 | 1 | -1/+14 | |
| | | ||||||