jack1142
a9acb80132
Use bot.send_help_for in [p]alias help instead of "hacky way" ( #3864 )
...
* Use `bot.send_help_for` instead of this "hack" in `[p]alias help`
* This isn't needed here
2020-05-28 23:58:52 +02:00
jack1142
ed89f70f98
Fix uses of re.sub() ( #3826 )
...
* Fix uses of `re.sub()` (pt. 1)
* Fix uses of `re.sub()` (pt. 2)
* Fix uses of `re.sub()` (pt. 3)
* Fix uses of `re.sub()` (pt. 4)
* Revert commands.py
2020-05-28 23:51:53 +02:00
jack1142
45afaa8ec8
Make the checks in [p]alias global add and [p]alias add consistent ( #3797 )
2020-05-28 23:50:44 +02:00
jack1142
4757c2c945
Add get_babel_regional_format() to redbot.core.i18n.__all__ ( #3827 )
2020-05-28 23:44:57 +02:00
jack1142
65395185c3
Add lib folder to pkg_resources's working set ( #3843 )
2020-05-28 23:41:06 +02:00
Draper
f2f3ac7d42
Special case new RLL message (RLL 0.5.1 bump inside) ( #3868 )
...
* specialcase new RLL message
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* Bump RLL to 0.5.1
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2020-05-28 23:33:43 +02:00
jack1142
cb999bda7b
Stop being destructive on generic DownloaderException ( #3867 )
2020-05-28 23:33:20 +02:00
Draper
cd14bccdc8
Get fucked Java 8. Long live Java 11 (till we kill you for your big brother Java 13) ( #3873 )
...
* Get fucked Java 8. Long live Java 11 (Till we kill you for your big brother Java 13)
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* welp lets simplify this
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
2020-05-28 23:02:23 +02:00
jack1142
cf6966058e
Revise install instructions (+ install Java 11 everywhere, and update pyenv to use Python 3.8.3) ( #3847 )
...
* Use `openjdk-r` ppa for Ubuntu 16.04
* Don't add `deadsnakes` ppa for Ubuntu 20.04
* Use Java 11 for Arch Linux
* Update getting started guide to recommend Ubuntu 20.04 over 18
* Use Java 11 for Fedora Linux
* Use Java 11 for openSUSE Tumbleweed
* remove unneded `-u` for ubuntu 20.04 and 18.04
* use `openjdk-11-jre-headless` in all ubuntus
* use headless jre everywhere
* add non interactive flag to zypper calls
* Add emphasis on info about pyenv's warning
* reverse order of Ubuntu LTS versions
* Install Git 2.11+ with `yum replace` on CentOS/RHEL 7
* Add `--gpg-auto-import-keys` flag to non-interactive `zypper ar` usage
* update pyenv instructions to use Python 3.8.3
* Install git after installing everything else in CentOS 7 instructions
* use zypper flags properly
* improve the sentence a little
* I like consistency
* add missing `sudo`s in CentOS instructions
* add tk-devel to CentOS instructions per pyenv's recommendations
* Install gcc 8 from SCL in CentOS 7
* use git222 instead of git2u on CentOS 7
* Add missing `source ~/.bashrc` line
* use git224 instead of git222 on CentOS 7
* use yum swap over yum-plugin-replace in CentOS 7
2020-05-28 22:59:25 +02:00
jack1142
74b209bcc8
Add a TOC tree for version sections + emphasise venv removal in older versions ( #3856 )
...
* Add a TOC tree for version sections
* Add emphasis on virtual environment removal
2020-05-28 22:51:30 +02:00
jack1142
4a97020b78
Remove the docstring remains of regex in [p]cleanup self ( #3871 )
2020-05-28 22:51:04 +02:00
github-actions[bot]
e0d8942741
Automated Crowdin downstream ( #3872 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-05-28 22:44:32 +02:00
Draper
4f25e6c1ad
Add information on how to update to out of date message ( #3744 )
...
* add a more detailed update help
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* ...
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* a bit more clarity
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* sure thing Jack
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* add a disclaimer to the update command saying if the user faces any difficulties to check the system appropriate docs and/or support server
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* add translation support
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* better translation support for these
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* Update redbot/core/events.py
Co-Authored-By: Flame442 <34169552+Flame442@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: Flame442 <34169552+Flame442@users.noreply.github.com>
* review
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* Revert black fuckery
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* aaaaaaaaaaaaaaaaaaaaaaaaaaa
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* address jacks review
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* black
Signed-off-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Update redbot/core/events.py
* Update redbot/core/events.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Update redbot/core/utils/_internal_utils.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2020-05-27 08:39:53 +02:00
jack1142
81b4a1978b
Update CODEOWNERS for subpackages in Audio cog ( #3869 )
2020-05-26 21:08:50 +02:00
Neuro Assassin
87d828a1b0
[Docs] Add information about provisional status of RPC ( #3862 )
2020-05-25 21:26:46 +02:00
github-actions[bot]
e52ff98cad
Automated Crowdin downstream ( #3860 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-05-25 00:09:55 +02:00
Predeactor
7cabc876f5
[Audio] Typo fix ( #3861 )
2020-05-22 17:54:40 +02:00
Draper
8fa47cb789
Merge V3/feature/audio into V3/develop (a.k.a. audio refactor) ( #3459 )
2020-05-20 22:30:06 +02:00
Neuro Assassin
ef76affd77
Fix local blacklist and whitelist commands ( #3857 )
2020-05-19 02:22:05 +02:00
Sean
38a034e59b
Don't allow to warn other bots ( #3855 )
2020-05-17 17:03:51 +02:00
Predeactor
fb26ecf577
Fix casing and add missing dot in two commands ( #3851 )
2020-05-15 15:55:28 +02:00
github-actions[bot]
de99aac3ad
Automated Crowdin downstream ( #3850 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-05-14 22:07:36 +02:00
Darius St. Clair
4d9d224917
Add pagination to [p]alias list and [p]alias global list ( #3844 )
2020-05-14 17:05:35 +02:00
Kowlin
ac46b51d41
Update the issue templates ( #3842 )
...
* Create config.yml
* How do I typo things sometimes...
* Update .github/ISSUE_TEMPLATE/config.yml
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2020-05-10 03:32:54 +02:00
Toby Harradine
7aff7962f0
Fix creation of IdentifierData in config raw methods ( #3829 )
...
* Fix creation of IdentifierData in config
Also adds some new tests regarding partial primary keys.
Resolves #3796 .
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
2020-05-09 15:11:23 +10:00
Flame442
1a96f276f8
Fix typo in [p]customcom show ( #3837 )
2020-05-08 16:48:35 +02:00
github-actions[bot]
480c3129bd
Automated Crowdin downstream ( #3830 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-05-07 16:37:33 +02:00
Michael H
981661ea68
Simplify the inheritance of the bot ( #3822 )
2020-05-07 03:08:20 +02:00
PredaaA
51f7d6cea2
Show default avatars in [p]userinfo when no avatar is set ( #3819 )
2020-05-07 02:37:06 +02:00
Qais Patankar
7d28581915
Fix 'authentification' typo ( #3823 )
2020-05-06 20:20:52 +02:00
Neuro Assassin
4a0f23b0ea
Stop allowing spaces in custom commands names ( #3816 )
2020-05-01 18:32:22 +02:00
Flame442
aaee2d9294
Fix incorrect docstring in [p]helpset maxpages ( #3817 )
2020-05-01 18:30:58 +02:00
Michael H
d5c960096e
Modify CustomCommands to use on_message_without_command ( #3811 )
2020-05-01 18:30:32 +02:00
jack1142
0c94ce6cc3
Make server lock work again ( #3815 )
2020-05-01 18:29:57 +02:00
jack1142
f280eea788
Dev bump ( #3804 )
2020-04-28 03:15:06 +02:00
Kowlin
af7b0e4e1f
Update to 3.3.7 ( #3803 )
3.3.7
2020-04-28 02:07:39 +02:00
Kowlin
ef35fc0c5f
Revert "Handle the ints for user objects in Modlog appropriately ( #3784 )" ( #3802 )
...
This reverts commit e595f1859a017ded487390f71d897548656dde8e.
2020-04-28 02:03:22 +02:00
Kowlin
ca1f39a260
Update __init__.py ( #3799 )
2020-04-27 20:21:25 +02:00
Kowlin
b92d61e154
Update version to 3.3.6 ( #3798 )
3.3.6
2020-04-27 20:06:42 +02:00
jack1142
70ff884ebb
Red 3.3.6 - Changelog ( #3738 )
...
* Add 3.3.6 section
* PR 3746
* commit b8ac70e
* PR 3747
* PR 3759 (issue 3758)
* PR 3764
* PR 3766
* PR 3767
* PR 3776
* PR 3757
* PR 3773 (issue 3772)
* PR 3740
* PR 3774
* PR 3784 (issue 3778)
* PR 3782
* PR 3783
* PR 3783
* PR 3718
* PR 3742
* PR 3791
* PR 3792
* PR 3794
* PR 3780
* PR 3790
* PR 3795
* PR 3714 (issue 3115)
* PR 3788
* Add release date
2020-04-27 19:58:41 +02:00
TrustyJAID
6f6c536236
[Alias] Create caching to call config less frequently ( #3788 )
2020-04-27 02:25:41 +02:00
jack1142
a1095285e4
Fix migrations from JSON driver ( #3714 )
2020-04-27 01:32:52 +02:00
Neuro Assassin
00d20f14b9
Add [p]cc raw command giving raw (escaped) response ( #3795 )
2020-04-27 01:31:43 +02:00
jack1142
560e0f7334
Add docs for updating Red ( #3790 )
...
* wip
* Add 3.0.2 or older instructions
* rephrase
* emphasis
* another rephrase
* Add 3.2.0+ instructions for Linux & Mac
* change indents
2020-04-26 19:35:59 +02:00
Draper
fc2dce6882
[Driver] Ensure JSON driver has a singular lock per cog name ( #3780 )
2020-04-26 18:21:48 +02:00
Draper
bd3d0dd64d
Show current driver in [p]debuginfo ( #3794 )
...
Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com>
2020-04-26 16:07:57 +02:00
jack1142
f824d09ed3
Update install docs to include Ubuntu 20.04 ( #3792 )
2020-04-25 01:54:07 +02:00
aikaterna
d7c5f86ce7
[Audio] Update Lavalink.jar version ( #3791 )
2020-04-24 19:15:19 +02:00
PredaaA
c760b43e5a
Allow to disable escaping in chat formatting utils ( #3742 )
...
Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com>
2020-04-24 18:17:19 +02:00
jack1142
b1fe807b47
Don't run command checks on each message starting with a prefix ( #3718 )
2020-04-24 18:12:25 +02:00