aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Change to c-like enums and transmuteacdenisSK2017-08-021-164/+55
* Fix testsZeyla Hellyer2017-08-011-1/+1
* Make colour implement `From<(u8, u8, u8)>`acdenisSK2017-08-011-0/+5
* Use ranges instead of guardsacdenisSK2017-08-011-9/+7
* Clippy and rustfmtacdenisSK2017-08-016-20/+24
* Provide the input and limit back to the user, and do some consistenciesacdenisSK2017-08-013-5/+11
* Remove the `ext` module and remove a matchacdenisSK2017-08-013-29/+2
* Fix failing tests (#133)Andrej2017-07-313-8/+9
* Reuse `num`acdenisSK2017-07-311-8/+8
* Improve `Action`acdenisSK2017-07-311-100/+200
* Handle the `None`s betteracdenisSK2017-07-301-3/+8
* Remove a few clonesacdenisSK2017-07-297-27/+26
* Fix importsacdenisSK2017-07-271-3/+3
* Fix the `_other` match armacdenisSK2017-07-271-3/+6
* Change the config a bit, and a few nitpicksacdenisSK2017-07-2757-1408/+1610
* rustfmtacdenisSK2017-07-2788-2766/+2765
* Use a consistent indentation styleZeyla Hellyer2017-07-262-26/+26
* Make the `framework` module feature-gated and fix the names in the helper macroacdenisSK2017-07-274-23/+28
* Fix condional compilation for `Framework::initialized` when builtin-framework...acdenisSK2017-07-271-18/+22
* Fix is_own codeZeyla Hellyer2017-07-251-1/+1
* Actually, rename it to "is_own" insteadacdenisSK2017-07-261-1/+1
* Add a util function for checking if a message was sent by the bot or someone ...acdenisSK2017-07-261-0/+6
* Remove the code meant for debuggingacdenisSK2017-07-241-2/+0
* Revert the ignoring of protocol and data frame errors, while actually handlin...acdenisSK2017-07-243-14/+18
* Also ignore data frame errorsacdenisSK2017-07-231-1/+2
* Ignore protocol errorsacdenisSK2017-07-231-0/+1
* PhantomData begoneacdenisSK2017-07-231-1/+0
* Fix the testacdenisSK2017-07-221-2/+2
* Fix #130acdenisSK2017-07-227-308/+317
* 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-212-1/+2
* 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
* Fix testsacdenisSK2017-07-191-2/+6
* 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