aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Fix `News` cog maillist news posting no threads check commentGravatar ks1292020-05-03-1/+3
* Define encoding in `News` cog `await resp.text()` using Gravatar ks1292020-05-02-1/+1
* Merge the two asynchronous tasks into one to prevent race conditionsGravatar Joseph Banks2020-05-01-6/+8
* Added ignoring maillist when no recent threads (this month) in `News` cogGravatar ks1292020-05-01-0/+4
* Added on cog unload news posting tasks canceling on `News` cogGravatar ks1292020-05-01-0/+5
* Replace message ID storage to new specific ID storage in `News` cogGravatar ks1292020-05-01-38/+6
* Simplified New publishing check + removed unnecessary Webhook checkGravatar ks1292020-04-28-6/+2
* Minor terminology change on a logGravatar Joseph Banks2020-04-27-1/+1
* Merge masterGravatar Joseph Banks2020-04-27-2/+2
|\
| * Add Python News channel and webhook ID to config-default.ymlGravatar ks1292020-04-27-2/+2
* | Make some fixes to ensure data is persisted and the bot does not hangGravatar Joseph Banks2020-04-27-3/+22
|/
* Fixed `BeautifulSoup` parsing warningGravatar ks1292020-04-27-1/+1
* Improved `News` cogGravatar ks1292020-04-27-10/+22
* Simplified title check even more in PEP newsGravatar ks1292020-04-21-1/+1
* `News` Cog improvisationsGravatar ks1292020-04-21-37/+36
* Implemented maillists news posting, created helper functions + added date checkGravatar ks1292020-04-20-19/+131
* Defined `chardet` log level to warning to avoid spamGravatar ks1292020-04-20-0/+1
* Added new dependency `beatifulsoup4` for Python news HTML parsingGravatar ks1292020-04-20-1/+3
* Added new function `News.get_webhook_names` + new variable `News.webhook_names`Gravatar ks1292020-04-20-0/+13
* Created PEP news task + minor changes in `News`Gravatar ks1292020-04-20-4/+69
* Applied constant changes to NewsGravatar ks1292020-04-20-8/+2
* Applied Python News config changesGravatar ks1292020-04-20-2/+8
* Added new category `python_news` to config, that hold mail lists, channel and...Gravatar ks1292020-04-20-5/+15
* Created helper function `get_webhook` and added property in `News`Gravatar ks1292020-04-20-1/+8
* Added #python-news channel webhook to `Webhooks` in constantsGravatar ks1292020-04-20-0/+1
* Added new dependency `feedparser`Gravatar ks1292020-04-20-48/+58
* Added helper function `News.sync_maillists`Gravatar ks1292020-04-20-0/+23
* Added `News` cog loadingGravatar ks1292020-04-20-0/+1
* Added #python-news channel ID to constants `Channels`Gravatar ks1292020-04-20-0/+1
* Created `News` cogGravatar ks1292020-04-19-0/+15
* Merge pull request #875 from python-discord/bug/info/869/tag-encodingGravatar Mark2020-04-19-1/+1
|\
| * Merge branch 'master' into bug/info/869/tag-encodingGravatar Mark2020-04-19-52/+354
| |\ | |/ |/|
* | Merge pull request #877 from python-discord/bug/frontend/870/help-channel-dm-...Gravatar Shirayuki Nekomata2020-04-18-2/+8
|\ \
| * \ Merge branch 'master' into bug/frontend/870/help-channel-dm-categoryGravatar Shirayuki Nekomata2020-04-18-50/+346
| |\ \ | |/ / |/| |
* | | Merge pull request #874 from ks129/syncer-timeout-fixGravatar kwzrd2020-04-17-2/+4
|\ \ \
| * \ \ Merge branch 'master' into syncer-timeout-fixGravatar kwzrd2020-04-17-181/+1253
| |\ \ \ | |/ / / |/| | |
* | | | Remove `.md` from anti-malware whitelistGravatar Sebastiaan Zeeff2020-04-16-1/+0
* | | | Merge pull request #881 from python-discord/help-channels-keep-dormant-invoca...Gravatar Shirayuki Nekomata2020-04-14-4/+0
|\ \ \ \
| * | | | Revert deletion of !dormant invocation messagesGravatar Sebastiaan Zeeff2020-04-14-4/+0
|/ / / /
* | | | [stat] Tag statistic was using the user input as the series name, not the res...Gravatar Joseph Banks2020-04-13-1/+1
* | | | [stat] Create a statistic for whether dormant was called by the claimant or s...Gravatar Joseph Banks2020-04-12-1/+7
* | | | Merge branch 'Numerlor-help-dormant-feedback' into `master`Gravatar Sebastiaan Zeeff2020-04-12-10/+53
|\ \ \ \
| * | | | Merge branch 'help-dormant-feedback' of https://github.com/Numerlor/bot into ...Gravatar Sebastiaan Zeeff2020-04-12-10/+53
|/| | | |
| * | | | Fix `help_channel_claimants` typehint.Gravatar Numerlor2020-04-10-1/+3
| * | | | Use synchronized permission reset.Gravatar Numerlor2020-04-10-1/+1
| * | | | Specify encoding to logging file handler.Gravatar Numerlor2020-04-09-1/+1
| * | | | Delete channel from claimant cache.Gravatar Numerlor2020-04-09-0/+3
| * | | | Reverse order of moving to dormant and task cancellation.Gravatar Numerlor2020-04-09-1/+1
| * | | | HelpChannels: check author of dormant messageGravatar MarkKoz2020-04-09-3/+2
| * | | | Suppress errors when resetting permissions.Gravatar Numerlor2020-04-09-1/+2