aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add an impl for `&str`acdenisSK2017-10-091-0/+4
* | Find `Member` via substrings, allow case-insensitivity on `members_containing...Lakelezz2017-10-091-4/+54
* | Add the lifetime againacdenisSK2017-10-091-1/+1
* | Help-commands filtering and Member-prefix-search (#182)Lakelezz2017-10-094-20/+41
* | Make `has_correct_permissions` a free-standing functionacdenisSK2017-10-091-15/+15
* | Fix a typoacdenisSK2017-10-091-1/+1
* | Add an andacdenisSK2017-10-091-1/+1
* | Use an as_ref hackacdenisSK2017-10-096-10/+17
* | Replace slice parametres by IntoIterator (#177)François Triquet2017-10-097-9/+15
* | Fix most clippy warningsMaiddog2017-10-099-32/+20
* | Replace Vec parameters by IntoIterator (#176)François Triquet2017-10-0911-17/+17
* | Force `I` to be not implemented outside serenityacdenisSK2017-10-091-3/+15
* | Revert "Use the de-generification trick."acdenisSK2017-10-0919-346/+117
* | Use the de-generification trick.acdenisSK2017-10-0919-119/+348
* | `to_owned` -> `to_string`acdenisSK2017-10-0940-201/+201
* | Have `ConnectionStage` derive CopyacdenisSK2017-10-092-6/+6
* | Rename an internal Shard Runner methodZeyla Hellyer2017-10-091-2/+2
* | Improve shard logicZeyla Hellyer2017-10-093-113/+168
* | Improve shard and shard runner loggingZeyla Hellyer2017-10-092-60/+99
* | WhoopsacdenisSK2017-10-091-2/+2
* | Add a todoacdenisSK2017-10-091-0/+1
* | Make the internal string publicacdenisSK2017-10-091-1/+1
* | Change behaviour of default_channel (#185)Mei Boudreau2017-10-072-8/+25
* | Do not to " " if none of the provided delimiters are found (#183)Jacob Helwig2017-10-072-9/+8
* | Change default_channel to return a pointer (#179)Mei Boudreau2017-10-052-6/+8
* | Merge branch 'v0.4.1' into v0.5.0acdenisSK2017-09-302-9/+23
|\|
| * Fix a few things with the framework traitacdenisSK2017-09-302-9/+23
* | Change the way users' command handlers are stored asacdenisSK2017-09-294-33/+23
|/
* Fix User::tag and CurrentUser::tag discrim outputZeyla Hellyer2017-09-281-1/+1
* Fix client shards by cloning ShardManager runnersZeyla Hellyer2017-09-274-10/+15
* Fix client no-framework compilationZeyla Hellyer2017-09-274-32/+79
* Use `request_client!` for attachment downloading (#165)Benjamin Cheng2017-09-261-1/+1
* Update readme exampleZeyla Hellyer2017-09-252-3/+5
* Bump to v0.4.0Zeyla Hellyer2017-09-253-3/+651
* Use display instead of std::error::ErroracdenisSK2017-09-251-28/+3
* Switch to temporary rust-websocket forkZeyla Hellyer2017-09-252-5/+4
* Fix tests and example 05Zeyla Hellyer2017-09-245-13/+15
* Add a shard managerZeyla Hellyer2017-09-249-288/+551
* Use $crate for CommandErroracdenisSK2017-09-241-3/+3
* Refactor display impls for idsacdenisSK2017-09-246-24/+7
* Revamp errors in `Args` and commandsacdenisSK2017-09-236-86/+141
* Downgrade sodiumoxide to v0.0.14Zeyla Hellyer2017-09-231-1/+1
* Document http::set_token and unhide it from docsZeyla Hellyer2017-09-231-3/+22
* Update bitflags, other dependenciesZeyla Hellyer2017-09-2110-82/+91
* Remove tokio usageZeyla Hellyer2017-09-217-401/+154
* Fix a documentation typoZeyla Hellyer2017-09-191-1/+1
* Also rustfmtZeyla Hellyer2017-09-184-8/+20
* Add Send/Sync to framework itemsZeyla Hellyer2017-09-184-15/+17
* Fix block on spawning multiple shardsZeyla Hellyer2017-09-183-22/+28
* travis: don't test rustfmtZeyla Hellyer2017-09-181-2/+0