aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the testacdenisSK2017-07-221-2/+2
* Fix #130acdenisSK2017-07-226-305/+314
* Remove the uneccessary function and `Send + Sync` boundsacdenisSK2017-07-222-20/+12
* Make bucket checks less cache dependentacdenisSK2017-07-222-64/+79
* match -> and_thenacdenisSK2017-07-211-4/+1
* Fix the tests (#129)Bond-0092017-07-211-1/+1
* Utilise the newly stabilised loop-with-break-valueacdenisSK2017-07-202-33/+19
* Add an actual way to fetch audit log entries from a guildacdenisSK2017-07-206-0/+263
* Implement the new way of knowing some channels as "nsfw"acdenisSK2017-07-181-1/+14
* Fix event handler dispatchingacdenisSK2017-07-171-7/+11
* Make CloseHandle derive Copy (#127)Jorge Israel Peña2017-07-161-1/+1
* Handle the closing of Shards (#126)Jorge Israel Peña2017-07-161-3/+16
* Possibly fix the closing of shardsacdenisSK2017-07-161-2/+1
* Add a close handle for closing the shards in another threadacdenisSK2017-07-161-4/+13
* Actually, revert the publicity and add `#[derive(Clone)]`acdenisSK2017-07-161-1/+2
* Make `HANDLE_STILL` publicacdenisSK2017-07-161-1/+1
* Merge branch 'master' of https://github.com/zeyla/serenityacdenisSK2017-07-151-5/+5
|\
| * Fix GuildChannel::permissions_for doctestsZeyla Hellyer2017-07-151-5/+5
* | Implement adding checks to bucketsacdenisSK2017-07-152-24/+108
|/
* Remove more threads with futuresacdenisSK2017-07-152-29/+28
* Add a way to close all shards explictlyacdenisSK2017-07-141-22/+36
* Fix more doc testsacdenisSK2017-07-143-3/+5
* Switch to tokio for events (#122)Alex Lyon2017-07-147-109/+281
* Fix the doc on `PrivateChannel::name`acdenisSK2017-07-141-1/+1
* Add `ChannelId,PrivateChannel,GuildChannel::name` functionsacdenisSK2017-07-143-0/+33
* Provide the command into the checksacdenisSK2017-07-133-3/+3
* Improve `BanOptions` to be more efficient and remove uneccessary `Read` importsacdenisSK2017-07-136-19/+9
* Remove the deprecated functionsacdenisSK2017-07-1117-879/+0
* Add a way to add multiple fields at onceacdenisSK2017-07-111-0/+20
* Rename `online_members` to `members_with_status` and compare the status provi...acdenisSK2017-07-101-3/+3
* Return an error if the reason the user provided exceeded the limitacdenisSK2017-07-103-2/+19
* Use a trait way of overloading the `ban` function instead of an enumacdenisSK2017-07-102-52/+37
* Fixed clippy warnings (#120)Kaidan2017-07-102-4/+4
* Make `User` and `Ban` comparable and hashableacdenisSK2017-07-102-2/+2
* Add a way to return all online members in a guildacdenisSK2017-07-091-0/+18
* Remove the note from the comment on `reason`acdenisSK2017-07-081-3/+0
* Implement attaching reasons to bansacdenisSK2017-07-083-10/+71
* Actually, use `unreachable!` instead of `panic!`acdenisSK2017-07-071-1/+1
* Apply the new api change for dms in botsacdenisSK2017-07-073-42/+42
* Add an `is_new` to the arguments of the `guild_create` handleracdenisSK2017-07-052-2/+15
* Remove `checks_passed` in favour of the `Iterator::all` methodacdenisSK2017-07-041-11/+1
* Add a macro hereacdenisSK2017-07-031-48/+32
* Fix doc testsacdenisSK2017-07-0216-416/+625
* Add a `quit` function`acdenisSK2017-06-301-0/+11
* Also update examplesacdenisSK2017-06-291-1/+1
* Whoops, and add a fail-safe to an upcomming pr to the compileracdenisSK2017-06-283-145/+50
* Update readme, docs and add `EventHandler` to the preludeacdenisSK2017-06-282-20/+32
* Merge branch "trait-based-event-handling"acdenisSK2017-06-283-937/+322
* Add reaction actions (#115)alex2017-06-282-17/+145
* Add an `on_cached` event (#114)alex2017-06-283-8/+76