| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Fix event handler dispatching | acdenisSK | 2017-07-17 | 1 | -7/+11 |
| | | |||||
| * | Make CloseHandle derive Copy (#127) | Jorge Israel Peña | 2017-07-16 | 1 | -1/+1 |
| | | |||||
| * | Handle the closing of Shards (#126) | Jorge Israel Peña | 2017-07-16 | 1 | -3/+16 |
| | | |||||
| * | Possibly fix the closing of shards | acdenisSK | 2017-07-16 | 1 | -2/+1 |
| | | |||||
| * | Add a close handle for closing the shards in another thread | acdenisSK | 2017-07-16 | 1 | -4/+13 |
| | | |||||
| * | Actually, revert the publicity and add `#[derive(Clone)]` | acdenisSK | 2017-07-16 | 1 | -1/+2 |
| | | |||||
| * | Make `HANDLE_STILL` public | acdenisSK | 2017-07-16 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/zeyla/serenity | acdenisSK | 2017-07-15 | 1 | -5/+5 |
| |\ | |||||
| | * | Fix GuildChannel::permissions_for doctests | Zeyla Hellyer | 2017-07-15 | 1 | -5/+5 |
| | | | |||||
| * | | Implement adding checks to buckets | acdenisSK | 2017-07-15 | 2 | -24/+108 |
| |/ | | | | Don't ask about the horrendous code for this | ||||
| * | Remove more threads with futures | acdenisSK | 2017-07-15 | 2 | -29/+28 |
| | | |||||
| * | Add a way to close all shards explictly | acdenisSK | 2017-07-14 | 1 | -22/+36 |
| | | |||||
| * | Fix more doc tests | acdenisSK | 2017-07-14 | 3 | -3/+5 |
| | | |||||
| * | Switch to tokio for events (#122) | Alex Lyon | 2017-07-14 | 7 | -109/+281 |
| | | |||||
| * | Fix the doc on `PrivateChannel::name` | acdenisSK | 2017-07-14 | 1 | -1/+1 |
| | | |||||
| * | Add `ChannelId,PrivateChannel,GuildChannel::name` functions | acdenisSK | 2017-07-14 | 3 | -0/+33 |
| | | |||||
| * | Provide the command into the checks | acdenisSK | 2017-07-13 | 3 | -3/+3 |
| | | | | | Although in the future, this will be changed to just bits of data of an actual command that wouldn't collide with the framework's code, but would still be useful for a check to use. | ||||
| * | Improve `BanOptions` to be more efficient and remove uneccessary `Read` imports | acdenisSK | 2017-07-13 | 6 | -19/+9 |
| | | |||||
| * | Remove the deprecated functions | acdenisSK | 2017-07-11 | 17 | -879/+0 |
| | | | | | It's already been enough time for people to migrate | ||||
| * | Add a way to add multiple fields at once | acdenisSK | 2017-07-11 | 1 | -0/+20 |
| | | |||||
| * | Rename `online_members` to `members_with_status` and compare the status ↵ | acdenisSK | 2017-07-10 | 1 | -3/+3 |
| | | | | | provided to the function instead | ||||
| * | Return an error if the reason the user provided exceeded the limit | acdenisSK | 2017-07-10 | 3 | -2/+19 |
| | | |||||
| * | Use a trait way of overloading the `ban` function instead of an enum | acdenisSK | 2017-07-10 | 2 | -52/+37 |
| | | | | | Possibly removes some overhead introduced by enums but makes the underlaying code of the function easier to read and is more concise | ||||
| * | Fixed clippy warnings (#120) | Kaidan | 2017-07-10 | 2 | -4/+4 |
| | | |||||
| * | Make `User` and `Ban` comparable and hashable | acdenisSK | 2017-07-10 | 2 | -2/+2 |
| | | |||||
| * | Add a way to return all online members in a guild | acdenisSK | 2017-07-09 | 1 | -0/+18 |
| | | |||||
| * | Remove the note from the comment on `reason` | acdenisSK | 2017-07-08 | 1 | -3/+0 |
| | | | | | Audit log works and does give a reason, so this note is just false info | ||||
| * | Implement attaching reasons to bans | acdenisSK | 2017-07-08 | 3 | -10/+71 |
| | | |||||
| * | Actually, use `unreachable!` instead of `panic!` | acdenisSK | 2017-07-07 | 1 | -1/+1 |
| | | |||||
| * | Apply the new api change for dms in bots | acdenisSK | 2017-07-07 | 3 | -42/+42 |
| | | |||||
| * | Add an `is_new` to the arguments of the `guild_create` handler | acdenisSK | 2017-07-05 | 2 | -2/+15 |
| | | | | | To make a better distinction from a guild that the bot's already in and from the ones it's joining | ||||
| * | Remove `checks_passed` in favour of the `Iterator::all` method | acdenisSK | 2017-07-04 | 1 | -11/+1 |
| | | |||||
| * | Add a macro here | acdenisSK | 2017-07-03 | 1 | -48/+32 |
| | | |||||
| * | Fix doc tests | acdenisSK | 2017-07-02 | 16 | -416/+625 |
| | | |||||
| * | Add a `quit` function` | acdenisSK | 2017-06-30 | 1 | -0/+11 |
| | | | | | Fixes #70 | ||||
| * | Also update examples | acdenisSK | 2017-06-29 | 1 | -1/+1 |
| | | |||||
| * | Whoops, and add a fail-safe to an upcomming pr to the compiler | acdenisSK | 2017-06-28 | 3 | -145/+50 |
| | | | | | https://github.com/rust-lang/rust/pull/42894 | ||||
| * | Update readme, docs and add `EventHandler` to the prelude | acdenisSK | 2017-06-28 | 2 | -20/+32 |
| | | |||||
| * | Merge branch "trait-based-event-handling" | acdenisSK | 2017-06-28 | 3 | -937/+322 |
| | | |||||
| * | Add reaction actions (#115) | alex | 2017-06-28 | 2 | -17/+145 |
| | | | | Fixes #87 | ||||
| * | Add an `on_cached` event (#114) | alex | 2017-06-28 | 3 | -8/+76 |
| | | | | | Fixes #89 | ||||
| * | Fixed clippy warnings (#118) | Kaidan | 2017-06-28 | 2 | -3/+1 |
| | | |||||
| * | Add support for sending attachments in embeds (#95) | alex | 2017-06-28 | 1 | -0/+10 |
| | | |||||