aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | Add a command for refreshing inventoriesGravatar Numerlor2019-11-10-0/+22
| | | |
| * | | Move paragraph search to not cut off long starting paragraphsGravatar Numerlor2019-11-10-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: scargly <[email protected]>
| * | | Cut off description at 1000 chars if paragraph is not foundGravatar Numerlor2019-11-10-0/+2
| | | |
| * | | Add a newline after signatures for readabilityGravatar Numerlor2019-11-10-1/+1
| | | |
| * | | fix signatures and descriptions not being found when presentGravatar Numerlor2019-11-10-4/+4
| | | |
| * | | Make sure only signatures belonging to the symbol are fetchedGravatar Numerlor2019-11-03-3/+4
| | | |
| * | | Comment grammarGravatar Numerlor2019-11-03-2/+2
| | | |
| * | | Fix case for the python package name in `NO_OVERRIDE_PACKAGES`Gravatar Numerlor2019-11-03-1/+1
| | | |
| * | | Handle exceptions when fetching inventoriesGravatar Numerlor2019-11-03-31/+57
| | | |
| * | | Improve module description searchingGravatar Numerlor2019-11-02-7/+35
| | | |
| * | | Get up to 3 signatures of a symbolGravatar Numerlor2019-11-02-16/+14
| | | |
| * | | Get symbol description by searching for a dd tag instead of traversing the ↵Gravatar Numerlor2019-11-02-1/+1
| | | | | | | | | | | | | | | | siblings
| * | | Do not cut off description in code blocksGravatar Numerlor2019-11-02-1/+7
| | | |
| * | | Grammar check commentGravatar Numerlor2019-10-21-1/+1
| | | |
| * | | Allow embeds to not include signatures in case the symbol is a moduleGravatar Numerlor2019-10-21-11/+14
| | | |
| * | | Don't include a signature and only get first paragraphs when scraping when ↵Gravatar Numerlor2019-10-21-10/+18
| | | | | | | | | | | | | | | | symbol is a module
| * | | remove "function" from NO_OVERRIDE_GROUPSGravatar Numerlor2019-10-20-1/+0
| | | |
| * | | Auto delete messages when docs are not foundGravatar Numerlor2019-10-20-2/+8
| | | |
| * | | show renamed duplicates in embed footerGravatar Numerlor2019-10-20-8/+13
| | | |
| * | | add handling for duplicate symbols in docs inventoriesGravatar Numerlor2019-10-20-4/+35
| | | |
| | | * Keeps access token alive, only revokes it on extension unload.Gravatar Jens2019-12-05-20/+32
| | | | | | | | | | | | | | | | Hard-coded version number to 1.0.0.
| | | * Fix linting errorGravatar Jens2019-10-26-0/+1
| | | |
| | | * Resolved merge conflicts.Gravatar Jens2019-10-26-1605/+2753
| | | |\ | |_|_|/ |/| | | | | | | | | | | Add retry loop to token request. Revoke access token after usage.
* | | | Merge pull request #527 from kraktus/compact_freeGravatar Mark2019-10-25-14/+11
|\ \ \ \ | | | | | | | | | | Reduce `!free` output
| * \ \ \ Merge branch 'master' into compact_freeGravatar Mark2019-10-25-1642/+2983
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #501 from mathsman5133/reddit-makeoverGravatar Sebastiaan Zeeff2019-10-25-148/+85
|\ \ \ \ \ | | | | | | | | | | | | Utilise `tasks.loop` and webhooks for reddit postings.
| * \ \ \ \ Merge branch 'master' into reddit-makeoverGravatar Sebastiaan Zeeff2019-10-25-1447/+2668
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #466 from Akarys42/reminder-upGravatar Sebastiaan Zeeff2019-10-25-3/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | New reminder features
| * \ \ \ \ \ Merge branch 'master' into reminder-upGravatar Sebastiaan Zeeff2019-10-25-1394/+2592
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #543 from atmishra/moderator-channel-checkGravatar S. Co12019-10-25-7/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Restrict ModManagement commands to moderation channels
| * \ \ \ \ \ \ Merge branch 'master' into moderator-channel-checkGravatar S. Co12019-10-25-17/+37
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #550 from python-discord/###-filtering-devtestGravatar S. Co12019-10-25-5/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use standard filter conditions even if DEBUG_MODE is on.
| * \ \ \ \ \ \ \ Merge branch 'master' into ###-filtering-devtestGravatar S. Co12019-10-25-15/+54
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #529 from python-discord/show-trigger-wordGravatar S. Co12019-10-25-11/+24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Display word triggered by watchlist in #mod-alerts
| * \ \ \ \ \ \ \ \ Merge branch 'master' into show-trigger-wordGravatar S. Co12019-10-25-1469/+2842
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Prepend emoji indicative of success of !eval (#552)Gravatar scragly2019-10-24-1/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepend emoji indicative of success of !eval Co-authored-by: null <[email protected]>
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into eval-emojisGravatar scragly2019-10-24-1468/+2830
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Prepend emoji indicative of success of !evalGravatar kosayoda2019-10-24-1/+12
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | Fix incorrect type hint for return valueGravatar kosayoda2019-10-24-2/+2
| | | | | | | | | |
| | * | | | | | | | Rename `triggered` to `match`Gravatar kosayoda2019-10-15-8/+6
| | | | | | | | | |
| | * | | | | | | | Show matched word and location in watchlist embedGravatar kosayoda2019-10-13-5/+20
| |/ / / / / / / /
| | * | | | | | | Use standart filter conditions even if DEBUG_MODE is on.Gravatar Akarys422019-10-23-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old method filtered only in #dev-test but this channel no longer exists
| | | * | | | | | Merge branch 'master' into moderator-channel-checkGravatar Atul Mishra2019-10-22-8/+17
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #547 from python-discord/#540-dont-show-infraction-totalGravatar Daniel Brown2019-10-22-3/+18
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Don't show infraction total outside staff channels.
| * | | | | | | | Show total infraction count only in staff channelsGravatar Akarys422019-10-21-1/+3
| | | | | | | | |
| * | | | | | | | Create STAFF_CHANNELS constantGravatar Akarys422019-10-21-2/+15
|/ / / / / / / /
| | * | | | | | Add test cases for in_channel_checkGravatar Atul Mishra2019-10-22-0/+8
| | | | | | | |
| | * | | | | | Merge branch 'master' into moderator-channel-checkGravatar Atul Mishra2019-10-22-1374/+2522
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #541 from ikuyarihS/masterGravatar S. Co12019-10-21-98/+54
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix defcon having wrong text when disabling.
| * \ \ \ \ \ \ \ Merge branch 'master' into masterGravatar S. Co12019-10-21-1276/+2468
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |