aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify Context::get_reaction_usersAustin Hellyer2017-01-041-5/+1
* Fix Context::get_reaction_users docsAustin Hellyer2017-01-041-6/+0
* Add Context::get_userAustin Hellyer2017-01-041-0/+22
* Return a User from rest::get_userAustin Hellyer2017-01-041-2/+2
* 4011 is not handableLaura2017-01-041-1/+2
* Add Meibi Pink to coloursMei2017-01-021-0/+2
* hashmap of usagesTaavetti Sjelkov2017-01-021-1/+1
* Fix model doc linksAustin Hellyer2017-01-022-3/+5
* Feature-flag a framework checkAustin Hellyer2017-01-021-5/+8
* Fix no-cache method buildsAustin Hellyer2017-01-021-1/+3
* Fix toml dependency description in docDavid Duarte2017-01-021-1/+1
* Relisting 'Commands:' is redundant in embed helpAustin Hellyer2017-01-011-2/+0
* Remove user logout endpointAustin Hellyer2017-01-012-26/+0
* Implement context message queueingTaavi2017-01-0112-64/+106
* Fix command macro signaturesAustin Hellyer2016-12-311-4/+4
* Convert heartbeat debug to a traceAustin Hellyer2016-12-311-1/+1
* Remove GitLab CI configAustin Hellyer2016-12-311-25/+0
* Fix doctestAustin Hellyer2016-12-311-12/+17
* Add Message::guild() helperAustin Hellyer2016-12-311-3/+15
* Fix typoIllia2016-12-3116-25/+25
* Add command alias support and command.exampletaavi?2016-12-297-68/+160
* Remove use of struct pattern matchAustin Hellyer2016-12-291-1/+1
* Slightly simplify Shard::set_presenceAustin Hellyer2016-12-291-5/+4
* "Fix" clippy lintsAustin Hellyer2016-12-291-0/+1
* Add guild and channel searchAustin Hellyer2016-12-2916-10/+1106
* Rework some event handlesAustin Hellyer2016-12-291-3/+24
* Heartbeat recv: send null d valueAustin Hellyer2016-12-291-1/+1
* A bit more loggingAustin Hellyer2016-12-291-0/+4
* Round 1Austin Hellyer2016-12-295-61/+123
* Use conditional blocks over macrosAustin Hellyer2016-12-299-202/+138
* Add user static avatar url methodsAustin Hellyer2016-12-282-0/+18
* Simplify Role's Ord implAustin Hellyer2016-12-281-11/+3
* Update current user presence in cache on setAustin Hellyer2016-12-281-1/+20
* Support webp/gif avatarsAustin Hellyer2016-12-282-6/+28
* Accept u64 shard countsAustin Hellyer2016-12-266-14/+17
* Use $crate in the command macroalex2016-12-244-9/+7
* Match event namesAustin Hellyer2016-12-221-107/+63
* Simplify event decodingAustin Hellyer2016-12-221-62/+62
* Abstract event decoders to associated functionsAustin Hellyer2016-12-221-260/+682
* Fix grammar in framework help the commandzeyla2016-12-211-1/+1
* Add `on_message` exampleindiv02016-12-211-0/+16
* (╯°□°)╯︵ ┻━┻Austin Hellyer2016-12-194-6/+14
* Clarify command missing argument messageAustin Hellyer2016-12-191-1/+1
* Remove image/thumbnail embed buildersAustin Hellyer2016-12-183-86/+15
* Fix a typo in UserId::find docsAustin Hellyer2016-12-181-1/+1
* Allow time::Tm to be passed into embed timestampAustin Hellyer2016-12-182-10/+45
* No Z or +XX:XXChristopher F2016-12-181-3/+4
* Add documentation regarding ISO-8601 to embedsChristopher F2016-12-181-0/+7
* Fix framework message position boundary splitsAustin Hellyer2016-12-181-18/+21
* Fix Message::delete()Austin Hellyer2016-12-181-7/+7