aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify command missing argument messageAustin Hellyer2016-12-191-1/+1
* Remove image/thumbnail embed buildersAustin Hellyer2016-12-182-84/+13
* Fix a typo in UserId::find docsAustin Hellyer2016-12-181-1/+1
* Allow time::Tm to be passed into embed timestampAustin Hellyer2016-12-181-9/+44
* 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
* Default Framework command use_quotes to falseAustin Hellyer2016-12-181-1/+1
* Add framework config to ignore webhook messagesIllia2016-12-182-1/+23
* Fix current application decodingAustin Hellyer2016-12-181-4/+13
* Fix framework before checkAustin Hellyer2016-12-181-1/+1
* Expose message webhook IdsIllia2016-12-181-0/+6
* Fix framework command cooldownsAustin Hellyer2016-12-171-1/+1
* Add guild splash URL methodsAustin Hellyer2016-12-171-0/+23
* Remove useless cache useAustin Hellyer2016-12-171-3/+0
* Make Id displays format u64 instead of a mentionAustin Hellyer2016-12-172-6/+6
* Remove cache feature dependency for frameworkAustin Hellyer2016-12-162-55/+77
* Make 'voice' feature not require 'cache'Austin Hellyer2016-12-166-8/+19
* Simplify gateway identify compressionAustin Hellyer2016-12-161-7/+2
* Framework: format argument number on parse errorIllia2016-12-161-2/+9
* Fix framework owners_only checkIllia2016-12-161-6/+8
* Fix User::avatar_url + add Id display testsAustin Hellyer2016-12-151-2/+2
* Plain help: put groups on their own lineAustin Hellyer2016-12-141-0/+2
* Fix plain help command usage outputAustin Hellyer2016-12-141-0/+2
* Framework blocks, disabled commands, improvementsIllia2016-12-144-48/+205
* Slightly rework framework bucketsAustin Hellyer2016-12-146-207/+200
* Don't mutate token for bots on profile changezeyla2016-12-131-2/+4
* Implement command groups and bucketsIllia2016-12-1311-88/+712
* Add emoji URL generation methodsAustin Hellyer2016-12-122-0/+16
* Cleanup gateway prepAustin Hellyer2016-12-121-4/+1
* More config for CreateCommand, add various methodsIllia2016-12-1021-176/+376
* Fix no-cache+method conditional compilesAustin Hellyer2016-12-109-30/+38
* Deprecate embed image/thumbnail height/widthAustin Hellyer2016-12-091-36/+10
* Abstract command fields to typesAustin Hellyer2016-12-094-29/+33
* Add installation notesAustin Hellyer2016-12-091-0/+17
* Fix some clippy lintsAustin Hellyer2016-12-095-13/+13
* Command builder, quoted args, and multi-prefixesIllia2016-12-095-32/+324
* Implement From<Embed> for CreateEmbedAustin Hellyer2016-12-081-1/+70
* Change all try's into ?sacdenisSK2016-12-0720-501/+496
* Allow mentionable structs to be used as command argumentsIllia2016-12-074-1/+186
* Improve Mentions, fix MessageBuilderIllia2016-12-066-101/+48
* Add a ShareMap across contextsAustin Hellyer2016-12-054-42/+101
* Add more Context docs+permission requirementsAustin Hellyer2016-12-043-27/+194
* Add documentation for modelsIllia2016-12-044-6/+20
* Use proper comments on inline ratelimit commentsAustin Hellyer2016-12-041-2/+2
* Fix signature of Context::move_memberAustin Hellyer2016-12-031-2/+2
* Import this import _again_Austin Hellyer2016-12-031-0/+2
* Make Member::colour() return an optional colourAustin Hellyer2016-12-032-20/+8
* Derive Eq/Ord on ColourAustin Hellyer2016-12-031-1/+14