aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Correct length limits to embed limitsGravatar Numerlor2021-03-12-3/+3
* Use a clearer approach with less duplicate codeGravatar Numerlor2021-03-10-46/+35
* Hold the symbol_get_event in the entire body of create_symbol_embedGravatar Numerlor2021-03-10-24/+24
* Handle arbitrary amount of backslashes preceding the quote charGravatar Numerlor2021-03-07-11/+15
* Remove superfluous commentGravatar Numerlor2021-03-06-2/+0
* Handle unexpected errors when requesting markdownGravatar Numerlor2021-03-06-1/+12
* Create the footer text before an inventory refresh can occurGravatar Numerlor2021-03-06-5/+6
* Abstract logic from create_symbol_embed into additional methodsGravatar Numerlor2021-03-06-18/+36
* Correct tests casesGravatar Numerlor2021-03-05-2/+2
* Clarify the use of _set_expires and needs_expireGravatar Numerlor2021-03-05-0/+3
* Rename markup_hint to MarkupGravatar Numerlor2021-03-05-2/+2
* Name tasksGravatar Numerlor2021-03-05-5/+13
* Use scheduling's create_taskGravatar Numerlor2021-03-05-1/+1
* Add comment explaining purpose of create_task over awaitGravatar Numerlor2021-03-05-0/+1
* Set future result to None on exceptionsGravatar Numerlor2021-03-05-7/+2
* Correct typehintGravatar Numerlor2021-03-05-2/+2
* Move future assignment and check outside of the tryGravatar Numerlor2021-03-05-5/+6
* Rename params to clearer and more concise alternativesGravatar Numerlor2021-03-05-6/+6
* Explain use of various containers in the cogGravatar Numerlor2021-03-05-1/+4
* Use placeholder consistent with others in the cogGravatar Numerlor2021-03-05-1/+1
* Add comments to the parsing moduleGravatar Numerlor2021-03-05-3/+8
* Account for ellipses when determining the truncation description indexGravatar Numerlor2021-03-05-3/+3
* Remove placeholder in shorten callGravatar Numerlor2021-03-05-1/+1
* Use clearer branchingGravatar Numerlor2021-03-05-5/+3
* Add comments for purpose of DocItem attributesGravatar Numerlor2021-03-05-5/+5
* Do _item_futures cleanup in _parse_queue instead of a concurrent taskGravatar Numerlor2021-03-05-33/+4
* Set the result of the future instead of an exception when avaialbleGravatar Numerlor2021-03-05-1/+5
* Do not set redis results in get_symbol_embedGravatar Numerlor2021-03-05-3/+1
* Typo and docstring style changesGravatar Numerlor2021-03-05-11/+11
* Move the seconds of a week timedelta into a constantGravatar Numerlor2021-03-05-1/+3
* Use deque instead of a listGravatar Numerlor2021-03-05-5/+7
* Use common check for early exitGravatar Numerlor2021-03-05-11/+8
* Add new symbols to front of queue instead of extending the endGravatar Numerlor2021-02-28-1/+1
* Add digits to package covnerterGravatar Numerlor2021-02-27-2/+2
* Get the last index instead of using maxGravatar Numerlor2021-02-27-1/+1
* Use 4 spaces for hanging indentGravatar Numerlor2021-02-24-19/+19
* Allow wildcard match for clear cache commandGravatar Numerlor2021-02-24-3/+7
* Update docstringsGravatar Numerlor2021-02-23-2/+2
* Remove redundant group checkGravatar Numerlor2021-02-23-1/+1
* Correct length adjustmentGravatar Numerlor2021-02-23-1/+1
* Add unittests for _split_signatureGravatar Numerlor2021-02-23-0/+59
* Add lt and gt angle brackets to bracket pairsGravatar Numerlor2021-02-23-0/+1
* Add deletedoccache alias to the clear cache commandGravatar Numerlor2021-02-23-1/+1
* cleanup->clean_upGravatar Numerlor2021-02-23-2/+2
* Remove unnecessary commentsGravatar Numerlor2021-02-23-10/+0
* Use "inventories" when referring to the cog's collection of sphinx invsGravatar Numerlor2021-02-23-9/+9
* Simplify conditionGravatar Numerlor2021-02-23-1/+1
* Simplify the _split_parameters implementationGravatar Numerlor2021-02-23-30/+18
* Fix docstring typosGravatar Numerlor2021-02-23-10/+10
* Remove unnecessary use of partialGravatar Numerlor2021-02-05-6/+4