Twentysix
ede821c911
[Downloader] No more default repo
2017-01-15 04:40:01 +01:00
Twentysix
7e96e5ad69
[Downloader] Fast-forward only on git pull
2017-01-14 14:48:59 +01:00
Seenko
438d9f5f60
[Streams] Handle both channel names and URLs ( #575 )
2017-01-13 14:23:39 +01:00
palmtree5
416e168d2b
[Economy] Added [p]bank reset ( #570 )
2017-01-13 13:57:13 +01:00
palmtree5
422c9191bd
[Owner] Added [p]set default[admin/mod]role ( #563 )
2017-01-07 17:28:18 +01:00
Twentysix
102977664e
[Downloader] Allow branches to be specified on repo add
...
Example URL:
`https://github.com/Author/Repo@branch `
2017-01-07 17:15:56 +01:00
Twentysix
2a8818393e
[Downloader] Handle no info.json
...
Fixes #562
2017-01-05 18:00:30 +01:00
Twentysix
c987a89e9c
Red's launcher / Downloader reqs autoinstall ( #552 )
2017-01-05 02:19:54 +01:00
Kowlin
abad4b311e
Consume rest for [p]modset modrole/adminrole ( #551 )
2016-12-30 15:14:43 +01:00
Twentysix
4fcf0924f3
[Owner, Economy] Use UTC in the timestamps
2016-12-30 13:00:24 +01:00
Caleb Johnson
abd154861d
[Settings] Add constructor parameter to skip argparse ( #550 )
2016-12-29 17:17:10 +01:00
Twentysix
0330e4f221
[Economy] Refactored slot machine, fixed [p]bank register ( #538 )
2016-12-28 16:51:57 +01:00
Twentysix
c7284ffa2a
[Core] Added --dry-run flag and Travis CI boot test
...
This should help testing the boot process right until login
2016-12-22 18:54:27 +01:00
Chovin
1942f15576
[Audio] Permissions checks for [p]playlist remove ( #506 )
2016-12-22 14:53:10 +01:00
Twentysix
08541e419f
[General] Refactored [p]rps
2016-12-21 18:11:04 +01:00
Twentysix
e319ea4762
[Audio] Hotfix
2016-12-20 19:40:29 +01:00
Twentysix
af9b4d7cec
[Audio] Pagify playlists' lists
2016-12-20 18:51:17 +01:00
palmtree5
8145b41097
[General] Add member # to [p]userinfo ( #528 )
2016-12-18 03:20:58 +01:00
Will
8593c08f77
[Mod] Bots can delete own messages w/ [p]cleanup user ( #461 )
...
Bulk delete endpoint needs `manage_messages`
2016-12-18 02:34:12 +01:00
Twentysix
ae6756c637
[Economy] Improved [p]bank set
...
Can now accept positive/negative values to add and remove credits
2016-12-18 02:17:35 +01:00
Twentysix
74fd56e81f
[Core] Improved [p]uptime
2016-12-17 04:16:16 +01:00
Twentysix
d0fcce809d
[Core] Hotfix
2016-12-12 14:54:47 +01:00
Twentysix
64ab3ac948
[Core] Added --no-cogs
...
Skips initial cog loading
2016-12-12 13:22:46 +01:00
Caleb Johnson
1c70185a53
[mod] Fix checks on mute subcommands ( #525 )
...
Security fix
2016-12-12 01:26:09 -05:00
palmtree5
09e26b04bf
[Audio] Add server owner check for [p]stop ( #523 )
...
Fixes #522
2016-12-11 22:55:25 +01:00
Twentysix
27bdce7f32
[Core] CLI flags, env vars login, revamped setup, in. selfbot support, etc ( #513 )
...
Startup flags: can be started and configured without ever doing the interactive setup
Changed default settings format so that all unset values are None
Removed new cogs prompt
Removed `LOGIN_TYPE` from settings.json. It now defaults to token and fallbacks to email/password
Smarter initial setup: only asks for the settings that are actually missing
For the first installation all default cogs are loaded
Startup flag that allows settings to be memory-only
Initial selfbot support
Only reset login credentials (on confirmation) instead of deleting the whole file in case of login failure
Revamped main screen
Made sure that nothing blows up when you run Red on Windows without `chcp 65001`
Possibility of setting credentials in the environment variables `RED_TOKEN` / `RED_EMAIL` `RED_PASSWORD`. They will take priority over the configuration stored on disk.
2016-12-11 00:16:20 +01:00
Kowlin
8d83a5ae3a
[Economy] Eco hotfix for PR #475 ( #519 )
2016-12-09 04:24:25 -05:00
Will
8a7be3b812
[Economy] Leaderboard pagify ( #475 )
...
* Some PEP8 stuff
* pagify leaderboard
2016-12-09 01:38:32 -05:00
Twentysix
d349a0cab7
[Audio] Replace settings.json in case of corruption
2016-12-09 02:11:14 +01:00
FrostTheFox
4b032e48b9
[Audio] Added [p]audioset emptydisconnect ( #497 )
...
Toggles autoleave when Red is left alone while playing music
2016-12-07 00:52:38 +01:00
Twentysix
75b7925d05
[Downloader] Ignore empty install messages
2016-12-06 23:00:46 +01:00
Twentysix
59979933e0
[Trivia] Properly deal with trivia lists' encoding
...
Probably.
2016-12-03 04:19:57 +01:00
Twentysix
c6fcdd3449
[Mod] Handle DM commands in on_command
2016-12-01 16:20:29 +01:00
Twentysix
d628bacef5
[Core] Server based prefixes ( #492 )
...
Added `[p]set serverprefix`
`Bot.command_prefix` is now a callable that returns the prefixes set for the server. If none are set, it returns the global ones.
2016-12-01 02:30:51 +01:00
Caleb Johnson
8b7ba988f4
[Utils] Handle empty permissions, more checks ( #387 )
2016-12-01 02:10:59 +01:00
palmtree5
c23cadda44
[Economy] Added [p]economyset registercredits ( #472 )
...
Allows to set initial credits for new bank accounts
2016-11-30 18:13:41 +01:00
Caleb Johnson
5ae98a046e
[Mod] Removed pointless .keys() call for better performances ( #499 )
2016-11-29 21:21:13 +01:00
Will
c34bf36dee
[Mod] Added [p]modset deletedelay ( #445 )
...
Deletes issued command after X seconds
2016-11-29 02:40:40 +01:00
Twentysix
67de9a45fe
[Owner] Show [p]debug result in blocks of 4 messages
2016-11-27 00:42:42 +01:00
Twentysix
9fa2776bda
[Downloader] [p]cog repo add error handling, invalid repos cleanup
2016-11-26 17:53:48 +01:00
Will
84ce5c3a8b
[Core] Settings as Bot class attribute ( #486 )
...
And pep8
2016-11-22 23:10:42 +01:00
Twentysix
aef46f3820
[Downloader] Fix patch notes error
...
Fixes #481
2016-11-21 17:45:51 +01:00
Sentry
fba3a079dd
[Audio] Fix [p]stop error when user is not in the channel ( #480 )
2016-11-20 21:30:48 +01:00
aikaterna
5acf2f8ec7
[Owner] Pagify [p]cogs ( #482 )
2016-11-20 17:56:53 +01:00
Twentysix
570e0d1b0d
[Owner] Added [p]cogs command for listing of cogs
2016-11-20 05:26:00 +01:00
Will
630bee8cb6
[Audio] Fix [p]song with local tracks ( #479 )
2016-11-19 16:49:05 +01:00
Caleb Johnson
dd9fc4f7c2
[Mod] Include trigger message in cleanup self for selfbots ( #468 )
2016-11-18 23:28:12 +01:00
Twentysix
458d23c4be
[General, Owner] Added more info and stylistic changes to r. embeds cmds
2016-11-18 05:42:23 +01:00
Twentysix
49567bc1a3
[General, Owner] Properly catch perm exceptions for embeds
2016-11-18 01:57:29 +01:00
Twentysix
b740bcae2e
[General] Added thumbnails to [p]user/serverinfo
2016-11-17 21:24:05 +01:00